├── .gitignore ├── .github ├── CODEOWNERS └── workflows │ ├── auto-assign-issues.yml │ └── update.yml ├── screenshots ├── base16-tomorrow.png ├── base16-horizon-dark.png ├── base16-oceanicnext.png └── base16-solarized-dark.png ├── ansi ├── ansi.ps1 ├── ansi.fish └── ansi.sh ├── powershell ├── base16-seti.ps1 ├── base16-emil.ps1 ├── base16-lime.ps1 ├── base16-zenburn.ps1 ├── base16-bespin.ps1 ├── base16-blueish.ps1 ├── base16-darcula.ps1 ├── base16-fruit-soda.ps1 ├── base16-isotope.ps1 ├── base16-materia.ps1 ├── base16-nord.ps1 ├── base16-paraiso.ps1 ├── base16-qualia.ps1 ├── base16-stella.ps1 ├── base16-zenbones.ps1 ├── base16-apprentice.ps1 ├── base16-codeschool.ps1 ├── base16-cupertino.ps1 ├── base16-hardcore.ps1 ├── base16-hopscotch.ps1 ├── base16-material.ps1 ├── base16-pandora.ps1 ├── base16-purpledream.ps1 ├── base16-tube.ps1 ├── base16-vulcan.ps1 ├── base16-colors.ps1 ├── base16-evenok-dark.ps1 ├── base16-mellow-purple.ps1 ├── base16-primer-dark.ps1 ├── base16-primer-light.ps1 ├── base16-sagelight.ps1 ├── base16-dirtysea.ps1 ├── base16-icy.ps1 ├── base16-jabuti.ps1 ├── base16-material-vivid.ps1 ├── base16-mexico-light.ps1 ├── base16-tarot.ps1 ├── base16-atlas.ps1 ├── base16-caroline.ps1 ├── base16-equilibrium-dark.ps1 ├── base16-eva.ps1 ├── base16-material-darker.ps1 ├── base16-material-lighter.ps1 ├── base16-pop.ps1 ├── base16-primer-dark-dimmed.ps1 ├── base16-saga.ps1 ├── base16-tokyo-city-dark.ps1 ├── base16-tokyo-city-light.ps1 ├── base16-tokyo-night-dark.ps1 ├── base16-0x96f.ps1 ├── base16-3024.ps1 ├── base16-aztec.ps1 ├── base16-chalk.ps1 ├── base16-da-one-sea.ps1 ├── base16-equilibrium-light.ps1 ├── base16-flat.ps1 ├── base16-framer.ps1 ├── base16-heetch.ps1 ├── base16-humanoid-dark.ps1 ├── base16-humanoid-light.ps1 ├── base16-ia-dark.ps1 ├── base16-ia-light.ps1 ├── base16-katy.ps1 ├── base16-linux-vt.ps1 ├── base16-material-palenight.ps1 ├── base16-mocha.ps1 ├── base16-ocean.ps1 ├── base16-pinky.ps1 ├── base16-summercamp.ps1 ├── base16-tokyo-night-light.ps1 ├── base16-tokyo-night-storm.ps1 ├── base16-valua.ps1 ├── base16-vice.ps1 ├── base16-apathy.ps1 ├── base16-ashes.ps1 ├── base16-brewer.ps1 ├── base16-bright.ps1 ├── base16-cupcake.ps1 ├── base16-da-one-black.ps1 ├── base16-da-one-gray.ps1 ├── base16-da-one-ocean.ps1 ├── base16-da-one-paper.ps1 ├── base16-da-one-white.ps1 ├── base16-eighties.ps1 ├── base16-embers.ps1 ├── base16-equilibrium-gray-dark.ps1 ├── base16-eva-dim.ps1 ├── base16-gotham.ps1 ├── base16-helios.ps1 ├── base16-kimber.ps1 ├── base16-monokai.ps1 ├── base16-phd.ps1 ├── base16-pico.ps1 ├── base16-railscasts.ps1 ├── base16-sakura.ps1 ├── base16-sparky.ps1 ├── base16-tango.ps1 ├── base16-tokyo-night-moon.ps1 ├── base16-tomorrow.ps1 ├── base16-twilight.ps1 ├── base16-unikitty-dark.ps1 ├── base16-unikitty-light.ps1 ├── base16-woodland.ps1 ├── base16-chinoiserie.ps1 ├── base16-classic-dark.ps1 ├── base16-classic-light.ps1 ├── base16-darkmoss.ps1 ├── base16-equilibrium-gray-light.ps1 ├── base16-gigavolt.ps1 ├── base16-google-dark.ps1 ├── base16-google-light.ps1 ├── base16-irblack.ps1 ├── base16-measured-dark.ps1 ├── base16-measured-light.ps1 ├── base16-mountain.ps1 ├── base16-nebula.ps1 ├── base16-onedark.ps1 ├── base16-pasque.ps1 ├── base16-rose-pine.ps1 ├── base16-sandcastle.ps1 ├── base16-shapeshifter.ps1 ├── base16-tokyo-city-terminal-dark.ps1 ├── base16-vesper.ps1 ├── base16-black-metal.ps1 ├── base16-blueforest.ps1 ├── base16-danqing.ps1 ├── base16-darktooth.ps1 ├── base16-decaf.ps1 ├── base16-default-dark.ps1 ├── base16-default-light.ps1 ├── base16-everforest.ps1 ├── base16-github.ps1 ├── base16-greenscreen.ps1 ├── base16-kanagawa.ps1 ├── base16-marrakesh.ps1 ├── base16-one-light.ps1 ├── base16-onedark-dark.ps1 ├── base16-porple.ps1 ├── base16-silk-dark.ps1 ├── base16-solarflare.ps1 ├── base16-tokyo-city-terminal-light.ps1 ├── base16-tokyo-night-terminal-dark.ps1 ├── base16-tokyo-night-terminal-light.ps1 ├── base16-tokyo-night-terminal-storm.ps1 ├── base16-unikitty-reversible.ps1 ├── base16-xcode-dusk.ps1 ├── base16-atelier-cave.ps1 ├── base16-atelier-dune.ps1 ├── base16-atelier-forest.ps1 ├── base16-atelier-heath.ps1 ├── base16-brogrammer.ps1 ├── base16-brushtrees.ps1 ├── base16-charcoal-dark.ps1 ├── base16-chicago-day.ps1 ├── base16-chicago-night.ps1 ├── base16-chinoiserie-night.ps1 └── base16-embers-light.ps1 └── sh ├── base16-seti.sh ├── base16-emil.sh ├── base16-lime.sh ├── base24-embarcadero.sh ├── base16-stella.sh ├── base16-zenburn.sh ├── base16-bespin.sh ├── base16-blueish.sh ├── base16-cupertino.sh ├── base16-darcula.sh ├── base16-fruit-soda.sh ├── base16-isotope.sh ├── base16-materia.sh ├── base16-nord.sh ├── base16-paraiso.sh ├── base16-qualia.sh ├── base16-tube.sh ├── base16-zenbones.sh ├── base24-0x96f.sh ├── base24-mission-brogue.sh ├── base24-sparky.sh ├── base16-apprentice.sh ├── base16-codeschool.sh ├── base16-hardcore.sh ├── base16-hopscotch.sh ├── base16-material.sh ├── base16-mellow-purple.sh ├── base16-pandora.sh ├── base16-primer-dark.sh ├── base16-purpledream.sh ├── base16-vulcan.sh ├── base24-ayu.sh ├── base24-chalk.sh ├── base24-clrs.sh ├── base24-dark.sh ├── base24-deep.sh ├── base24-encom.sh ├── base24-flat.sh ├── base24-grape.sh ├── base24-idea.sh ├── base24-laser.sh ├── base24-ocean.sh ├── base24-ollie.sh ├── base24-pro.sh ├── base24-royal.sh ├── base24-slate.sh ├── base24-smyck.sh ├── base24-wez.sh ├── base24-wryan.sh ├── base16-colors.sh ├── base16-dirtysea.sh ├── base16-evenok-dark.sh ├── base16-primer-light.sh ├── base16-sagelight.sh ├── base24-arthur.sh ├── base24-batman.sh ├── base24-blazer.sh ├── base24-borland.sh ├── base24-breeze.sh ├── base24-ciapre.sh ├── base24-cobalt2.sh ├── base24-desert.sh ├── base24-dracula.sh ├── base24-framer.sh ├── base24-galaxy.sh ├── base24-github.sh ├── base24-highway.sh ├── base24-hurtado.sh ├── base24-hybrid.sh ├── base24-kibble.sh ├── base24-lab-fox.sh ├── base24-mathias.sh ├── base24-molokai.sh ├── base24-pandora.sh ├── base24-pnevma.sh ├── base24-rebecca.sh ├── base24-shaman.sh ├── base24-square.sh ├── base24-ubuntu.sh ├── base24-wombat.sh ├── base24-zenburn.sh ├── base16-icy.sh ├── base16-jabuti.sh ├── base16-material-vivid.sh ├── base16-mexico-light.sh ├── base16-saga.sh ├── base16-tarot.sh ├── base24-3024-day.sh ├── base24-3024-night.sh ├── base24-argonaut.sh ├── base24-broadcast.sh ├── base24-brogrammer.sh ├── base24-chalkboard.sh ├── base24-cyberdyne.sh ├── base24-dark-plus.sh ├── base24-earthsong.sh ├── base24-elemental.sh ├── base24-elementary.sh ├── base24-espresso.sh ├── base24-fideloper.sh ├── base24-fish-tank.sh ├── base24-flatland.sh ├── base24-floraverse.sh ├── base24-hacktober.sh ├── base24-hardcore.sh ├── base24-hivacruz.sh ├── base24-homebrew.sh ├── base24-hopscotch.sh ├── base24-idle-toes.sh ├── base24-japanesque.sh ├── base24-jellybeans.sh ├── base24-lavandula.sh ├── base24-lovelace.sh ├── base24-man-page.sh ├── base24-material.sh ├── base24-medailion.sh ├── base24-medallion.sh ├── base24-misterioso.sh ├── base24-mona-lisa.sh ├── base24-obsidian.sh ├── base24-one-black.sh ├── base24-one-dark.sh ├── base24-one-light.sh ├── base24-paul-millr.sh ├── base24-pro-light.sh ├── base24-red-alert.sh ├── base24-red-planet.sh ├── base24-red-sands.sh ├── base24-sea-shells.sh ├── base24-spacedust.sh ├── base24-spiderman.sh ├── base24-sundried.sh ├── base24-the-hulk.sh ├── base24-toy-chest.sh ├── base24-treehouse.sh ├── base24-twilight.sh ├── base24-unikitty.sh ├── base24-warm-neon.sh ├── base16-atlas.sh ├── base16-aztec.sh ├── base16-caroline.sh ├── base16-equilibrium-dark.sh ├── base16-equilibrium-light.sh ├── base16-eva.sh ├── base16-framer.sh ├── base16-material-darker.sh ├── base16-material-lighter.sh ├── base16-pop.sh ├── base16-primer-dark-dimmed.sh ├── base16-tokyo-city-dark.sh ├── base16-tokyo-city-light.sh ├── base16-tokyo-night-dark.sh ├── base16-tokyo-night-light.sh ├── base16-tokyo-night-storm.sh ├── base24-alien-blood.sh ├── base24-blue-matrix.sh ├── base24-bluloco-dark.sh ├── base24-builtin-dark.sh ├── base24-catppuccin-latte.sh ├── base24-catppuccin-mocha.sh ├── base24-cobalt-neon.sh ├── base24-deep-oceanic-next.sh ├── base24-firefox-dev.sh ├── base24-flexoki-dark.sh ├── base24-flexoki-light.sh ├── base24-forest-blue.sh ├── base24-fun-forrest.sh ├── base24-github-dark.sh ├── base24-ic-green-ppl.sh ├── base24-jackie-brown.sh ├── base24-pencil-dark.sh ├── base24-pencil-light.sh ├── base24-piatto-light.sh ├── base24-purple-rain.sh ├── base24-purplepeter.sh ├── base24-rippedcasts.sh ├── base24-soft-server.sh ├── base24-tomorrow-night.sh ├── base24-ultra-violet.sh ├── base24-vibrant-ink.sh ├── base24-violet-dark.sh ├── base24-violet-light.sh ├── base24-wild-cherry.sh ├── base16-0x96f.sh ├── base16-3024.sh ├── base16-bright.sh ├── base16-chalk.sh ├── base16-da-one-sea.sh ├── base16-flat.sh ├── base16-heetch.sh ├── base16-humanoid-dark.sh ├── base16-humanoid-light.sh ├── base16-ia-dark.sh ├── base16-ia-light.sh ├── base16-katy.sh ├── base16-linux-vt.sh ├── base16-material-palenight.sh ├── base16-mocha.sh ├── base16-ocean.sh ├── base16-phd.sh ├── base16-pinky.sh ├── base16-summercamp.sh ├── base16-valua.sh ├── base16-vice.sh ├── base24-adventure-time.sh ├── base24-blue-berry-pie.sh ├── base24-bluloco-light.sh ├── base24-builtin-light.sh ├── base24-catppuccin-frappe.sh ├── base24-challenger-deep.sh ├── base24-dimmed-monokai.sh ├── base24-espresso-libre.sh ├── base24-github-light.sh ├── base24-hipster-green.sh ├── base24-ic-orange-ppl.sh ├── base24-material-dark.sh ├── base24-monokai-vivid.sh ├── base24-night-lion-v1.sh ├── base24-night-lion-v2.sh ├── base24-one-half-light.sh ├── base24-seafoam-pastel.sh ├── base24-sleepy-hollow.sh ├── base24-tango-adapted.sh ├── base24-terminal-basic.sh ├── base24-thayer-bright.sh ├── base24-thayler-bright.sh └── base24-under-the-sea.sh /.gitignore: -------------------------------------------------------------------------------- 1 | schemes 2 | -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @tinted-theming/fzf 2 | -------------------------------------------------------------------------------- /screenshots/base16-tomorrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-fzf/HEAD/screenshots/base16-tomorrow.png -------------------------------------------------------------------------------- /screenshots/base16-horizon-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-fzf/HEAD/screenshots/base16-horizon-dark.png -------------------------------------------------------------------------------- /screenshots/base16-oceanicnext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-fzf/HEAD/screenshots/base16-oceanicnext.png -------------------------------------------------------------------------------- /screenshots/base16-solarized-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinted-theming/tinted-fzf/HEAD/screenshots/base16-solarized-dark.png -------------------------------------------------------------------------------- /.github/workflows/auto-assign-issues.yml: -------------------------------------------------------------------------------- 1 | name: "Auto assignment for issues" 2 | 3 | on: 4 | issues: 5 | types: ["opened"] 6 | 7 | jobs: 8 | auto-assign: 9 | uses: tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@main 10 | secrets: 11 | token: ${{ secrets.BOT_ACCESS_TOKEN }} 12 | -------------------------------------------------------------------------------- /ansi/ansi.ps1: -------------------------------------------------------------------------------- 1 | # Name: ANSI passthrough 2 | # Author: Tinted Theming (https://github.com/tinted-theming) 3 | # Description: This adds styling using the terminal's 16 ANSI colors 4 | 5 | $ENV:FZF_DEFAULT_OPTS=@" 6 | --color=bg:0,fg:7,hl:3 7 | --color=bg+:8,fg+:0,hl+:11 8 | --color=info:5,border:5,prompt:2 9 | --color=pointer:0,marker:9,spinner:9,header:1 10 | "@ 11 | -------------------------------------------------------------------------------- /ansi/ansi.fish: -------------------------------------------------------------------------------- 1 | # Name: ANSI passthrough 2 | # Author: Tinted Theming (https://github.com/tinted-theming) 3 | # Description: This adds styling using the terminal's 16 ANSI colors 4 | 5 | set -Ux FZF_DEFAULT_OPTS ""\ 6 | " --color=bg:0,fg:7,hl:3"\ 7 | " --color=bg+:8,fg+:0,hl+:11"\ 8 | " --color=info:5,border:5,prompt:2"\ 9 | " --color=pointer:0,marker:9,spinner:9,header:1" 10 | -------------------------------------------------------------------------------- /ansi/ansi.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | # Name: ANSI passthrough 3 | # Author: Tinted Theming (https://github.com/tinted-theming) 4 | # Description: Adds fzf styling using the terminal's 16 ANSI colors 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg:0,fg:7,hl:3"\ 8 | " --color=bg+:8,fg+:7,hl+:11"\ 9 | " --color=info:3,border:3,prompt:4"\ 10 | " --color=pointer:0,marker:9,spinner:9,header:1" 11 | -------------------------------------------------------------------------------- /powershell/base16-seti.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Seti UI 2 | # Scheme system: base16 3 | # Scheme author: 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#282a2b,bg:#151718,spinner:#55dbbe,hl:#55b5db 8 | --color=fg:#43a5d5,header:#55b5db,info:#e6cd69,pointer:#55dbbe 9 | --color=marker:#55dbbe,fg+:#eeeeee,prompt:#e6cd69,hl+:#55b5db 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-emil.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: emil 2 | # Scheme system: base16 3 | # Scheme author: limelier 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#bebed2,bg:#efefef,spinner:#2155d6,hl:#471397 8 | --color=fg:#505063,header:#471397,info:#ff669b,pointer:#2155d6 9 | --color=marker:#2155d6,fg+:#22223a,prompt:#ff669b,hl+:#471397 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-lime.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: lime 2 | # Scheme system: base16 3 | # Scheme author: limelier 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#202030,bg:#1a1a2f,spinner:#4cad83,hl:#2b926f 8 | --color=fg:#515155,header:#2b926f,info:#ffd15e,pointer:#4cad83 9 | --color=marker:#4cad83,fg+:#fff2d1,prompt:#ffd15e,hl+:#2b926f 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-zenburn.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Zenburn 2 | # Scheme system: base16 3 | # Scheme author: elnawe 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#404040,bg:#383838,spinner:#93e0e3,hl:#7cb8bb 8 | --color=fg:#808080,header:#7cb8bb,info:#e0cf9f,pointer:#93e0e3 9 | --color=marker:#93e0e3,fg+:#c0c0c0,prompt:#e0cf9f,hl+:#7cb8bb 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-bespin.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Bespin 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#36312e,bg:#28211c,spinner:#afc4db,hl:#5ea6ea 8 | --color=fg:#797977,header:#5ea6ea,info:#f9ee98,pointer:#afc4db 9 | --color=marker:#afc4db,fg+:#9d9b97,prompt:#f9ee98,hl+:#5ea6ea 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-blueish.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Blueish 2 | # Scheme system: base16 3 | # Scheme author: Ben Mayoras 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#243c54,bg:#182430,spinner:#5fd1ff,hl:#82aaff 8 | --color=fg:#74afe7,header:#82aaff,info:#f6cd5c,pointer:#5fd1ff 9 | --color=marker:#5fd1ff,fg+:#ddeaf6,prompt:#f6cd5c,hl+:#82aaff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-darcula.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Darcula 2 | # Scheme system: base16 3 | # Scheme author: jetbrains 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#323232,bg:#2b2b2b,spinner:#629755,hl:#9876aa 8 | --color=fg:#a4a3a3,header:#9876aa,info:#bbb529,pointer:#629755 9 | --color=marker:#629755,fg+:#ffc66d,prompt:#bbb529,hl+:#9876aa 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-fruit-soda.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Fruit Soda 2 | # Scheme system: base16 3 | # Scheme author: jozip 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e0dee0,bg:#f1ecf1,spinner:#0f9cfd,hl:#2931df 8 | --color=fg:#979598,header:#2931df,info:#f7e203,pointer:#0f9cfd 9 | --color=marker:#0f9cfd,fg+:#474545,prompt:#f7e203,hl+:#2931df 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-isotope.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Isotope 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#404040,bg:#000000,spinner:#00ffff,hl:#0066ff 8 | --color=fg:#c0c0c0,header:#0066ff,info:#ff0099,pointer:#00ffff 9 | --color=marker:#00ffff,fg+:#e0e0e0,prompt:#ff0099,hl+:#0066ff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-materia.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Materia 2 | # Scheme system: base16 3 | # Scheme author: Defman21 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2c393f,bg:#263238,spinner:#80cbc4,hl:#89ddff 8 | --color=fg:#c9ccd3,header:#89ddff,info:#ffcc00,pointer:#80cbc4 9 | --color=marker:#80cbc4,fg+:#d5dbe5,prompt:#ffcc00,hl+:#89ddff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-nord.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Nord 2 | # Scheme system: base16 3 | # Scheme author: arcticicestudio 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#3b4252,bg:#2e3440,spinner:#88c0d0,hl:#81a1c1 8 | --color=fg:#d8dee9,header:#81a1c1,info:#ebcb8b,pointer:#88c0d0 9 | --color=marker:#88c0d0,fg+:#eceff4,prompt:#ebcb8b,hl+:#81a1c1 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-paraiso.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Paraiso 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#41323f,bg:#2f1e2e,spinner:#5bc4bf,hl:#06b6ef 8 | --color=fg:#8d8687,header:#06b6ef,info:#fec418,pointer:#5bc4bf 9 | --color=marker:#5bc4bf,fg+:#b9b6b0,prompt:#fec418,hl+:#06b6ef 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-qualia.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Qualia 2 | # Scheme system: base16 3 | # Scheme author: isaacwhanson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#454545,bg:#101010,spinner:#c8c874,hl:#50cacd 8 | --color=fg:#808080,header:#50cacd,info:#e6a3dc,pointer:#c8c874 9 | --color=marker:#c8c874,fg+:#c0c0c0,prompt:#e6a3dc,hl+:#50cacd 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-stella.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Stella 2 | # Scheme system: base16 3 | # Scheme author: Shrimpram 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#362b48,bg:#2b213c,spinner:#9bc7bf,hl:#a5aad4 8 | --color=fg:#7f7192,header:#a5aad4,info:#c7c691,pointer:#9bc7bf 9 | --color=marker:#9bc7bf,fg+:#b4a5c8,prompt:#c7c691,hl+:#a5aad4 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-zenbones.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Zenbones 2 | # Scheme system: base16 3 | # Scheme author: mcchrish 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#de6e7c,bg:#191919,spinner:#61abda,hl:#cf86c1 8 | --color=fg:#6099c0,header:#cf86c1,info:#8bae68,pointer:#61abda 9 | --color=marker:#61abda,fg+:#66a5ad,prompt:#8bae68,hl+:#cf86c1 10 | "@ 11 | -------------------------------------------------------------------------------- /sh/base16-seti.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Seti UI 2 | # Scheme system: base16 3 | # Scheme author: 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#282a2b,bg:#151718,spinner:#55dbbe,hl:#55b5db"\ 8 | " --color=fg:#43a5d5,header:#55b5db,info:#e6cd69,pointer:#55dbbe"\ 9 | " --color=marker:#55dbbe,fg+:#eeeeee,prompt:#e6cd69,hl+:#55b5db" 10 | -------------------------------------------------------------------------------- /powershell/base16-apprentice.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Apprentice 2 | # Scheme system: base16 3 | # Scheme author: romainl 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#af5f5f,bg:#262626,spinner:#87afd7,hl:#8787af 8 | --color=fg:#5f87af,header:#8787af,info:#87af87,pointer:#87afd7 9 | --color=marker:#87afd7,fg+:#5f8787,prompt:#87af87,hl+:#8787af 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-codeschool.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Codeschool 2 | # Scheme system: base16 3 | # Scheme author: blockloop 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1c3657,bg:#232c31,spinner:#b02f30,hl:#484d79 8 | --color=fg:#84898c,header:#484d79,info:#a03b1e,pointer:#b02f30 9 | --color=marker:#b02f30,fg+:#a7cfa3,prompt:#a03b1e,hl+:#484d79 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-cupertino.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Cupertino 2 | # Scheme system: base16 3 | # Scheme author: Defman21 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#c0c0c0,bg:#ffffff,spinner:#318495,hl:#0000ff 8 | --color=fg:#808080,header:#0000ff,info:#826b28,pointer:#318495 9 | --color=marker:#318495,fg+:#404040,prompt:#826b28,hl+:#0000ff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-hardcore.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Hardcore 2 | # Scheme system: base16 3 | # Scheme author: Chris Caller 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#303030,bg:#212121,spinner:#708387,hl:#66d9ef 8 | --color=fg:#707070,header:#66d9ef,info:#e6db74,pointer:#708387 9 | --color=marker:#708387,fg+:#e5e5e5,prompt:#e6db74,hl+:#66d9ef 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-hopscotch.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Hopscotch 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#433b42,bg:#322931,spinner:#149b93,hl:#1290bf 8 | --color=fg:#989498,header:#1290bf,info:#fdcc59,pointer:#149b93 9 | --color=marker:#149b93,fg+:#d5d3d5,prompt:#fdcc59,hl+:#1290bf 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-material.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Material 2 | # Scheme system: base16 3 | # Scheme author: Nate Peterson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2e3c43,bg:#263238,spinner:#89ddff,hl:#82aaff 8 | --color=fg:#b2ccd6,header:#82aaff,info:#ffcb6b,pointer:#89ddff 9 | --color=marker:#89ddff,fg+:#eeffff,prompt:#ffcb6b,hl+:#82aaff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-pandora.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: pandora 2 | # Scheme system: base16 3 | # Scheme author: Cassandra Fox 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2f1823,bg:#131213,spinner:#714ca6,hl:#008080 8 | --color=fg:#9b2a46,header:#008080,info:#ffcc00,pointer:#714ca6 9 | --color=marker:#714ca6,fg+:#81506a,prompt:#ffcc00,hl+:#008080 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-purpledream.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Purpledream 2 | # Scheme system: base16 3 | # Scheme author: malet 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#302030,bg:#100510,spinner:#0075b0,hl:#00a0f0 8 | --color=fg:#bbb0bb,header:#00a0f0,info:#f000a0,pointer:#0075b0 9 | --color=marker:#0075b0,fg+:#eee0ee,prompt:#f000a0,hl+:#00a0f0 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tube.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: London Tube 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1c3f95,bg:#231f20,spinner:#85cebc,hl:#009ddc 8 | --color=fg:#959ca1,header:#009ddc,info:#ffd204,pointer:#85cebc 9 | --color=marker:#85cebc,fg+:#e7e7e8,prompt:#ffd204,hl+:#009ddc 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-vulcan.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: vulcan 2 | # Scheme system: base16 3 | # Scheme author: Andrey Varfolomeev 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#122339,bg:#041523,spinner:#977d7c,hl:#977d7c 8 | --color=fg:#6b6977,header:#977d7c,info:#adb4b9,pointer:#977d7c 9 | --color=marker:#977d7c,fg+:#333238,prompt:#adb4b9,hl+:#977d7c 10 | "@ 11 | -------------------------------------------------------------------------------- /sh/base16-emil.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: emil 2 | # Scheme system: base16 3 | # Scheme author: limelier 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#bebed2,bg:#efefef,spinner:#2155d6,hl:#471397"\ 8 | " --color=fg:#505063,header:#471397,info:#ff669b,pointer:#2155d6"\ 9 | " --color=marker:#2155d6,fg+:#22223a,prompt:#ff669b,hl+:#471397" 10 | -------------------------------------------------------------------------------- /sh/base16-lime.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: lime 2 | # Scheme system: base16 3 | # Scheme author: limelier 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#202030,bg:#1a1a2f,spinner:#4cad83,hl:#2b926f"\ 8 | " --color=fg:#515155,header:#2b926f,info:#ffd15e,pointer:#4cad83"\ 9 | " --color=marker:#4cad83,fg+:#fff2d1,prompt:#ffd15e,hl+:#2b926f" 10 | -------------------------------------------------------------------------------- /sh/base24-embarcadero.sh: -------------------------------------------------------------------------------- 1 | # base24-Embarcadero 2 | # Scheme author: Thomas Leon Highbaugh 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#252a2f,fg:#bcbdc0,hl:#ffcb3d\ 7 | --color=bg+:#616568,fg+:#bcbdc0,hl+:#ffe089\ 8 | --color=info:#80b0f0,border:#4080d0,prompt:#20c290\ 9 | --color=pointer:#252a2f,marker:#f57d9a,spinner:#f57d9a,header:#ed5d86" 10 | -------------------------------------------------------------------------------- /powershell/base16-colors.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Colors 2 | # Scheme system: base16 3 | # Scheme author: mrmrs (http://clrs.cc) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#333333,bg:#111111,spinner:#7fdbff,hl:#0074d9 8 | --color=fg:#999999,header:#0074d9,info:#ffdc00,pointer:#7fdbff 9 | --color=marker:#7fdbff,fg+:#dddddd,prompt:#ffdc00,hl+:#0074d9 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-evenok-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Evenok Dark 2 | # Scheme system: base16 3 | # Scheme author: Mekeor Melire 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#202020,bg:#000000,spinner:#00bab3,hl:#00aff2 8 | --color=fg:#b0b0b0,header:#00aff2,info:#b8a300,pointer:#00bab3 9 | --color=marker:#00bab3,fg+:#e0e0e0,prompt:#b8a300,hl+:#00aff2 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-mellow-purple.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Mellow Purple 2 | # Scheme system: base16 3 | # Scheme author: gidsi 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1a092d,bg:#1e0528,spinner:#b900b1,hl:#550068 8 | --color=fg:#873582,header:#550068,info:#955ae7,pointer:#b900b1 9 | --color=marker:#b900b1,fg+:#ffeeff,prompt:#955ae7,hl+:#550068 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-primer-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Primer Dark 2 | # Scheme system: base16 3 | # Scheme author: Jimmy Lin 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#21262d,bg:#010409,spinner:#a5d6ff,hl:#58a6ff 8 | --color=fg:#8b949e,header:#58a6ff,info:#d29922,pointer:#a5d6ff 9 | --color=marker:#a5d6ff,fg+:#c9d1d9,prompt:#d29922,hl+:#58a6ff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-primer-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Primer Light 2 | # Scheme system: base16 3 | # Scheme author: Jimmy Lin 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e1e4e8,bg:#fafbfc,spinner:#79b8ff,hl:#0366d6 8 | --color=fg:#444d56,header:#0366d6,info:#ffd33d,pointer:#79b8ff 9 | --color=marker:#79b8ff,fg+:#24292e,prompt:#ffd33d,hl+:#0366d6 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-sagelight.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Sagelight 2 | # Scheme system: base16 3 | # Scheme author: Carter Veldhuizen 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e8e8e8,bg:#f8f8f8,spinner:#a2d6f5,hl:#a0a7d2 8 | --color=fg:#585858,header:#a0a7d2,info:#ffdc61,pointer:#a2d6f5 9 | --color=marker:#a2d6f5,fg+:#282828,prompt:#ffdc61,hl+:#a0a7d2 10 | "@ 11 | -------------------------------------------------------------------------------- /sh/base16-stella.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Stella 2 | # Scheme system: base16 3 | # Scheme author: Shrimpram 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#362b48,bg:#2b213c,spinner:#9bc7bf,hl:#a5aad4"\ 8 | " --color=fg:#7f7192,header:#a5aad4,info:#c7c691,pointer:#9bc7bf"\ 9 | " --color=marker:#9bc7bf,fg+:#b4a5c8,prompt:#c7c691,hl+:#a5aad4" 10 | -------------------------------------------------------------------------------- /sh/base16-zenburn.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Zenburn 2 | # Scheme system: base16 3 | # Scheme author: elnawe 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#404040,bg:#383838,spinner:#93e0e3,hl:#7cb8bb"\ 8 | " --color=fg:#808080,header:#7cb8bb,info:#e0cf9f,pointer:#93e0e3"\ 9 | " --color=marker:#93e0e3,fg+:#c0c0c0,prompt:#e0cf9f,hl+:#7cb8bb" 10 | -------------------------------------------------------------------------------- /powershell/base16-dirtysea.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: dirtysea 2 | # Scheme system: base16 3 | # Scheme author: Kahlil (Kal) Hodgson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#d0dad0,bg:#e0e0e0,spinner:#755b00,hl:#007300 8 | --color=fg:#202020,header:#007300,info:#755b00,pointer:#755b00 9 | --color=marker:#755b00,fg+:#f8f8f8,prompt:#755b00,hl+:#007300 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-icy.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Icy Dark 2 | # Scheme system: base16 3 | # Scheme author: icyphox (https://icyphox.ga) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#031619,bg:#021012,spinner:#26c6da,hl:#00bcd4 8 | --color=fg:#064048,header:#00bcd4,info:#80deea,pointer:#26c6da 9 | --color=marker:#26c6da,fg+:#0c7c8c,prompt:#80deea,hl+:#00bcd4 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-jabuti.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Jabuti 2 | # Scheme system: base16 3 | # Scheme author: https://github.com/notusknot 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#343545,bg:#292a37,spinner:#ff7eb6,hl:#3fc6de 8 | --color=fg:#50526b,header:#3fc6de,info:#e1c697,pointer:#ff7eb6 9 | --color=marker:#ff7eb6,fg+:#d9e0ee,prompt:#e1c697,hl+:#3fc6de 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-material-vivid.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Material Vivid 2 | # Scheme system: base16 3 | # Scheme author: joshyrobot 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#27292c,bg:#202124,spinner:#00bcd4,hl:#2196f3 8 | --color=fg:#676c71,header:#2196f3,info:#ffeb3b,pointer:#00bcd4 9 | --color=marker:#00bcd4,fg+:#9e9e9e,prompt:#ffeb3b,hl+:#2196f3 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-mexico-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Mexico Light 2 | # Scheme system: base16 3 | # Scheme author: Sheldon Johnson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e8e8e8,bg:#f8f8f8,spinner:#4b8093,hl:#7cafc2 8 | --color=fg:#585858,header:#7cafc2,info:#f79a0e,pointer:#4b8093 9 | --color=marker:#4b8093,fg+:#282828,prompt:#f79a0e,hl+:#7cafc2 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tarot.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: tarot 2 | # Scheme system: base16 3 | # Scheme author: ed (https://codeberg.org/ed) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2a153c,bg:#0e091d,spinner:#8c9785,hl:#6e6080 8 | --color=fg:#8c406f,header:#6e6080,info:#ff6565,pointer:#8c9785 9 | --color=marker:#8c9785,fg+:#c4686d,prompt:#ff6565,hl+:#6e6080 10 | "@ 11 | -------------------------------------------------------------------------------- /sh/base16-bespin.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Bespin 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#36312e,bg:#28211c,spinner:#afc4db,hl:#5ea6ea"\ 8 | " --color=fg:#797977,header:#5ea6ea,info:#f9ee98,pointer:#afc4db"\ 9 | " --color=marker:#afc4db,fg+:#9d9b97,prompt:#f9ee98,hl+:#5ea6ea" 10 | -------------------------------------------------------------------------------- /sh/base16-blueish.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Blueish 2 | # Scheme system: base16 3 | # Scheme author: Ben Mayoras 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#243c54,bg:#182430,spinner:#5fd1ff,hl:#82aaff"\ 8 | " --color=fg:#74afe7,header:#82aaff,info:#f6cd5c,pointer:#5fd1ff"\ 9 | " --color=marker:#5fd1ff,fg+:#ddeaf6,prompt:#f6cd5c,hl+:#82aaff" 10 | -------------------------------------------------------------------------------- /sh/base16-cupertino.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Cupertino 2 | # Scheme system: base16 3 | # Scheme author: Defman21 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#c0c0c0,bg:#ffffff,spinner:#318495,hl:#0000ff"\ 8 | " --color=fg:#808080,header:#0000ff,info:#826b28,pointer:#318495"\ 9 | " --color=marker:#318495,fg+:#404040,prompt:#826b28,hl+:#0000ff" 10 | -------------------------------------------------------------------------------- /sh/base16-darcula.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Darcula 2 | # Scheme system: base16 3 | # Scheme author: jetbrains 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#323232,bg:#2b2b2b,spinner:#629755,hl:#9876aa"\ 8 | " --color=fg:#a4a3a3,header:#9876aa,info:#bbb529,pointer:#629755"\ 9 | " --color=marker:#629755,fg+:#ffc66d,prompt:#bbb529,hl+:#9876aa" 10 | -------------------------------------------------------------------------------- /sh/base16-fruit-soda.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Fruit Soda 2 | # Scheme system: base16 3 | # Scheme author: jozip 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#e0dee0,bg:#f1ecf1,spinner:#0f9cfd,hl:#2931df"\ 8 | " --color=fg:#979598,header:#2931df,info:#f7e203,pointer:#0f9cfd"\ 9 | " --color=marker:#0f9cfd,fg+:#474545,prompt:#f7e203,hl+:#2931df" 10 | -------------------------------------------------------------------------------- /sh/base16-isotope.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Isotope 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#404040,bg:#000000,spinner:#00ffff,hl:#0066ff"\ 8 | " --color=fg:#c0c0c0,header:#0066ff,info:#ff0099,pointer:#00ffff"\ 9 | " --color=marker:#00ffff,fg+:#e0e0e0,prompt:#ff0099,hl+:#0066ff" 10 | -------------------------------------------------------------------------------- /sh/base16-materia.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Materia 2 | # Scheme system: base16 3 | # Scheme author: Defman21 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#2c393f,bg:#263238,spinner:#80cbc4,hl:#89ddff"\ 8 | " --color=fg:#c9ccd3,header:#89ddff,info:#ffcc00,pointer:#80cbc4"\ 9 | " --color=marker:#80cbc4,fg+:#d5dbe5,prompt:#ffcc00,hl+:#89ddff" 10 | -------------------------------------------------------------------------------- /sh/base16-nord.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Nord 2 | # Scheme system: base16 3 | # Scheme author: arcticicestudio 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#3b4252,bg:#2e3440,spinner:#88c0d0,hl:#81a1c1"\ 8 | " --color=fg:#d8dee9,header:#81a1c1,info:#ebcb8b,pointer:#88c0d0"\ 9 | " --color=marker:#88c0d0,fg+:#eceff4,prompt:#ebcb8b,hl+:#81a1c1" 10 | -------------------------------------------------------------------------------- /sh/base16-paraiso.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Paraiso 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#41323f,bg:#2f1e2e,spinner:#5bc4bf,hl:#06b6ef"\ 8 | " --color=fg:#8d8687,header:#06b6ef,info:#fec418,pointer:#5bc4bf"\ 9 | " --color=marker:#5bc4bf,fg+:#b9b6b0,prompt:#fec418,hl+:#06b6ef" 10 | -------------------------------------------------------------------------------- /sh/base16-qualia.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Qualia 2 | # Scheme system: base16 3 | # Scheme author: isaacwhanson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#454545,bg:#101010,spinner:#c8c874,hl:#50cacd"\ 8 | " --color=fg:#808080,header:#50cacd,info:#e6a3dc,pointer:#c8c874"\ 9 | " --color=marker:#c8c874,fg+:#c0c0c0,prompt:#e6a3dc,hl+:#50cacd" 10 | -------------------------------------------------------------------------------- /sh/base16-tube.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: London Tube 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#1c3f95,bg:#231f20,spinner:#85cebc,hl:#009ddc"\ 8 | " --color=fg:#959ca1,header:#009ddc,info:#ffd204,pointer:#85cebc"\ 9 | " --color=marker:#85cebc,fg+:#e7e7e8,prompt:#ffd204,hl+:#009ddc" 10 | -------------------------------------------------------------------------------- /sh/base16-zenbones.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Zenbones 2 | # Scheme system: base16 3 | # Scheme author: mcchrish 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#de6e7c,bg:#191919,spinner:#61abda,hl:#cf86c1"\ 8 | " --color=fg:#6099c0,header:#cf86c1,info:#8bae68,pointer:#61abda"\ 9 | " --color=marker:#61abda,fg+:#66a5ad,prompt:#8bae68,hl+:#cf86c1" 10 | -------------------------------------------------------------------------------- /sh/base24-0x96f.sh: -------------------------------------------------------------------------------- 1 | # base24-0x96f 2 | # Scheme author: Filip Janevski (https://0x96f.dev/theme) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#262427,fg:#fcfcfc,hl:#fc9d6f\ 7 | --color=bg+:#514f52,fg+:#fcfcfc,hl+:#ffd271\ 8 | --color=info:#64d2e8,border:#49cae4,prompt:#bcdf59\ 9 | --color=pointer:#262427,marker:#ff8787,spinner:#ff8787,header:#ff7272" 10 | -------------------------------------------------------------------------------- /sh/base24-mission-brogue.sh: -------------------------------------------------------------------------------- 1 | # base24-Mission Brogue 2 | # Scheme author: Thomas Leon Highbaugh 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#283139,fg:#93a5b4,hl:#f2db78\ 7 | --color=bg+:#4d606f,fg+:#93a5b4,hl+:#fff0b2\ 8 | --color=info:#c3d9fd,border:#a2c5fd,prompt:#8cd4b0\ 9 | --color=pointer:#283139,marker:#f6bfbf,spinner:#f6bfbf,header:#efa9a9" 10 | -------------------------------------------------------------------------------- /sh/base24-sparky.sh: -------------------------------------------------------------------------------- 1 | # base24-Sparky 2 | # Scheme author: Leila Sother (https://github.com/mixcoac) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#072b31,fg:#f4f5f0,hl:#ff8f1c\ 7 | --color=bg+:#003c46,fg+:#f4f5f0,hl+:#f6eb61\ 8 | --color=info:#69b3e7,border:#4698cb,prompt:#78d64b\ 9 | --color=pointer:#072b31,marker:#ff7276,spinner:#ff7276,header:#ff585d" 10 | -------------------------------------------------------------------------------- /powershell/base16-atlas.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Atlas 2 | # Scheme system: base16 3 | # Scheme author: Alex Lende (https://ajlende.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#00384d,bg:#002635,spinner:#5dd7b9,hl:#14747e 8 | --color=fg:#869696,header:#14747e,info:#ffcc1b,pointer:#5dd7b9 9 | --color=marker:#5dd7b9,fg+:#e6e6dc,prompt:#ffcc1b,hl+:#14747e 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-caroline.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: caroline 2 | # Scheme system: base16 3 | # Scheme author: ed (https://codeberg.org/ed) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#3a2425,bg:#1c1213,spinner:#6b6566,hl:#684c59 8 | --color=fg:#8b5d57,header:#684c59,info:#f28171,pointer:#6b6566 9 | --color=marker:#6b6566,fg+:#c58d7b,prompt:#f28171,hl+:#684c59 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-equilibrium-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Equilibrium Dark 2 | # Scheme system: base16 3 | # Scheme author: Carlo Abelli 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#181c22,bg:#0c1118,spinner:#00948b,hl:#008dd1 8 | --color=fg:#949088,header:#008dd1,info:#bb8801,pointer:#00948b 9 | --color=marker:#00948b,fg+:#cac6bd,prompt:#bb8801,hl+:#008dd1 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-eva.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Eva 2 | # Scheme system: base16 3 | # Scheme author: kjakapat (https://github.com/kjakapat) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#3d566f,bg:#2a3b4d,spinner:#4b8f77,hl:#15f4ee 8 | --color=fg:#7e90a3,header:#15f4ee,info:#ffff66,pointer:#4b8f77 9 | --color=marker:#4b8f77,fg+:#d6d7d9,prompt:#ffff66,hl+:#15f4ee 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-material-darker.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Material Darker 2 | # Scheme system: base16 3 | # Scheme author: Nate Peterson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#303030,bg:#212121,spinner:#89ddff,hl:#82aaff 8 | --color=fg:#b2ccd6,header:#82aaff,info:#ffcb6b,pointer:#89ddff 9 | --color=marker:#89ddff,fg+:#eeffff,prompt:#ffcb6b,hl+:#82aaff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-material-lighter.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Material Lighter 2 | # Scheme system: base16 3 | # Scheme author: Nate Peterson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e7eaec,bg:#fafafa,spinner:#39adb5,hl:#6182b8 8 | --color=fg:#8796b0,header:#6182b8,info:#ffb62c,pointer:#39adb5 9 | --color=marker:#39adb5,fg+:#43a39a,prompt:#ffb62c,hl+:#6182b8 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-pop.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Pop 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#202020,bg:#000000,spinner:#00aabb,hl:#0e5a94 8 | --color=fg:#b0b0b0,header:#0e5a94,info:#f8ca12,pointer:#00aabb 9 | --color=marker:#00aabb,fg+:#e0e0e0,prompt:#f8ca12,hl+:#0e5a94 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-primer-dark-dimmed.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Primer Dark Dimmed 2 | # Scheme system: base16 3 | # Scheme author: Jimmy Lin 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#373e47,bg:#1c2128,spinner:#96d0ff,hl:#539bf5 8 | --color=fg:#768390,header:#539bf5,info:#c69026,pointer:#96d0ff 9 | --color=marker:#96d0ff,fg+:#adbac7,prompt:#c69026,hl+:#539bf5 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-saga.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: SAGA 2 | # Scheme system: base16 3 | # Scheme author: https://github.com/SAGAtheme/SAGA 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#0a1014,bg:#05080a,spinner:#c5edc1,hl:#c9fff7 8 | --color=fg:#192630,header:#c9fff7,info:#fbebc8,pointer:#c5edc1 9 | --color=marker:#c5edc1,fg+:#f8eae7,prompt:#fbebc8,hl+:#c9fff7 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tokyo-city-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo City Dark 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1d252c,bg:#171d23,spinner:#89ddff,hl:#7aa2f7 8 | --color=fg:#b7c5d3,header:#7aa2f7,info:#b7c5d3,pointer:#89ddff 9 | --color=marker:#89ddff,fg+:#f6f6f8,prompt:#b7c5d3,hl+:#7aa2f7 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tokyo-city-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo City Light 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#f6f6f8,bg:#fbfbfd,spinner:#4c505e,hl:#34548a 8 | --color=fg:#4c505e,header:#34548a,info:#4c505e,pointer:#4c505e 9 | --color=marker:#4c505e,fg+:#1d252c,prompt:#4c505e,hl+:#34548a 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tokyo-night-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo Night Dark 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#16161e,bg:#1a1b26,spinner:#b4f9f8,hl:#2ac3de 8 | --color=fg:#787c99,header:#2ac3de,info:#0db9d7,pointer:#b4f9f8 9 | --color=marker:#b4f9f8,fg+:#cbccd1,prompt:#0db9d7,hl+:#2ac3de 10 | "@ 11 | -------------------------------------------------------------------------------- /sh/base16-apprentice.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Apprentice 2 | # Scheme system: base16 3 | # Scheme author: romainl 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#af5f5f,bg:#262626,spinner:#87afd7,hl:#8787af"\ 8 | " --color=fg:#5f87af,header:#8787af,info:#87af87,pointer:#87afd7"\ 9 | " --color=marker:#87afd7,fg+:#5f8787,prompt:#87af87,hl+:#8787af" 10 | -------------------------------------------------------------------------------- /sh/base16-codeschool.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Codeschool 2 | # Scheme system: base16 3 | # Scheme author: blockloop 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#1c3657,bg:#232c31,spinner:#b02f30,hl:#484d79"\ 8 | " --color=fg:#84898c,header:#484d79,info:#a03b1e,pointer:#b02f30"\ 9 | " --color=marker:#b02f30,fg+:#a7cfa3,prompt:#a03b1e,hl+:#484d79" 10 | -------------------------------------------------------------------------------- /sh/base16-hardcore.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Hardcore 2 | # Scheme system: base16 3 | # Scheme author: Chris Caller 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#303030,bg:#212121,spinner:#708387,hl:#66d9ef"\ 8 | " --color=fg:#707070,header:#66d9ef,info:#e6db74,pointer:#708387"\ 9 | " --color=marker:#708387,fg+:#e5e5e5,prompt:#e6db74,hl+:#66d9ef" 10 | -------------------------------------------------------------------------------- /sh/base16-hopscotch.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Hopscotch 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#433b42,bg:#322931,spinner:#149b93,hl:#1290bf"\ 8 | " --color=fg:#989498,header:#1290bf,info:#fdcc59,pointer:#149b93"\ 9 | " --color=marker:#149b93,fg+:#d5d3d5,prompt:#fdcc59,hl+:#1290bf" 10 | -------------------------------------------------------------------------------- /sh/base16-material.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Material 2 | # Scheme system: base16 3 | # Scheme author: Nate Peterson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#2e3c43,bg:#263238,spinner:#89ddff,hl:#82aaff"\ 8 | " --color=fg:#b2ccd6,header:#82aaff,info:#ffcb6b,pointer:#89ddff"\ 9 | " --color=marker:#89ddff,fg+:#eeffff,prompt:#ffcb6b,hl+:#82aaff" 10 | -------------------------------------------------------------------------------- /sh/base16-mellow-purple.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Mellow Purple 2 | # Scheme system: base16 3 | # Scheme author: gidsi 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#1a092d,bg:#1e0528,spinner:#b900b1,hl:#550068"\ 8 | " --color=fg:#873582,header:#550068,info:#955ae7,pointer:#b900b1"\ 9 | " --color=marker:#b900b1,fg+:#ffeeff,prompt:#955ae7,hl+:#550068" 10 | -------------------------------------------------------------------------------- /sh/base16-pandora.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: pandora 2 | # Scheme system: base16 3 | # Scheme author: Cassandra Fox 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#2f1823,bg:#131213,spinner:#714ca6,hl:#008080"\ 8 | " --color=fg:#9b2a46,header:#008080,info:#ffcc00,pointer:#714ca6"\ 9 | " --color=marker:#714ca6,fg+:#81506a,prompt:#ffcc00,hl+:#008080" 10 | -------------------------------------------------------------------------------- /sh/base16-primer-dark.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Primer Dark 2 | # Scheme system: base16 3 | # Scheme author: Jimmy Lin 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#21262d,bg:#010409,spinner:#a5d6ff,hl:#58a6ff"\ 8 | " --color=fg:#8b949e,header:#58a6ff,info:#d29922,pointer:#a5d6ff"\ 9 | " --color=marker:#a5d6ff,fg+:#c9d1d9,prompt:#d29922,hl+:#58a6ff" 10 | -------------------------------------------------------------------------------- /sh/base16-purpledream.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Purpledream 2 | # Scheme system: base16 3 | # Scheme author: malet 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#302030,bg:#100510,spinner:#0075b0,hl:#00a0f0"\ 8 | " --color=fg:#bbb0bb,header:#00a0f0,info:#f000a0,pointer:#0075b0"\ 9 | " --color=marker:#0075b0,fg+:#eee0ee,prompt:#f000a0,hl+:#00a0f0" 10 | -------------------------------------------------------------------------------- /sh/base16-vulcan.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: vulcan 2 | # Scheme system: base16 3 | # Scheme author: Andrey Varfolomeev 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#122339,bg:#041523,spinner:#977d7c,hl:#977d7c"\ 8 | " --color=fg:#6b6977,header:#977d7c,info:#adb4b9,pointer:#977d7c"\ 9 | " --color=marker:#977d7c,fg+:#333238,prompt:#adb4b9,hl+:#977d7c" 10 | -------------------------------------------------------------------------------- /sh/base24-ayu.sh: -------------------------------------------------------------------------------- 1 | # base24-ayu 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0f1419,fg:#cbcbcb,hl:#e7c547\ 7 | --color=bg+:#323232,fg+:#cbcbcb,hl+:#fff779\ 8 | --color=info:#68d5ff,border:#36a3d9,prompt:#b8cc52\ 9 | --color=pointer:#0f1419,marker:#ff6565,spinner:#ff6565,header:#ff3333" 10 | -------------------------------------------------------------------------------- /sh/base24-chalk.sh: -------------------------------------------------------------------------------- 1 | # base24-Chalk 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#151515,fg:#d0d0d0,hl:#ea9971\ 7 | --color=bg+:#303030,fg+:#d0d0d0,hl+:#eda987\ 8 | --color=info:#6fc2ef,border:#5ab9ed,prompt:#a1bb54\ 9 | --color=pointer:#151515,marker:#fb9fb1,spinner:#fb9fb1,header:#fa859c" 10 | -------------------------------------------------------------------------------- /sh/base24-clrs.sh: -------------------------------------------------------------------------------- 1 | # base24-CLRS 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#ffffff,fg:#9a9b9a,hl:#f96f1c\ 7 | --color=bg+:#545753,fg+:#9a9b9a,hl+:#fcd627\ 8 | --color=info:#156ffe,border:#125ccf,prompt:#32895c\ 9 | --color=pointer:#ffffff,marker:#fb0416,spinner:#fb0416,header:#f72729" 10 | -------------------------------------------------------------------------------- /sh/base24-dark.sh: -------------------------------------------------------------------------------- 1 | # base24-Dark+ 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0e0e0e,fg:#c5c5c5,hl:#e5e510\ 7 | --color=bg+:#666666,fg+:#c5c5c5,hl+:#f5f543\ 8 | --color=info:#3b8eea,border:#2472c8,prompt:#0dbc79\ 9 | --color=pointer:#0e0e0e,marker:#f14c4c,spinner:#f14c4c,header:#cd3131" 10 | -------------------------------------------------------------------------------- /sh/base24-deep.sh: -------------------------------------------------------------------------------- 1 | # base24-deep 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#080808,fg:#bcbcbc,hl:#d9bc25\ 7 | --color=bg+:#535353,fg+:#bcbcbc,hl+:#fedc2b\ 8 | --color=info:#9fa8fe,border:#5665fe,prompt:#1cd815\ 9 | --color=pointer:#080808,marker:#fb0006,spinner:#fb0006,header:#d60005" 10 | -------------------------------------------------------------------------------- /sh/base24-encom.sh: -------------------------------------------------------------------------------- 1 | # base24-ENCOM 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#000000,fg:#a1a1a1,hl:#ffcf00\ 7 | --color=bg+:#555555,fg+:#a1a1a1,hl+:#ffff00\ 8 | --color=info:#0000ff,border:#0081ff,prompt:#008b00\ 9 | --color=pointer:#000000,marker:#ff0000,spinner:#ff0000,header:#9f0000" 10 | -------------------------------------------------------------------------------- /sh/base24-flat.sh: -------------------------------------------------------------------------------- 1 | # base24-Flat 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#082845,fg:#8c939a,hl:#e58d11\ 7 | --color=bg+:#2e2e45,fg+:#8c939a,hl+:#e5be0c\ 8 | --color=info:#3c7dd2,border:#3167ac,prompt:#2d9440\ 9 | --color=pointer:#082845,marker:#d4312e,spinner:#d4312e,header:#a82320" 10 | -------------------------------------------------------------------------------- /sh/base24-grape.sh: -------------------------------------------------------------------------------- 1 | # base24-Grape 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#161423,fg:#8c8a92,hl:#8ddc1f\ 7 | --color=bg+:#58506a,fg+:#8c8a92,hl+:#b2dc87\ 8 | --color=info:#a9bbeb,border:#487cf4,prompt:#1fa91b\ 9 | --color=pointer:#161423,marker:#f0719a,spinner:#f0719a,header:#ec2160" 10 | -------------------------------------------------------------------------------- /sh/base24-idea.sh: -------------------------------------------------------------------------------- 1 | # base24-Idea 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#202020,fg:#515151,hl:#ccb343\ 7 | --color=bg+:#fffefe,fg+:#515151,hl+:#ffff0a\ 8 | --color=info:#6c9bed,border:#437ee6,prompt:#98b61b\ 9 | --color=pointer:#202020,marker:#fc6f72,spinner:#fc6f72,header:#fb5255" 10 | -------------------------------------------------------------------------------- /sh/base24-laser.sh: -------------------------------------------------------------------------------- 1 | # base24-Laser 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#030d18,fg:#d8d8d8,hl:#09b4bd\ 7 | --color=bg+:#8e8e8e,fg+:#d8d8d8,hl+:#fefdd5\ 8 | --color=info:#f92883,border:#fed300,prompt:#b4fa72\ 9 | --color=pointer:#030d18,marker:#ffc4bd,spinner:#ffc4bd,header:#ff8272" 10 | -------------------------------------------------------------------------------- /sh/base24-ocean.sh: -------------------------------------------------------------------------------- 1 | # base24-Ocean 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#224fbc,fg:#a8a8a8,hl:#999900\ 7 | --color=bg+:#666666,fg+:#a8a8a8,hl+:#e5e500\ 8 | --color=info:#0000ff,border:#0000b2,prompt:#00a600\ 9 | --color=pointer:#224fbc,marker:#e50000,spinner:#e50000,header:#990000" 10 | -------------------------------------------------------------------------------- /sh/base24-ollie.sh: -------------------------------------------------------------------------------- 1 | # base24-Ollie 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#212024,fg:#7e7789,hl:#ab4200\ 7 | --color=bg+:#5a3625,fg+:#7e7789,hl+:#ff5e1e\ 8 | --color=info:#4487ff,border:#2c56ab,prompt:#31ab60\ 9 | --color=pointer:#212024,marker:#ff3d48,spinner:#ff3d48,header:#ab2e30" 10 | -------------------------------------------------------------------------------- /sh/base24-pro.sh: -------------------------------------------------------------------------------- 1 | # base24-Pro 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#000000,fg:#a8a8a8,hl:#999900\ 7 | --color=bg+:#666666,fg+:#a8a8a8,hl+:#e5e500\ 8 | --color=info:#0000ff,border:#1f08db,prompt:#00a600\ 9 | --color=pointer:#000000,marker:#e50000,spinner:#e50000,header:#990000" 10 | -------------------------------------------------------------------------------- /sh/base24-royal.sh: -------------------------------------------------------------------------------- 1 | # base24-Royal 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#100814,fg:#49425a,hl:#b49d27\ 7 | --color=bg+:#312d3c,fg+:#49425a,hl+:#fde83a\ 8 | --color=info:#8fb9f9,border:#6480af,prompt:#23801c\ 9 | --color=pointer:#100814,marker:#d4346c,spinner:#d4346c,header:#90274b" 10 | -------------------------------------------------------------------------------- /sh/base24-slate.sh: -------------------------------------------------------------------------------- 1 | # base24-Slate 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#212121,fg:#42d3e8,hl:#c4c9bf\ 7 | --color=bg+:#ffffff,fg+:#42d3e8,hl+:#d0cbc9\ 8 | --color=info:#79afd2,border:#254a49,prompt:#80d778\ 9 | --color=pointer:#212121,marker:#ffccd8,spinner:#ffccd8,header:#e1a7bf" 10 | -------------------------------------------------------------------------------- /sh/base24-smyck.sh: -------------------------------------------------------------------------------- 1 | # base24-Smyck 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1b1b1b,fg:#969696,hl:#c4a400\ 7 | --color=bg+:#7a7a7a,fg+:#969696,hl+:#fee14d\ 8 | --color=info:#8dcff0,border:#62a3c4,prompt:#7da900\ 9 | --color=pointer:#1b1b1b,marker:#d6837b,spinner:#d6837b,header:#b74131" 10 | -------------------------------------------------------------------------------- /sh/base24-wez.sh: -------------------------------------------------------------------------------- 1 | # base24-Wez 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#000000,fg:#aeaeae,hl:#cdcd55\ 7 | --color=bg+:#555555,fg+:#aeaeae,hl+:#ffff55\ 8 | --color=info:#5555ff,border:#5455cb,prompt:#55cc55\ 9 | --color=pointer:#000000,marker:#ff5555,spinner:#ff5555,header:#cc5555" 10 | -------------------------------------------------------------------------------- /sh/base24-wryan.sh: -------------------------------------------------------------------------------- 1 | # base24-Wryan 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#101010,fg:#768488,hl:#7c7c99\ 7 | --color=bg+:#3d3d3d,fg+:#768488,hl+:#9e9ecb\ 8 | --color=info:#477ab3,border:#395573,prompt:#287373\ 9 | --color=pointer:#101010,marker:#bf4d80,spinner:#bf4d80,header:#8c4665" 10 | -------------------------------------------------------------------------------- /powershell/base16-0x96f.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: 0x96f 2 | # Scheme system: base16 3 | # Scheme author: Filip Janevski (https://0x96f.dev/theme) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#3b393c,bg:#262427,spinner:#aee8f4,hl:#49cae4 8 | --color=fg:#7c7b7d,header:#49cae4,info:#ffca58,pointer:#aee8f4 9 | --color=marker:#aee8f4,fg+:#eae9eb,prompt:#ffca58,hl+:#49cae4 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-3024.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: 3024 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott (http://github.com/idleberg) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#3a3432,bg:#090300,spinner:#b5e4f4,hl:#01a0e4 8 | --color=fg:#807d7c,header:#01a0e4,info:#fded02,pointer:#b5e4f4 9 | --color=marker:#b5e4f4,fg+:#d6d5d4,prompt:#fded02,hl+:#01a0e4 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-aztec.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Aztec 2 | # Scheme system: base16 3 | # Scheme author: TheNeverMan (github.com/TheNeverMan) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1a1e01,bg:#101600,spinner:#3d94a5,hl:#5b4a9f 8 | --color=fg:#ffd129,header:#5b4a9f,info:#eebb00,pointer:#3d94a5 9 | --color=marker:#3d94a5,fg+:#ffe178,prompt:#eebb00,hl+:#5b4a9f 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-chalk.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Chalk 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#202020,bg:#151515,spinner:#12cfc0,hl:#6fc2ef 8 | --color=fg:#b0b0b0,header:#6fc2ef,info:#ddb26f,pointer:#12cfc0 9 | --color=marker:#12cfc0,fg+:#e0e0e0,prompt:#ddb26f,hl+:#6fc2ef 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-da-one-sea.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Da One Sea 2 | # Scheme system: base16 3 | # Scheme author: NNB (https://github.com/NNBnh) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#374059,bg:#22273d,spinner:#8af5ff,hl:#6bb8ff 8 | --color=fg:#c8c8c8,header:#6bb8ff,info:#ff9470,pointer:#8af5ff 9 | --color=marker:#8af5ff,fg+:#ffffff,prompt:#ff9470,hl+:#6bb8ff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-equilibrium-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Equilibrium Light 2 | # Scheme system: base16 3 | # Scheme author: Carlo Abelli 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e7e2d9,bg:#f5f0e7,spinner:#007a72,hl:#0073b5 8 | --color=fg:#5a5f66,header:#0073b5,info:#9d6f00,pointer:#007a72 9 | --color=marker:#007a72,fg+:#2c3138,prompt:#9d6f00,hl+:#0073b5 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-flat.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Flat 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#34495e,bg:#2c3e50,spinner:#1abc9c,hl:#3498db 8 | --color=fg:#bdc3c7,header:#3498db,info:#f1c40f,pointer:#1abc9c 9 | --color=marker:#1abc9c,fg+:#f5f5f5,prompt:#f1c40f,hl+:#3498db 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-framer.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Framer 2 | # Scheme system: base16 3 | # Scheme author: Framer (Maintained by Jesse Hoyos) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#151515,bg:#181818,spinner:#acddfd,hl:#20bcfc 8 | --color=fg:#b9b9b9,header:#20bcfc,info:#fecb6e,pointer:#acddfd 9 | --color=marker:#acddfd,fg+:#e8e8e8,prompt:#fecb6e,hl+:#20bcfc 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-heetch.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Heetch Dark 2 | # Scheme system: base16 3 | # Scheme author: Geoffrey Teale (tealeg@gmail.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#392551,bg:#190134,spinner:#f80059,hl:#bd0152 8 | --color=fg:#9c92a8,header:#bd0152,info:#8f6c97,pointer:#f80059 9 | --color=marker:#f80059,fg+:#dedae2,prompt:#8f6c97,hl+:#bd0152 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-humanoid-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Humanoid dark 2 | # Scheme system: base16 3 | # Scheme author: Thomas (tasmo) Friese 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#333b3d,bg:#232629,spinner:#0dd9d6,hl:#00a6fb 8 | --color=fg:#c0c0bd,header:#00a6fb,info:#ffb627,pointer:#0dd9d6 9 | --color=marker:#0dd9d6,fg+:#fcfcf6,prompt:#ffb627,hl+:#00a6fb 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-humanoid-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Humanoid light 2 | # Scheme system: base16 3 | # Scheme author: Thomas (tasmo) Friese 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#efefe9,bg:#f8f8f2,spinner:#008e8e,hl:#0082c9 8 | --color=fg:#60615d,header:#0082c9,info:#ffb627,pointer:#008e8e 9 | --color=marker:#008e8e,fg+:#2f3337,prompt:#ffb627,hl+:#0082c9 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-ia-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: iA Dark 2 | # Scheme system: base16 3 | # Scheme author: iA Inc. (modified by aramisgithub) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#222222,bg:#1a1a1a,spinner:#7c9cae,hl:#8eccdd 8 | --color=fg:#b8b8b8,header:#8eccdd,info:#b99353,pointer:#7c9cae 9 | --color=marker:#7c9cae,fg+:#e8e8e8,prompt:#b99353,hl+:#8eccdd 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-ia-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: iA Light 2 | # Scheme system: base16 3 | # Scheme author: iA Inc. (modified by aramisgithub) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#dedede,bg:#f6f6f6,spinner:#2d6bb1,hl:#48bac2 8 | --color=fg:#767676,header:#48bac2,info:#c48218,pointer:#2d6bb1 9 | --color=marker:#2d6bb1,fg+:#e8e8e8,prompt:#c48218,hl+:#48bac2 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-katy.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Katy 2 | # Scheme system: base16 3 | # Scheme author: George Essig (https://github.com/gessig) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#444267,bg:#292d3e,spinner:#83b7e5,hl:#82aaff 8 | --color=fg:#8796b0,header:#82aaff,info:#e0a557,pointer:#83b7e5 9 | --color=marker:#83b7e5,fg+:#959dcb,prompt:#e0a557,hl+:#82aaff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-linux-vt.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Linux VT 2 | # Scheme system: base16 3 | # Scheme author: j-c-m (https://github.com/j-c-m/) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#333333,bg:#000000,spinner:#00aaaa,hl:#5555ff 8 | --color=fg:#888888,header:#5555ff,info:#ffff55,pointer:#00aaaa 9 | --color=marker:#00aaaa,fg+:#cccccc,prompt:#ffff55,hl+:#5555ff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-material-palenight.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Material Palenight 2 | # Scheme system: base16 3 | # Scheme author: Nate Peterson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#444267,bg:#292d3e,spinner:#89ddff,hl:#82aaff 8 | --color=fg:#8796b0,header:#82aaff,info:#ffcb6b,pointer:#89ddff 9 | --color=marker:#89ddff,fg+:#959dcb,prompt:#ffcb6b,hl+:#82aaff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-mocha.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Mocha 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#534636,bg:#3b3228,spinner:#7bbda4,hl:#8ab3b5 8 | --color=fg:#b8afad,header:#8ab3b5,info:#f4bc87,pointer:#7bbda4 9 | --color=marker:#7bbda4,fg+:#e9e1dd,prompt:#f4bc87,hl+:#8ab3b5 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-ocean.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Ocean 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#343d46,bg:#2b303b,spinner:#96b5b4,hl:#8fa1b3 8 | --color=fg:#a7adba,header:#8fa1b3,info:#ebcb8b,pointer:#96b5b4 9 | --color=marker:#96b5b4,fg+:#dfe1e8,prompt:#ebcb8b,hl+:#8fa1b3 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-pinky.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: pinky 2 | # Scheme system: base16 3 | # Scheme author: Benjamin (https://github.com/b3nj5m1n) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1b181b,bg:#171517,spinner:#6600ff,hl:#00ffff 8 | --color=fg:#e7dbdb,header:#00ffff,info:#20df6c,pointer:#6600ff 9 | --color=marker:#6600ff,fg+:#ffffff,prompt:#20df6c,hl+:#00ffff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-summercamp.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: summercamp 2 | # Scheme system: base16 3 | # Scheme author: zoe firi (zoefiri.github.io) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2a261c,bg:#1c1810,spinner:#5aebbc,hl:#489bf0 8 | --color=fg:#5f5b45,header:#489bf0,info:#f2ff27,pointer:#5aebbc 9 | --color=marker:#5aebbc,fg+:#bab696,prompt:#f2ff27,hl+:#489bf0 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tokyo-night-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo Night Light 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#cbccd1,bg:#d5d6db,spinner:#3e6968,hl:#34548a 8 | --color=fg:#4c505e,header:#34548a,info:#166775,pointer:#3e6968 9 | --color=marker:#3e6968,fg+:#1a1b26,prompt:#166775,hl+:#34548a 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tokyo-night-storm.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo Night Storm 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#16161e,bg:#24283b,spinner:#b4f9f8,hl:#2ac3de 8 | --color=fg:#787c99,header:#2ac3de,info:#0db9d7,pointer:#b4f9f8 9 | --color=marker:#b4f9f8,fg+:#cbccd1,prompt:#0db9d7,hl+:#2ac3de 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-valua.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Valua 2 | # Scheme system: base16 3 | # Scheme author: Nonetrix (https://github.com/nonetrix) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#213132,bg:#131f1f,spinner:#76dbd2,hl:#4ed2d2 8 | --color=fg:#6d9877,header:#4ed2d2,info:#dfe754,pointer:#76dbd2 9 | --color=marker:#76dbd2,fg+:#a5cbb9,prompt:#dfe754,hl+:#4ed2d2 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-vice.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: vice 2 | # Scheme system: base16 3 | # Scheme author: Thomas Leon Highbaugh thighbaugh@zoho.com 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#22262d,bg:#17191e,spinner:#8265ff,hl:#00eaff 8 | --color=fg:#555e70,header:#00eaff,info:#f0ffaa,pointer:#8265ff 9 | --color=marker:#8265ff,fg+:#b2bfd9,prompt:#f0ffaa,hl+:#00eaff 10 | "@ 11 | -------------------------------------------------------------------------------- /sh/base16-colors.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Colors 2 | # Scheme system: base16 3 | # Scheme author: mrmrs (http://clrs.cc) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#333333,bg:#111111,spinner:#7fdbff,hl:#0074d9"\ 8 | " --color=fg:#999999,header:#0074d9,info:#ffdc00,pointer:#7fdbff"\ 9 | " --color=marker:#7fdbff,fg+:#dddddd,prompt:#ffdc00,hl+:#0074d9" 10 | -------------------------------------------------------------------------------- /sh/base16-dirtysea.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: dirtysea 2 | # Scheme system: base16 3 | # Scheme author: Kahlil (Kal) Hodgson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#d0dad0,bg:#e0e0e0,spinner:#755b00,hl:#007300"\ 8 | " --color=fg:#202020,header:#007300,info:#755b00,pointer:#755b00"\ 9 | " --color=marker:#755b00,fg+:#f8f8f8,prompt:#755b00,hl+:#007300" 10 | -------------------------------------------------------------------------------- /sh/base16-evenok-dark.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Evenok Dark 2 | # Scheme system: base16 3 | # Scheme author: Mekeor Melire 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#202020,bg:#000000,spinner:#00bab3,hl:#00aff2"\ 8 | " --color=fg:#b0b0b0,header:#00aff2,info:#b8a300,pointer:#00bab3"\ 9 | " --color=marker:#00bab3,fg+:#e0e0e0,prompt:#b8a300,hl+:#00aff2" 10 | -------------------------------------------------------------------------------- /sh/base16-primer-light.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Primer Light 2 | # Scheme system: base16 3 | # Scheme author: Jimmy Lin 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#e1e4e8,bg:#fafbfc,spinner:#79b8ff,hl:#0366d6"\ 8 | " --color=fg:#444d56,header:#0366d6,info:#ffd33d,pointer:#79b8ff"\ 9 | " --color=marker:#79b8ff,fg+:#24292e,prompt:#ffd33d,hl+:#0366d6" 10 | -------------------------------------------------------------------------------- /sh/base16-sagelight.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Sagelight 2 | # Scheme system: base16 3 | # Scheme author: Carter Veldhuizen 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#e8e8e8,bg:#f8f8f8,spinner:#a2d6f5,hl:#a0a7d2"\ 8 | " --color=fg:#585858,header:#a0a7d2,info:#ffdc61,pointer:#a2d6f5"\ 9 | " --color=marker:#a2d6f5,fg+:#282828,prompt:#ffdc61,hl+:#a0a7d2" 10 | -------------------------------------------------------------------------------- /sh/base24-arthur.sh: -------------------------------------------------------------------------------- 1 | # base24-Arthur 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1c1c1c,fg:#a19083,hl:#e8ae5b\ 7 | --color=bg+:#554444,fg+:#a19083,hl+:#ffa75d\ 8 | --color=info:#87ceeb,border:#6495ed,prompt:#86af80\ 9 | --color=pointer:#1c1c1c,marker:#cc5533,spinner:#cc5533,header:#cd5c5c" 10 | -------------------------------------------------------------------------------- /sh/base24-batman.sh: -------------------------------------------------------------------------------- 1 | # base24-Batman 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1b1d1e,fg:#a7a8a3,hl:#f3fd21\ 7 | --color=bg+:#505354,fg+:#a7a8a3,hl+:#feed6c\ 8 | --color=info:#909495,border:#737074,prompt:#c8be46\ 9 | --color=pointer:#1b1d1e,marker:#fff68d,spinner:#fff68d,header:#e6db43" 10 | -------------------------------------------------------------------------------- /sh/base24-blazer.sh: -------------------------------------------------------------------------------- 1 | # base24-Blazer 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0d1926,fg:#acacac,hl:#b8b87a\ 7 | --color=bg+:#262626,fg+:#acacac,hl+:#dbdbbd\ 8 | --color=info:#bdbddb,border:#7a7ab8,prompt:#7ab87a\ 9 | --color=pointer:#0d1926,marker:#dbbdbd,spinner:#dbbdbd,header:#b87a7a" 10 | -------------------------------------------------------------------------------- /sh/base24-borland.sh: -------------------------------------------------------------------------------- 1 | # base24-Borland 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0000a4,fg:#d1d1d1,hl:#ffffb6\ 7 | --color=bg+:#7c7c7c,fg+:#d1d1d1,hl+:#ffffcb\ 8 | --color=info:#b5dcfe,border:#96cafd,prompt:#a7ff60\ 9 | --color=pointer:#0000a4,marker:#ffb6b0,spinner:#ffb6b0,header:#ff6b60" 10 | -------------------------------------------------------------------------------- /sh/base24-breeze.sh: -------------------------------------------------------------------------------- 1 | # base24-Breeze 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#31363b,fg:#d3d7d8,hl:#f67400\ 7 | --color=bg+:#7f8c8d,fg+:#d3d7d8,hl+:#fdbc4b\ 8 | --color=info:#3daee9,border:#1d99f3,prompt:#11d116\ 9 | --color=pointer:#31363b,marker:#c0392b,spinner:#c0392b,header:#ed1515" 10 | -------------------------------------------------------------------------------- /sh/base24-ciapre.sh: -------------------------------------------------------------------------------- 1 | # base24-Ciapre 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#181c27,fg:#978f73,hl:#cc8a3e\ 7 | --color=bg+:#555555,fg+:#978f73,hl+:#dcde7b\ 8 | --color=info:#2f97c6,border:#566d8c,prompt:#48513b\ 9 | --color=pointer:#181c27,marker:#ab3834,spinner:#ab3834,header:#800009" 10 | -------------------------------------------------------------------------------- /sh/base24-cobalt2.sh: -------------------------------------------------------------------------------- 1 | # base24-Cobalt2 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#122637,fg:#a1a1a1,hl:#fee409\ 7 | --color=bg+:#555555,fg+:#a1a1a1,hl+:#ecc809\ 8 | --color=info:#5555ff,border:#1460d2,prompt:#37dd21\ 9 | --color=pointer:#122637,marker:#f40d17,spinner:#f40d17,header:#ff0000" 10 | -------------------------------------------------------------------------------- /sh/base24-desert.sh: -------------------------------------------------------------------------------- 1 | # base24-Desert 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#333333,fg:#cdbb9b,hl:#f0e68c\ 7 | --color=bg+:#555555,fg+:#cdbb9b,hl+:#ffff55\ 8 | --color=info:#87ceff,border:#cd853f,prompt:#98fb98\ 9 | --color=pointer:#333333,marker:#ff5555,spinner:#ff5555,header:#ff2b2b" 10 | -------------------------------------------------------------------------------- /sh/base24-dracula.sh: -------------------------------------------------------------------------------- 1 | # base24-Dracula 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#282a36,fg:#f8f8f2,hl:#ffb86c\ 7 | --color=bg+:#44475a,fg+:#f8f8f2,hl+:#eef5a3\ 8 | --color=info:#a3ccf5,border:#80bfff,prompt:#50fa7b\ 9 | --color=pointer:#282a36,marker:#f28c8c,spinner:#f28c8c,header:#ff5555" 10 | -------------------------------------------------------------------------------- /sh/base24-framer.sh: -------------------------------------------------------------------------------- 1 | # base24-Framer 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#111111,fg:#a9a9a9,hl:#ffcc33\ 7 | --color=bg+:#414141,fg+:#a9a9a9,hl+:#ffd966\ 8 | --color=info:#33bbff,border:#00aaff,prompt:#98ec65\ 9 | --color=pointer:#111111,marker:#ff8888,spinner:#ff8888,header:#ff5555" 10 | -------------------------------------------------------------------------------- /sh/base24-galaxy.sh: -------------------------------------------------------------------------------- 1 | # base24-Galaxy 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1c2836,fg:#a1a1a1,hl:#fdba29\ 7 | --color=bg+:#555555,fg+:#a1a1a1,hl+:#ffff55\ 8 | --color=info:#589cf5,border:#589cf5,prompt:#20af89\ 9 | --color=pointer:#1c2836,marker:#fa8b8e,spinner:#fa8b8e,header:#f9555f" 10 | -------------------------------------------------------------------------------- /sh/base24-github.sh: -------------------------------------------------------------------------------- 1 | # base24-Github 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#f4f4f4,fg:#d8d8d8,hl:#f8eec7\ 7 | --color=bg+:#666666,fg+:#d8d8d8,hl+:#f1d007\ 8 | --color=info:#2e6cba,border:#003e8a,prompt:#07962a\ 9 | --color=pointer:#f4f4f4,marker:#de0000,spinner:#de0000,header:#970b16" 10 | -------------------------------------------------------------------------------- /sh/base24-highway.sh: -------------------------------------------------------------------------------- 1 | # base24-Highway 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#212224,fg:#c8c5c4,hl:#ffca3d\ 7 | --color=bg+:#5c4f49,fg+:#c8c5c4,hl+:#fff11f\ 8 | --color=info:#4fc2fd,border:#006ab3,prompt:#128033\ 9 | --color=pointer:#212224,marker:#ef7d17,spinner:#ef7d17,header:#cf0d17" 10 | -------------------------------------------------------------------------------- /sh/base24-hurtado.sh: -------------------------------------------------------------------------------- 1 | # base24-Hurtado 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#000000,fg:#a1a1a1,hl:#fbe74a\ 7 | --color=bg+:#252525,fg+:#a1a1a1,hl+:#fbe749\ 8 | --color=info:#89bdff,border:#486387,prompt:#a5df55\ 9 | --color=pointer:#000000,marker:#d41c00,spinner:#d41c00,header:#ff1b00" 10 | -------------------------------------------------------------------------------- /sh/base24-hybrid.sh: -------------------------------------------------------------------------------- 1 | # base24-Hybrid 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#161718,fg:#8f9190,hl:#e3b55e\ 7 | --color=bg+:#1d1e21,fg+:#8f9190,hl+:#e5894f\ 8 | --color=info:#4b6b88,border:#6d90b0,prompt:#b3be5a\ 9 | --color=pointer:#161718,marker:#8c2d32,spinner:#8c2d32,header:#b74d50" 10 | -------------------------------------------------------------------------------- /sh/base24-kibble.sh: -------------------------------------------------------------------------------- 1 | # base24-Kibble 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0e100a,fg:#c0b3c0,hl:#d8e30e\ 7 | --color=bg+:#5a5a5a,fg+:#c0b3c0,hl+:#f3f79e\ 8 | --color=info:#97a4f7,border:#3449d1,prompt:#29cf13\ 9 | --color=pointer:#0e100a,marker:#f01578,spinner:#f01578,header:#c70031" 10 | -------------------------------------------------------------------------------- /sh/base24-lab-fox.sh: -------------------------------------------------------------------------------- 1 | # base24-Lab Fox 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#2e2e2e,fg:#cfd0d0,hl:#fca121\ 7 | --color=bg+:#454545,fg+:#cfd0d0,hl+:#fca012\ 8 | --color=info:#db501f,border:#db3b21,prompt:#3eb383\ 9 | --color=pointer:#2e2e2e,marker:#ff6517,spinner:#ff6517,header:#fc6d26" 10 | -------------------------------------------------------------------------------- /sh/base24-mathias.sh: -------------------------------------------------------------------------------- 1 | # base24-Mathias 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#000000,fg:#cacaca,hl:#fc951e\ 7 | --color=bg+:#555555,fg+:#cacaca,hl+:#ffff55\ 8 | --color=info:#5555ff,border:#c48dff,prompt:#a6e32d\ 9 | --color=pointer:#000000,marker:#ff5555,spinner:#ff5555,header:#e52222" 10 | -------------------------------------------------------------------------------- /sh/base24-molokai.sh: -------------------------------------------------------------------------------- 1 | # base24-Molokai 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#121212,fg:#a1a1a1,hl:#dfd460\ 7 | --color=bg+:#555555,fg+:#a1a1a1,hl+:#fef26c\ 8 | --color=info:#00afff,border:#0f7fcf,prompt:#97e123\ 9 | --color=pointer:#121212,marker:#f5669c,spinner:#f5669c,header:#fa2573" 10 | -------------------------------------------------------------------------------- /sh/base24-pandora.sh: -------------------------------------------------------------------------------- 1 | # base24-Pandora 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#131d42,fg:#b8beba,hl:#ffad29\ 7 | --color=bg+:#3e5548,fg+:#b8beba,hl+:#ffb929\ 8 | --color=info:#23d7d7,border:#338f86,prompt:#74af68\ 9 | --color=pointer:#131d42,marker:#ff3242,spinner:#ff3242,header:#ff4242" 10 | -------------------------------------------------------------------------------- /sh/base24-pnevma.sh: -------------------------------------------------------------------------------- 1 | # base24-Pnevma 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1c1c1c,fg:#aeaead,hl:#d7af87\ 7 | --color=bg+:#4a4845,fg+:#aeaead,hl+:#e4c9af\ 8 | --color=info:#a1bdce,border:#7fa5bd,prompt:#90a57d\ 9 | --color=pointer:#1c1c1c,marker:#d78787,spinner:#d78787,header:#a36666" 10 | -------------------------------------------------------------------------------- /sh/base24-rebecca.sh: -------------------------------------------------------------------------------- 1 | # base24-Rebecca 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#292a44,fg:#c3c3d4,hl:#f2e7b7\ 7 | --color=bg+:#666699,fg+:#c3c3d4,hl+:#fefca8\ 8 | --color=info:#69bffa,border:#7aa5ff,prompt:#04dbb4\ 9 | --color=pointer:#292a44,marker:#ff91cd,spinner:#ff91cd,header:#dd7655" 10 | -------------------------------------------------------------------------------- /sh/base24-shaman.sh: -------------------------------------------------------------------------------- 1 | # base24-Shaman 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#001014,fg:#3d5053,hl:#5d8aa9\ 7 | --color=bg+:#374350,fg+:#3d5053,hl+:#8dd3fd\ 8 | --color=info:#61d4b9,border:#449985,prompt:#00a940\ 9 | --color=pointer:#001014,marker:#ff4242,spinner:#ff4242,header:#b12f2c" 10 | -------------------------------------------------------------------------------- /sh/base24-square.sh: -------------------------------------------------------------------------------- 1 | # base24-Square 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1a1a1a,fg:#bababa,hl:#ecebbe\ 7 | --color=bg+:#141414,fg+:#bababa,hl+:#fcfbcc\ 8 | --color=info:#b6defb,border:#a9cdeb,prompt:#b6377d\ 9 | --color=pointer:#1a1a1a,marker:#f99286,spinner:#f99286,header:#e9897c" 10 | -------------------------------------------------------------------------------- /sh/base24-ubuntu.sh: -------------------------------------------------------------------------------- 1 | # base24-Ubuntu 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#300a24,fg:#b3b7b0,hl:#c4a000\ 7 | --color=bg+:#555753,fg+:#b3b7b0,hl+:#fce94f\ 8 | --color=info:#729fcf,border:#3465a4,prompt:#4e9a06\ 9 | --color=pointer:#300a24,marker:#ef2929,spinner:#ef2929,header:#cc0000" 10 | -------------------------------------------------------------------------------- /sh/base24-wombat.sh: -------------------------------------------------------------------------------- 1 | # base24-Wombat 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#171717,fg:#b2afa6,hl:#ead89c\ 7 | --color=bg+:#313131,fg+:#b2afa6,hl+:#eee5b2\ 8 | --color=info:#a5c7ff,border:#5da9f6,prompt:#b1e869\ 9 | --color=pointer:#171717,marker:#f58b7f,spinner:#f58b7f,header:#ff605a" 10 | -------------------------------------------------------------------------------- /sh/base24-zenburn.sh: -------------------------------------------------------------------------------- 1 | # base24-Zenburn 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#3f3f3f,fg:#c1c9b9,hl:#f0dfaf\ 7 | --color=bg+:#709080,fg+:#c1c9b9,hl+:#e0cf9f\ 8 | --color=info:#94bff3,border:#506070,prompt:#60b48a\ 9 | --color=pointer:#3f3f3f,marker:#dca3a3,spinner:#dca3a3,header:#705050" 10 | -------------------------------------------------------------------------------- /powershell/base16-apathy.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Apathy 2 | # Scheme system: base16 3 | # Scheme author: Jannik Siebert (https://github.com/janniks) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#0b342d,bg:#031a16,spinner:#963e4c,hl:#96883e 8 | --color=fg:#5f9c92,header:#96883e,info:#3e4c96,pointer:#963e4c 9 | --color=marker:#963e4c,fg+:#a7cec8,prompt:#3e4c96,hl+:#96883e 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-ashes.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Ashes 2 | # Scheme system: base16 3 | # Scheme author: Jannik Siebert (https://github.com/janniks) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#393f45,bg:#1c2023,spinner:#95aec7,hl:#ae95c7 8 | --color=fg:#adb3ba,header:#ae95c7,info:#aec795,pointer:#95aec7 9 | --color=marker:#95aec7,fg+:#dfe2e5,prompt:#aec795,hl+:#ae95c7 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-brewer.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Brewer 2 | # Scheme system: base16 3 | # Scheme author: Timothée Poisot (http://github.com/tpoisot) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2e2f30,bg:#0c0d0e,spinner:#80b1d3,hl:#3182bd 8 | --color=fg:#959697,header:#3182bd,info:#dca060,pointer:#80b1d3 9 | --color=marker:#80b1d3,fg+:#dadbdc,prompt:#dca060,hl+:#3182bd 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-bright.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Bright 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#303030,bg:#000000,spinner:#76c7b7,hl:#6fb3d2 8 | --color=fg:#d0d0d0,header:#6fb3d2,info:#fda331,pointer:#76c7b7 9 | --color=marker:#76c7b7,fg+:#f5f5f5,prompt:#fda331,hl+:#6fb3d2 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-cupcake.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Cupcake 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#f2f1f4,bg:#fbf1f2,spinner:#69a9a7,hl:#7297b9 8 | --color=fg:#a59daf,header:#7297b9,info:#dcb16c,pointer:#69a9a7 9 | --color=marker:#69a9a7,fg+:#72677e,prompt:#dcb16c,hl+:#7297b9 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-da-one-black.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Da One Black 2 | # Scheme system: base16 3 | # Scheme author: NNB (https://github.com/NNBnh) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#282828,bg:#000000,spinner:#8af5ff,hl:#6bb8ff 8 | --color=fg:#c8c8c8,header:#6bb8ff,info:#ff9470,pointer:#8af5ff 9 | --color=marker:#8af5ff,fg+:#ffffff,prompt:#ff9470,hl+:#6bb8ff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-da-one-gray.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Da One Gray 2 | # Scheme system: base16 3 | # Scheme author: NNB (https://github.com/NNBnh) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#282828,bg:#181818,spinner:#8af5ff,hl:#6bb8ff 8 | --color=fg:#c8c8c8,header:#6bb8ff,info:#ff9470,pointer:#8af5ff 9 | --color=marker:#8af5ff,fg+:#ffffff,prompt:#ff9470,hl+:#6bb8ff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-da-one-ocean.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Da One Ocean 2 | # Scheme system: base16 3 | # Scheme author: NNB (https://github.com/NNBnh) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#22273d,bg:#171726,spinner:#8af5ff,hl:#6bb8ff 8 | --color=fg:#c8c8c8,header:#6bb8ff,info:#ff9470,pointer:#8af5ff 9 | --color=marker:#8af5ff,fg+:#ffffff,prompt:#ff9470,hl+:#6bb8ff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-da-one-paper.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Da One Paper 2 | # Scheme system: base16 3 | # Scheme author: NNB (https://github.com/NNBnh) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#c8c8c8,bg:#faf0dc,spinner:#64b5a7,hl:#5890f8 8 | --color=fg:#282828,header:#5890f8,info:#b3684f,pointer:#64b5a7 9 | --color=marker:#64b5a7,fg+:#000000,prompt:#b3684f,hl+:#5890f8 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-da-one-white.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Da One White 2 | # Scheme system: base16 3 | # Scheme author: NNB (https://github.com/NNBnh) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#c8c8c8,bg:#ffffff,spinner:#64b5a7,hl:#5890f8 8 | --color=fg:#282828,header:#5890f8,info:#b3684f,pointer:#64b5a7 9 | --color=marker:#64b5a7,fg+:#000000,prompt:#b3684f,hl+:#5890f8 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-eighties.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Eighties 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#393939,bg:#2d2d2d,spinner:#66cccc,hl:#6699cc 8 | --color=fg:#a09f93,header:#6699cc,info:#ffcc66,pointer:#66cccc 9 | --color=marker:#66cccc,fg+:#e8e6df,prompt:#ffcc66,hl+:#6699cc 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-embers.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Embers 2 | # Scheme system: base16 3 | # Scheme author: Jannik Siebert (https://github.com/janniks) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2c2620,bg:#16130f,spinner:#576d82,hl:#6d5782 8 | --color=fg:#8a8075,header:#6d5782,info:#6d8257,pointer:#576d82 9 | --color=marker:#576d82,fg+:#beb6ae,prompt:#6d8257,hl+:#6d5782 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-equilibrium-gray-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Equilibrium Gray Dark 2 | # Scheme system: base16 3 | # Scheme author: Carlo Abelli 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1b1b1b,bg:#111111,spinner:#00948b,hl:#008dd1 8 | --color=fg:#919191,header:#008dd1,info:#bb8801,pointer:#00948b 9 | --color=marker:#00948b,fg+:#c6c6c6,prompt:#bb8801,hl+:#008dd1 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-eva-dim.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Eva Dim 2 | # Scheme system: base16 3 | # Scheme author: kjakapat (https://github.com/kjakapat) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#3d566f,bg:#2a3b4d,spinner:#4b8f77,hl:#1ae1dc 8 | --color=fg:#7e90a3,header:#1ae1dc,info:#cfd05d,pointer:#4b8f77 9 | --color=marker:#4b8f77,fg+:#d6d7d9,prompt:#cfd05d,hl+:#1ae1dc 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-gotham.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Gotham 2 | # Scheme system: base16 3 | # Scheme author: Andrea Leopardi (arranged by Brett Jones) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#11151c,bg:#0c1014,spinner:#2aa889,hl:#195466 8 | --color=fg:#245361,header:#195466,info:#edb443,pointer:#2aa889 9 | --color=marker:#2aa889,fg+:#99d1ce,prompt:#edb443,hl+:#195466 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-helios.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Helios 2 | # Scheme system: base16 3 | # Scheme author: Alex Meyer (https://github.com/reyemxela) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#383c3e,bg:#1d2021,spinner:#1ba595,hl:#1e8bac 8 | --color=fg:#cdcdcd,header:#1e8bac,info:#f19d1a,pointer:#1ba595 9 | --color=marker:#1ba595,fg+:#dddddd,prompt:#f19d1a,hl+:#1e8bac 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-kimber.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Kimber 2 | # Scheme system: base16 3 | # Scheme author: Mishka Nguyen (https://github.com/akhsiM) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#313131,bg:#222222,spinner:#78b4b4,hl:#537c9c 8 | --color=fg:#5a5a5a,header:#537c9c,info:#d8b56d,pointer:#78b4b4 9 | --color=marker:#78b4b4,fg+:#c3c3b4,prompt:#d8b56d,hl+:#537c9c 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-monokai.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Monokai 2 | # Scheme system: base16 3 | # Scheme author: Wimer Hazenberg (http://www.monokai.nl) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#383830,bg:#272822,spinner:#a1efe4,hl:#66d9ef 8 | --color=fg:#a59f85,header:#66d9ef,info:#f4bf75,pointer:#a1efe4 9 | --color=marker:#a1efe4,fg+:#f5f4f1,prompt:#f4bf75,hl+:#66d9ef 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-phd.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: PhD 2 | # Scheme system: base16 3 | # Scheme author: Hennig Hasemann (http://leetless.de/vim.html) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2a3448,bg:#061229,spinner:#72b9bf,hl:#5299bf 8 | --color=fg:#9a99a3,header:#5299bf,info:#fbd461,pointer:#72b9bf 9 | --color=marker:#72b9bf,fg+:#dbdde0,prompt:#fbd461,hl+:#5299bf 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-pico.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Pico 2 | # Scheme system: base16 3 | # Scheme author: PICO-8 (http://www.lexaloffle.com/pico-8.php) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1d2b53,bg:#000000,spinner:#29adff,hl:#83769c 8 | --color=fg:#ab5236,header:#83769c,info:#fff024,pointer:#29adff 9 | --color=marker:#29adff,fg+:#c2c3c7,prompt:#fff024,hl+:#83769c 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-railscasts.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Railscasts 2 | # Scheme system: base16 3 | # Scheme author: Ryan Bates (http://railscasts.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#272935,bg:#2b2b2b,spinner:#519f50,hl:#6d9cbe 8 | --color=fg:#d4cfc9,header:#6d9cbe,info:#ffc66d,pointer:#519f50 9 | --color=marker:#519f50,fg+:#f4f1ed,prompt:#ffc66d,hl+:#6d9cbe 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-sakura.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Sakura 2 | # Scheme system: base16 3 | # Scheme author: Misterio77 (http://github.com/Misterio77) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#f8e2e7,bg:#feedf3,spinner:#1d8991,hl:#006e93 8 | --color=fg:#665055,header:#006e93,info:#c29461,pointer:#1d8991 9 | --color=marker:#1d8991,fg+:#42383a,prompt:#c29461,hl+:#006e93 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-sparky.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Sparky 2 | # Scheme system: base16 3 | # Scheme author: Leila Sother (https://github.com/mixcoac) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#00313c,bg:#072b31,spinner:#2dccd3,hl:#4698cb 8 | --color=fg:#00778b,header:#4698cb,info:#fbdd40,pointer:#2dccd3 9 | --color=marker:#2dccd3,fg+:#f5f5f1,prompt:#fbdd40,hl+:#4698cb 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tango.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tango 2 | # Scheme system: base16 3 | # Scheme author: @Schnouki, based on the Tango Desktop Project 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#8ae234,bg:#2e3436,spinner:#06989a,hl:#3465a4 8 | --color=fg:#729fcf,header:#3465a4,info:#c4a000,pointer:#06989a 9 | --color=marker:#06989a,fg+:#ad7fa8,prompt:#c4a000,hl+:#3465a4 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tokyo-night-moon.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo Night Moon 2 | # Scheme system: base16 3 | # Scheme author: Ólafur Bjarki Bogason 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1e2030,bg:#222436,spinner:#86e1fc,hl:#82aaff 8 | --color=fg:#636da6,header:#82aaff,info:#ffdf77,pointer:#86e1fc 9 | --color=marker:#86e1fc,fg+:#aeb4d1,prompt:#ffdf77,hl+:#82aaff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tomorrow.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tomorrow 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e0e0e0,bg:#ffffff,spinner:#3e999f,hl:#4271ae 8 | --color=fg:#969896,header:#4271ae,info:#eab700,pointer:#3e999f 9 | --color=marker:#3e999f,fg+:#282a2e,prompt:#eab700,hl+:#4271ae 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-twilight.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Twilight 2 | # Scheme system: base16 3 | # Scheme author: David Hart (https://github.com/hartbit) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#323537,bg:#1e1e1e,spinner:#afc4db,hl:#7587a6 8 | --color=fg:#838184,header:#7587a6,info:#f9ee98,pointer:#afc4db 9 | --color=marker:#afc4db,fg+:#c3c3c3,prompt:#f9ee98,hl+:#7587a6 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-unikitty-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Unikitty Dark 2 | # Scheme system: base16 3 | # Scheme author: Josh W Lewis (@joshwlewis) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#4a464d,bg:#2e2a31,spinner:#149bda,hl:#796af5 8 | --color=fg:#9f9da2,header:#796af5,info:#dc8a0e,pointer:#149bda 9 | --color=marker:#149bda,fg+:#d8d7da,prompt:#dc8a0e,hl+:#796af5 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-unikitty-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Unikitty Light 2 | # Scheme system: base16 3 | # Scheme author: Josh W Lewis (@joshwlewis) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e1e1e2,bg:#ffffff,spinner:#149bda,hl:#775dff 8 | --color=fg:#89878b,header:#775dff,info:#dc8a0e,pointer:#149bda 9 | --color=marker:#149bda,fg+:#4f4b51,prompt:#dc8a0e,hl+:#775dff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-woodland.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Woodland 2 | # Scheme system: base16 3 | # Scheme author: Jay Cornwall (https://jcornwall.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#302b25,bg:#231e18,spinner:#6eb958,hl:#88a4d3 8 | --color=fg:#b4a490,header:#88a4d3,info:#e0ac16,pointer:#6eb958 9 | --color=marker:#6eb958,fg+:#d7c8bc,prompt:#e0ac16,hl+:#88a4d3 10 | "@ 11 | -------------------------------------------------------------------------------- /sh/base16-icy.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Icy Dark 2 | # Scheme system: base16 3 | # Scheme author: icyphox (https://icyphox.ga) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#031619,bg:#021012,spinner:#26c6da,hl:#00bcd4"\ 8 | " --color=fg:#064048,header:#00bcd4,info:#80deea,pointer:#26c6da"\ 9 | " --color=marker:#26c6da,fg+:#0c7c8c,prompt:#80deea,hl+:#00bcd4" 10 | -------------------------------------------------------------------------------- /sh/base16-jabuti.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Jabuti 2 | # Scheme system: base16 3 | # Scheme author: https://github.com/notusknot 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#343545,bg:#292a37,spinner:#ff7eb6,hl:#3fc6de"\ 8 | " --color=fg:#50526b,header:#3fc6de,info:#e1c697,pointer:#ff7eb6"\ 9 | " --color=marker:#ff7eb6,fg+:#d9e0ee,prompt:#e1c697,hl+:#3fc6de" 10 | -------------------------------------------------------------------------------- /sh/base16-material-vivid.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Material Vivid 2 | # Scheme system: base16 3 | # Scheme author: joshyrobot 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#27292c,bg:#202124,spinner:#00bcd4,hl:#2196f3"\ 8 | " --color=fg:#676c71,header:#2196f3,info:#ffeb3b,pointer:#00bcd4"\ 9 | " --color=marker:#00bcd4,fg+:#9e9e9e,prompt:#ffeb3b,hl+:#2196f3" 10 | -------------------------------------------------------------------------------- /sh/base16-mexico-light.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Mexico Light 2 | # Scheme system: base16 3 | # Scheme author: Sheldon Johnson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#e8e8e8,bg:#f8f8f8,spinner:#4b8093,hl:#7cafc2"\ 8 | " --color=fg:#585858,header:#7cafc2,info:#f79a0e,pointer:#4b8093"\ 9 | " --color=marker:#4b8093,fg+:#282828,prompt:#f79a0e,hl+:#7cafc2" 10 | -------------------------------------------------------------------------------- /sh/base16-saga.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: SAGA 2 | # Scheme system: base16 3 | # Scheme author: https://github.com/SAGAtheme/SAGA 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#0a1014,bg:#05080a,spinner:#c5edc1,hl:#c9fff7"\ 8 | " --color=fg:#192630,header:#c9fff7,info:#fbebc8,pointer:#c5edc1"\ 9 | " --color=marker:#c5edc1,fg+:#f8eae7,prompt:#fbebc8,hl+:#c9fff7" 10 | -------------------------------------------------------------------------------- /sh/base16-tarot.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: tarot 2 | # Scheme system: base16 3 | # Scheme author: ed (https://codeberg.org/ed) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#2a153c,bg:#0e091d,spinner:#8c9785,hl:#6e6080"\ 8 | " --color=fg:#8c406f,header:#6e6080,info:#ff6565,pointer:#8c9785"\ 9 | " --color=marker:#8c9785,fg+:#c4686d,prompt:#ff6565,hl+:#6e6080" 10 | -------------------------------------------------------------------------------- /sh/base24-3024-day.sh: -------------------------------------------------------------------------------- 1 | # base24-3024 Day 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#f7f7f7,fg:#928f8e,hl:#fded02\ 7 | --color=bg+:#5c5855,fg+:#928f8e,hl+:#4a4543\ 8 | --color=info:#807d7c,border:#01a0e4,prompt:#01a252\ 9 | --color=pointer:#f7f7f7,marker:#e8bbd0,spinner:#e8bbd0,header:#db2d20" 10 | -------------------------------------------------------------------------------- /sh/base24-3024-night.sh: -------------------------------------------------------------------------------- 1 | # base24-3024 Night 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#090300,fg:#928f8e,hl:#fded02\ 7 | --color=bg+:#5c5855,fg+:#928f8e,hl+:#4a4543\ 8 | --color=info:#807d7c,border:#01a0e4,prompt:#01a252\ 9 | --color=pointer:#090300,marker:#e8bbd0,spinner:#e8bbd0,header:#db2d20" 10 | -------------------------------------------------------------------------------- /sh/base24-argonaut.sh: -------------------------------------------------------------------------------- 1 | # base24-Argonaut 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0d0f18,fg:#d0d0d0,hl:#ffb900\ 7 | --color=bg+:#444444,fg+:#d0d0d0,hl+:#ffd141\ 8 | --color=info:#0092ff,border:#008df8,prompt:#8ce00a\ 9 | --color=pointer:#0d0f18,marker:#ff273f,spinner:#ff273f,header:#ff000f" 10 | -------------------------------------------------------------------------------- /sh/base24-broadcast.sh: -------------------------------------------------------------------------------- 1 | # base24-Broadcast 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#2b2b2b,fg:#cbcbcb,hl:#ffd24a\ 7 | --color=bg+:#323232,fg+:#cbcbcb,hl+:#ffff7c\ 8 | --color=info:#9fcef0,border:#6d9cbe,prompt:#519f50\ 9 | --color=pointer:#2b2b2b,marker:#ff7b6b,spinner:#ff7b6b,header:#da4939" 10 | -------------------------------------------------------------------------------- /sh/base24-brogrammer.sh: -------------------------------------------------------------------------------- 1 | # base24-Brogrammer 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#131313,fg:#c1c8d7,hl:#ecb90f\ 7 | --color=bg+:#2a3141,fg+:#c1c8d7,hl+:#f2bd09\ 8 | --color=info:#509bdc,border:#2a84d2,prompt:#2cc55d\ 9 | --color=pointer:#131313,marker:#de342e,spinner:#de342e,header:#f71118" 10 | -------------------------------------------------------------------------------- /sh/base24-chalkboard.sh: -------------------------------------------------------------------------------- 1 | # base24-Chalkboard 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#29262f,fg:#afafaf,hl:#c2c372\ 7 | --color=bg+:#323232,fg+:#afafaf,hl+:#dadbaa\ 8 | --color=info:#aaaadb,border:#7372c3,prompt:#72c373\ 9 | --color=pointer:#29262f,marker:#dbaaaa,spinner:#dbaaaa,header:#c37372" 10 | -------------------------------------------------------------------------------- /sh/base24-cyberdyne.sh: -------------------------------------------------------------------------------- 1 | # base24-Cyberdyne 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#151144,fg:#c0c0c0,hl:#d2a700\ 7 | --color=bg+:#2d2d2d,fg+:#c0c0c0,hl+:#fefdd5\ 8 | --color=info:#c1e3fe,border:#0071cf,prompt:#00c172\ 9 | --color=pointer:#151144,marker:#ffc4bd,spinner:#ffc4bd,header:#ff8272" 10 | -------------------------------------------------------------------------------- /sh/base24-dark-plus.sh: -------------------------------------------------------------------------------- 1 | # base24-Dark Plus 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0e0e0e,fg:#c5c5c5,hl:#e5e510\ 7 | --color=bg+:#666666,fg+:#c5c5c5,hl+:#f5f543\ 8 | --color=info:#3b8eea,border:#2472c8,prompt:#0dbc79\ 9 | --color=pointer:#0e0e0e,marker:#f14c4c,spinner:#f14c4c,header:#cd3131" 10 | -------------------------------------------------------------------------------- /sh/base24-earthsong.sh: -------------------------------------------------------------------------------- 1 | # base24-Earthsong 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#282420,fg:#c5ab93,hl:#f4ae2e\ 7 | --color=bg+:#665e54,fg+:#c5ab93,hl+:#dfd561\ 8 | --color=info:#5ed9ff,border:#1397b9,prompt:#84c44b\ 9 | --color=pointer:#282420,marker:#ff6459,spinner:#ff6459,header:#c84134" 10 | -------------------------------------------------------------------------------- /sh/base24-elemental.sh: -------------------------------------------------------------------------------- 1 | # base24-Elemental 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#21211c,fg:#756f68,hl:#7f7110\ 7 | --color=bg+:#545444,fg+:#756f68,hl+:#d69827\ 8 | --color=info:#78d8d8,border:#497f7d,prompt:#479942\ 9 | --color=pointer:#21211c,marker:#df502a,spinner:#df502a,header:#97280f" 10 | -------------------------------------------------------------------------------- /sh/base24-elementary.sh: -------------------------------------------------------------------------------- 1 | # base24-Elementary 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#181818,fg:#c5c5c5,hl:#fdb40b\ 7 | --color=bg+:#4a4a4a,fg+:#c5c5c5,hl+:#fdc70e\ 8 | --color=info:#0855fe,border:#053a8c,prompt:#59a413\ 9 | --color=pointer:#181818,marker:#fb1b18,spinner:#fb1b18,header:#d61b15" 10 | -------------------------------------------------------------------------------- /sh/base24-espresso.sh: -------------------------------------------------------------------------------- 1 | # base24-Espresso 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#262626,fg:#c7c7c5,hl:#ffc66d\ 7 | --color=bg+:#535353,fg+:#c7c7c5,hl+:#e1e38b\ 8 | --color=info:#8ab7d9,border:#6c99bb,prompt:#a5c261\ 9 | --color=pointer:#262626,marker:#f00c0c,spinner:#f00c0c,header:#d25151" 10 | -------------------------------------------------------------------------------- /sh/base24-fideloper.sh: -------------------------------------------------------------------------------- 1 | # base24-Fideloper 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#282f32,fg:#b1b1a3,hl:#b7aa9a\ 7 | --color=bg+:#092027,fg+:#b1b1a3,hl+:#a86571\ 8 | --color=info:#7c84c4,border:#2e78c1,prompt:#edb7ab\ 9 | --color=pointer:#282f32,marker:#d35f5a,spinner:#d35f5a,header:#ca1d2c" 10 | -------------------------------------------------------------------------------- /sh/base24-fish-tank.sh: -------------------------------------------------------------------------------- 1 | # base24-Fish Tank 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#222436,fg:#ccc9c9,hl:#fdcd5e\ 7 | --color=bg+:#6c5a30,fg+:#ccc9c9,hl+:#fee6a8\ 8 | --color=info:#b1bdf9,border:#525fb8,prompt:#abf157\ 9 | --color=pointer:#222436,marker:#d94a8a,spinner:#d94a8a,header:#c60049" 10 | -------------------------------------------------------------------------------- /sh/base24-flatland.sh: -------------------------------------------------------------------------------- 1 | # base24-Flatland 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1c1e20,fg:#c5c6c4,hl:#f3ef6d\ 7 | --color=bg+:#1c1d19,fg+:#c5c6c4,hl+:#ff8948\ 8 | --color=info:#61b8d0,border:#4f96be,prompt:#9ed264\ 9 | --color=pointer:#1c1e20,marker:#d12a24,spinner:#d12a24,header:#f18238" 10 | -------------------------------------------------------------------------------- /sh/base24-floraverse.sh: -------------------------------------------------------------------------------- 1 | # base24-Floraverse 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0e0c15,fg:#c3af9d,hl:#cd751c\ 7 | --color=bg+:#331e4d,fg+:#c3af9d,hl+:#fac357\ 8 | --color=info:#40a4cf,border:#1d6da1,prompt:#5d731a\ 9 | --color=pointer:#0e0c15,marker:#d02063,spinner:#d02063,header:#64002c" 10 | -------------------------------------------------------------------------------- /sh/base24-hacktober.sh: -------------------------------------------------------------------------------- 1 | # base24-Hacktober 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#141414,fg:#bfbdb7,hl:#d08949\ 7 | --color=bg+:#2c2b2a,fg+:#bfbdb7,hl+:#c75a22\ 8 | --color=info:#5389c5,border:#206ec5,prompt:#587744\ 9 | --color=pointer:#141414,marker:#b33323,spinner:#b33323,header:#b34538" 10 | -------------------------------------------------------------------------------- /sh/base24-hardcore.sh: -------------------------------------------------------------------------------- 1 | # base24-Hardcore 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#111111,fg:#a9a9a9,hl:#ffcc33\ 7 | --color=bg+:#414141,fg+:#a9a9a9,hl+:#ffd966\ 8 | --color=info:#33bbff,border:#00aaff,prompt:#98ec65\ 9 | --color=pointer:#111111,marker:#ff8888,spinner:#ff8888,header:#ff5555" 10 | -------------------------------------------------------------------------------- /sh/base24-hivacruz.sh: -------------------------------------------------------------------------------- 1 | # base24-Hivacruz 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#132537,fg:#8c92ac,hl:#c08b30\ 7 | --color=bg+:#6b7394,fg+:#8c92ac,hl+:#5e6687\ 8 | --color=info:#898ea4,border:#3d8fd1,prompt:#ac9739\ 9 | --color=pointer:#132537,marker:#c76b29,spinner:#c76b29,header:#c94922" 10 | -------------------------------------------------------------------------------- /sh/base24-homebrew.sh: -------------------------------------------------------------------------------- 1 | # base24-Homebrew 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#000000,fg:#a8a8a8,hl:#999900\ 7 | --color=bg+:#666666,fg+:#a8a8a8,hl+:#e5e500\ 8 | --color=info:#0000ff,border:#0000b2,prompt:#00a600\ 9 | --color=pointer:#000000,marker:#e50000,spinner:#e50000,header:#990000" 10 | -------------------------------------------------------------------------------- /sh/base24-hopscotch.sh: -------------------------------------------------------------------------------- 1 | # base24-Hopscotch 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#322931,fg:#a9a4a8,hl:#fdcc59\ 7 | --color=bg+:#797379,fg+:#a9a4a8,hl+:#5c545b\ 8 | --color=info:#989498,border:#1290bf,prompt:#8fc13e\ 9 | --color=pointer:#322931,marker:#fd8b19,spinner:#fd8b19,header:#dd464c" 10 | -------------------------------------------------------------------------------- /sh/base24-idle-toes.sh: -------------------------------------------------------------------------------- 1 | # base24-Idle Toes 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#323232,fg:#c7c7c5,hl:#ffc66d\ 7 | --color=bg+:#535353,fg+:#c7c7c5,hl+:#ffe48b\ 8 | --color=info:#5eb7f7,border:#4098ff,prompt:#7fe173\ 9 | --color=pointer:#323232,marker:#f07070,spinner:#f07070,header:#d25252" 10 | -------------------------------------------------------------------------------- /sh/base24-japanesque.sh: -------------------------------------------------------------------------------- 1 | # base24-Japanesque 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1d1d1d,fg:#d0d2ce,hl:#e8b32a\ 7 | --color=bg+:#585a58,fg+:#d0d2ce,hl+:#77592e\ 8 | --color=info:#135879,border:#4c99d3,prompt:#7bb75b\ 9 | --color=pointer:#1d1d1d,marker:#d18ea6,spinner:#d18ea6,header:#ce3e60" 10 | -------------------------------------------------------------------------------- /sh/base24-jellybeans.sh: -------------------------------------------------------------------------------- 1 | # base24-Jellybeans 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#121212,fg:#d5d5d5,hl:#ffba7b\ 7 | --color=bg+:#bdbdbd,fg+:#d5d5d5,hl+:#ffdca0\ 8 | --color=info:#b1d8f6,border:#97bedc,prompt:#93b979\ 9 | --color=pointer:#121212,marker:#ffa1a1,spinner:#ffa1a1,header:#e27373" 10 | -------------------------------------------------------------------------------- /sh/base24-lavandula.sh: -------------------------------------------------------------------------------- 1 | # base24-Lavandula 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#050014,fg:#645d6f,hl:#7f6f49\ 7 | --color=bg+:#372c46,fg+:#645d6f,hl+:#e0c286\ 8 | --color=info:#8e86df,border:#4f4a7f,prompt:#337e6f\ 9 | --color=pointer:#050014,marker:#df5066,spinner:#df5066,header:#7c1525" 10 | -------------------------------------------------------------------------------- /sh/base24-lovelace.sh: -------------------------------------------------------------------------------- 1 | # base24-Lovelace 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1d1f28,fg:#ceced3,hl:#f2a272\ 7 | --color=bg+:#414458,fg+:#ceced3,hl+:#ff8037\ 8 | --color=info:#556fff,border:#8897f4,prompt:#5adecd\ 9 | --color=pointer:#1d1f28,marker:#ff4971,spinner:#ff4971,header:#f37f97" 10 | -------------------------------------------------------------------------------- /sh/base24-man-page.sh: -------------------------------------------------------------------------------- 1 | # base24-Man Page 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#fef49c,fg:#b2b2b2,hl:#999900\ 7 | --color=bg+:#666666,fg+:#b2b2b2,hl+:#e5e500\ 8 | --color=info:#0000ff,border:#0000b2,prompt:#00a600\ 9 | --color=pointer:#fef49c,marker:#e50000,spinner:#e50000,header:#cc0000" 10 | -------------------------------------------------------------------------------- /sh/base24-material.sh: -------------------------------------------------------------------------------- 1 | # base24-Material 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#eaeaea,fg:#c3c3c3,hl:#f5971d\ 7 | --color=bg+:#424242,fg+:#c3c3c3,hl+:#fee92e\ 8 | --color=info:#53a4f3,border:#134eb2,prompt:#457b23\ 9 | --color=pointer:#eaeaea,marker:#e83a3f,spinner:#e83a3f,header:#b7141e" 10 | -------------------------------------------------------------------------------- /sh/base24-medailion.sh: -------------------------------------------------------------------------------- 1 | # base24-Medailion 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1d1808,fg:#aea578,hl:#d2bd25\ 7 | --color=bg+:#5e5118,fg+:#aea578,hl+:#ffe449\ 8 | --color=info:#abb8ff,border:#606baf,prompt:#7c8a16\ 9 | --color=pointer:#1d1808,marker:#ff9148,spinner:#ff9148,header:#b54c00" 10 | -------------------------------------------------------------------------------- /sh/base24-medallion.sh: -------------------------------------------------------------------------------- 1 | # base24-Medallion 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1d1808,fg:#aea578,hl:#d2bd25\ 7 | --color=bg+:#5e5118,fg+:#aea578,hl+:#ffe449\ 8 | --color=info:#abb8ff,border:#606baf,prompt:#7c8a16\ 9 | --color=pointer:#1d1808,marker:#ff9148,spinner:#ff9148,header:#b54c00" 10 | -------------------------------------------------------------------------------- /sh/base24-misterioso.sh: -------------------------------------------------------------------------------- 1 | # base24-Misterioso 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#2d3743,fg:#bebebd,hl:#ffad29\ 7 | --color=bg+:#555555,fg+:#bebebd,hl+:#ffb929\ 8 | --color=info:#23d7d7,border:#338f86,prompt:#74af68\ 9 | --color=pointer:#2d3743,marker:#ff3242,spinner:#ff3242,header:#ff4242" 10 | -------------------------------------------------------------------------------- /sh/base24-mona-lisa.sh: -------------------------------------------------------------------------------- 1 | # base24-Mona Lisa 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#110b0d,fg:#dab14e,hl:#c26e27\ 7 | --color=bg+:#874227,fg+:#dab14e,hl+:#ff9565\ 8 | --color=info:#9eb2b3,border:#515b5c,prompt:#626132\ 9 | --color=pointer:#110b0d,marker:#ff4230,spinner:#ff4230,header:#9b281b" 10 | -------------------------------------------------------------------------------- /sh/base24-obsidian.sh: -------------------------------------------------------------------------------- 1 | # base24-Obsidian 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#273032,fg:#a1a1a1,hl:#fecc22\ 7 | --color=bg+:#555555,fg+:#a1a1a1,hl+:#fef773\ 8 | --color=info:#a0d6ff,border:#399bda,prompt:#00bb00\ 9 | --color=pointer:#273032,marker:#ff0003,spinner:#ff0003,header:#a50001" 10 | -------------------------------------------------------------------------------- /sh/base24-one-black.sh: -------------------------------------------------------------------------------- 1 | # base24-One Black 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#000000,fg:#abb2bf,hl:#d18f52\ 7 | --color=bg+:#4f5666,fg+:#abb2bf,hl+:#f0a45d\ 8 | --color=info:#4dc4ff,border:#4aa5f0,prompt:#8cc265\ 9 | --color=pointer:#000000,marker:#ff616e,spinner:#ff616e,header:#e05561" 10 | -------------------------------------------------------------------------------- /sh/base24-one-dark.sh: -------------------------------------------------------------------------------- 1 | # base24-One Dark 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#282c34,fg:#abb2bf,hl:#d18f52\ 7 | --color=bg+:#4f5666,fg+:#abb2bf,hl+:#f0a45d\ 8 | --color=info:#4dc4ff,border:#4aa5f0,prompt:#8cc265\ 9 | --color=pointer:#282c34,marker:#ff616e,spinner:#ff616e,header:#e05561" 10 | -------------------------------------------------------------------------------- /sh/base24-one-light.sh: -------------------------------------------------------------------------------- 1 | # base24-One Light 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#e7e7e9,fg:#383a42,hl:#c18401\ 7 | --color=bg+:#cacace,fg+:#383a42,hl+:#f4a701\ 8 | --color=info:#709af5,border:#4078f2,prompt:#50a14f\ 9 | --color=pointer:#e7e7e9,marker:#ec2258,spinner:#ec2258,header:#ca1243" 10 | -------------------------------------------------------------------------------- /sh/base24-paul-millr.sh: -------------------------------------------------------------------------------- 1 | # base24-Paul Millr 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#000000,fg:#a5a5a5,hl:#e7bf00\ 7 | --color=bg+:#666666,fg+:#a5a5a5,hl+:#f3d64e\ 8 | --color=info:#709aed,border:#386bd7,prompt:#79ff0f\ 9 | --color=pointer:#000000,marker:#ff0080,spinner:#ff0080,header:#ff0000" 10 | -------------------------------------------------------------------------------- /sh/base24-pro-light.sh: -------------------------------------------------------------------------------- 1 | # base24-Pro Light 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#feffff,fg:#4f4f4f,hl:#c58e40\ 7 | --color=bg+:#dcdcdc,fg+:#4f4f4f,hl+:#f2f055\ 8 | --color=info:#0081ff,border:#3a75ff,prompt:#50d048\ 9 | --color=pointer:#feffff,marker:#ff6640,spinner:#ff6640,header:#e4492b" 10 | -------------------------------------------------------------------------------- /sh/base24-red-alert.sh: -------------------------------------------------------------------------------- 1 | # base24-Red Alert 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#762423,fg:#aaaaaa,hl:#beb86b\ 7 | --color=bg+:#262626,fg+:#aaaaaa,hl+:#dfddb7\ 8 | --color=info:#65a9f0,border:#479bed,prompt:#71be6b\ 9 | --color=pointer:#762423,marker:#e02453,spinner:#e02453,header:#d52e4d" 10 | -------------------------------------------------------------------------------- /sh/base24-red-planet.sh: -------------------------------------------------------------------------------- 1 | # base24-Red Planet 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#222222,fg:#a4998c,hl:#e8bf6a\ 7 | --color=bg+:#676767,fg+:#a4998c,hl+:#ebeb91\ 8 | --color=info:#60827e,border:#69809e,prompt:#728271\ 9 | --color=pointer:#222222,marker:#b55242,spinner:#b55242,header:#8c3432" 10 | -------------------------------------------------------------------------------- /sh/base24-red-sands.sh: -------------------------------------------------------------------------------- 1 | # base24-Red Sands 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#79241e,fg:#a1a1a1,hl:#e7b000\ 7 | --color=bg+:#555555,fg+:#a1a1a1,hl+:#e7b000\ 8 | --color=info:#0071ae,border:#0071ff,prompt:#00bb00\ 9 | --color=pointer:#79241e,marker:#bb0000,spinner:#bb0000,header:#ff3f00" 10 | -------------------------------------------------------------------------------- /sh/base24-sea-shells.sh: -------------------------------------------------------------------------------- 1 | # base24-Sea Shells 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#08131a,fg:#b79c7e,hl:#fca02f\ 7 | --color=bg+:#424b52,fg+:#b79c7e,hl+:#fdd29e\ 8 | --color=info:#1bbcdd,border:#1e4950,prompt:#027c9b\ 9 | --color=pointer:#08131a,marker:#d38677,spinner:#d38677,header:#d15023" 10 | -------------------------------------------------------------------------------- /sh/base24-spacedust.sh: -------------------------------------------------------------------------------- 1 | # base24-Spacedust 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0a1e24,fg:#cdc7a6,hl:#e3cd7b\ 7 | --color=bg+:#674c31,fg+:#cdc7a6,hl+:#ffc777\ 8 | --color=info:#67a0cd,border:#0e548b,prompt:#5cab96\ 9 | --color=pointer:#0a1e24,marker:#ff8a39,spinner:#ff8a39,header:#e35a00" 10 | -------------------------------------------------------------------------------- /sh/base24-spiderman.sh: -------------------------------------------------------------------------------- 1 | # base24-Spiderman 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1b1d1e,fg:#d3d3cd,hl:#e24655\ 7 | --color=bg+:#505354,fg+:#d3d3cd,hl+:#fe3935\ 8 | --color=info:#1d4fff,border:#2b3fff,prompt:#e22828\ 9 | --color=pointer:#1b1d1e,marker:#ff0325,spinner:#ff0325,header:#e60712" 10 | -------------------------------------------------------------------------------- /sh/base24-sundried.sh: -------------------------------------------------------------------------------- 1 | # base24-Sundried 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1a1818,fg:#a9a9a7,hl:#9c5f2a\ 7 | --color=bg+:#4d4d47,fg+:#a9a9a7,hl+:#fc6a20\ 8 | --color=info:#7898f7,border:#485a98,prompt:#577644\ 9 | --color=pointer:#1a1818,marker:#aa000c,spinner:#aa000c,header:#a6463d" 10 | -------------------------------------------------------------------------------- /sh/base24-the-hulk.sh: -------------------------------------------------------------------------------- 1 | # base24-The Hulk 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1b1d1e,fg:#b6b6b1,hl:#62e456\ 7 | --color=bg+:#505354,fg+:#b6b6b1,hl+:#3afe15\ 8 | --color=info:#4f6a95,border:#2424f4,prompt:#13ce2f\ 9 | --color=pointer:#1b1d1e,marker:#8dff2a,spinner:#8dff2a,header:#259d1a" 10 | -------------------------------------------------------------------------------- /sh/base24-toy-chest.sh: -------------------------------------------------------------------------------- 1 | # base24-Toy Chest 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#23364a,fg:#27b684,hl:#da8e26\ 7 | --color=bg+:#326889,fg+:#27b684,hl+:#e7d74b\ 8 | --color=info:#33a5d9,border:#325d96,prompt:#199171\ 9 | --color=pointer:#23364a,marker:#dd5943,spinner:#dd5943,header:#be2d26" 10 | -------------------------------------------------------------------------------- /sh/base24-treehouse.sh: -------------------------------------------------------------------------------- 1 | # base24-Treehouse 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#191919,fg:#695d47,hl:#a9810b\ 7 | --color=bg+:#423625,fg+:#695d47,hl+:#f1b731\ 8 | --color=info:#85cfec,border:#578499,prompt:#44a900\ 9 | --color=pointer:#191919,marker:#ed5c20,spinner:#ed5c20,header:#b1270e" 10 | -------------------------------------------------------------------------------- /sh/base24-twilight.sh: -------------------------------------------------------------------------------- 1 | # base24-Twilight 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#141414,fg:#c8c8a7,hl:#c2a86c\ 7 | --color=bg+:#262626,fg+:#c8c8a7,hl+:#e1c47d\ 8 | --color=info:#5a5d61,border:#444649,prompt:#afb979\ 9 | --color=pointer:#141414,marker:#dd7c4c,spinner:#dd7c4c,header:#c06c43" 10 | -------------------------------------------------------------------------------- /sh/base24-unikitty.sh: -------------------------------------------------------------------------------- 1 | # base24-Unikitty 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#ff7ad3,fg:#b9b1b8,hl:#eeaa4b\ 7 | --color=bg+:#424242,fg+:#b9b1b8,hl+:#ffee50\ 8 | --color=info:#0074ea,border:#145fcd,prompt:#bafc8b\ 9 | --color=pointer:#ff7ad3,marker:#d81329,spinner:#d81329,header:#a80f20" 10 | -------------------------------------------------------------------------------- /sh/base24-warm-neon.sh: -------------------------------------------------------------------------------- 1 | # base24-Warm Neon 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#3f3f3f,fg:#dcc9ba,hl:#dae145\ 7 | --color=bg+:#fdfcfc,fg+:#dcc9ba,hl+:#ddd979\ 8 | --color=info:#7a90d5,border:#4260c5,prompt:#38b139\ 9 | --color=pointer:#3f3f3f,marker:#e86f71,spinner:#e86f71,header:#e24345" 10 | -------------------------------------------------------------------------------- /.github/workflows/update.yml: -------------------------------------------------------------------------------- 1 | name: Update with the latest tinted-theming colorschemes 2 | on: 3 | workflow_dispatch: 4 | schedule: 5 | - cron: "0 0 * * 0" # https://crontab.guru/every-week 6 | 7 | jobs: 8 | build-and-commit: 9 | uses: tinted-theming/home/.github/workflows/shared-build-template-and-commit-themes.yml@main 10 | secrets: 11 | token: ${{ secrets.BOT_ACCESS_TOKEN }} 12 | with: 13 | ref: ${{ github.head_ref }} 14 | -------------------------------------------------------------------------------- /powershell/base16-chinoiserie.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Chinoiserie 2 | # Scheme system: base16 3 | # Scheme author: Di Wang (https://cs.cmu.edu/~diw3) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e0e0e0,bg:#ffffff,spinner:#2b73af,hl:#815c94 8 | --color=fg:#918072,header:#815c94,info:#d6a01d,pointer:#2b73af 9 | --color=marker:#2b73af,fg+:#2f2f35,prompt:#d6a01d,hl+:#815c94 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-classic-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Classic Dark 2 | # Scheme system: base16 3 | # Scheme author: Jason Heeris (http://heeris.id.au) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#202020,bg:#151515,spinner:#75b5aa,hl:#6a9fb5 8 | --color=fg:#b0b0b0,header:#6a9fb5,info:#f4bf75,pointer:#75b5aa 9 | --color=marker:#75b5aa,fg+:#e0e0e0,prompt:#f4bf75,hl+:#6a9fb5 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-classic-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Classic Light 2 | # Scheme system: base16 3 | # Scheme author: Jason Heeris (http://heeris.id.au) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e0e0e0,bg:#f5f5f5,spinner:#75b5aa,hl:#6a9fb5 8 | --color=fg:#505050,header:#6a9fb5,info:#f4bf75,pointer:#75b5aa 9 | --color=marker:#75b5aa,fg+:#202020,prompt:#f4bf75,hl+:#6a9fb5 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-darkmoss.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: darkmoss 2 | # Scheme system: base16 3 | # Scheme author: Gabriel Avanzi (https://github.com/avanzzzi) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#252c2d,bg:#171e1f,spinner:#66d9ef,hl:#498091 8 | --color=fg:#818f80,header:#498091,info:#fdb11f,pointer:#66d9ef 9 | --color=marker:#66d9ef,fg+:#e3e3c8,prompt:#fdb11f,hl+:#498091 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-equilibrium-gray-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Equilibrium Gray Light 2 | # Scheme system: base16 3 | # Scheme author: Carlo Abelli 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e2e2e2,bg:#f1f1f1,spinner:#007a72,hl:#0073b5 8 | --color=fg:#5e5e5e,header:#0073b5,info:#9d6f00,pointer:#007a72 9 | --color=marker:#007a72,fg+:#303030,prompt:#9d6f00,hl+:#0073b5 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-gigavolt.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Gigavolt 2 | # Scheme system: base16 3 | # Scheme author: Aidan Swope (http://github.com/Whillikers) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2d303d,bg:#202126,spinner:#fb6acb,hl:#40bfff 8 | --color=fg:#cad3ff,header:#40bfff,info:#ffdc2d,pointer:#fb6acb 9 | --color=marker:#fb6acb,fg+:#eff0f9,prompt:#ffdc2d,hl+:#40bfff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-google-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Google Dark 2 | # Scheme system: base16 3 | # Scheme author: Seth Wright (http://sethawright.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#282a2e,bg:#1d1f21,spinner:#3971ed,hl:#3971ed 8 | --color=fg:#b4b7b4,header:#3971ed,info:#fba922,pointer:#3971ed 9 | --color=marker:#3971ed,fg+:#e0e0e0,prompt:#fba922,hl+:#3971ed 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-google-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Google Light 2 | # Scheme system: base16 3 | # Scheme author: Seth Wright (http://sethawright.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e0e0e0,bg:#ffffff,spinner:#3971ed,hl:#3971ed 8 | --color=fg:#969896,header:#3971ed,info:#fba922,pointer:#3971ed 9 | --color=marker:#3971ed,fg+:#282a2e,prompt:#fba922,hl+:#3971ed 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-irblack.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: IR Black 2 | # Scheme system: base16 3 | # Scheme author: Timothée Poisot (http://timotheepoisot.fr) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#242422,bg:#000000,spinner:#c6c5fe,hl:#96cbfe 8 | --color=fg:#918f88,header:#96cbfe,info:#ffffb6,pointer:#c6c5fe 9 | --color=marker:#c6c5fe,fg+:#d9d7cc,prompt:#ffffb6,hl+:#96cbfe 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-measured-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Measured Dark 2 | # Scheme system: base16 3 | # Scheme author: Measured (https://measured.co) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#003a38,bg:#00211f,spinner:#62c0be,hl:#88b0da 8 | --color=fg:#c3c3c3,header:#88b0da,info:#bfac4e,pointer:#62c0be 9 | --color=marker:#62c0be,fg+:#efefef,prompt:#bfac4e,hl+:#88b0da 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-measured-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Measured Light 2 | # Scheme system: base16 3 | # Scheme author: Measured (https://measured.co) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#f9f5f1,bg:#fdf9f5,spinner:#01716f,hl:#0158ad 8 | --color=fg:#404040,header:#0158ad,info:#645a00,pointer:#01716f 9 | --color=marker:#01716f,fg+:#181818,prompt:#645a00,hl+:#0158ad 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-mountain.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Mountain 2 | # Scheme system: base16 3 | # Scheme author: gnsfujiwara (https://github.com/gnsfujiwara) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#191919,bg:#0f0f0f,spinner:#8aabac,hl:#8f8aac 8 | --color=fg:#4c4c4c,header:#8f8aac,info:#aca98a,pointer:#8aabac 9 | --color=marker:#8aabac,fg+:#e7e7e7,prompt:#aca98a,hl+:#8f8aac 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-nebula.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Nebula 2 | # Scheme system: base16 3 | # Scheme author: Gabriel Fontes (https://github.com/Misterio77) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#414f60,bg:#22273b,spinner:#226f68,hl:#4d6bb6 8 | --color=fg:#87888b,header:#4d6bb6,info:#4f9062,pointer:#226f68 9 | --color=marker:#226f68,fg+:#c7c9cd,prompt:#4f9062,hl+:#4d6bb6 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-onedark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: OneDark 2 | # Scheme system: base16 3 | # Scheme author: Lalit Magant (http://github.com/tilal6991) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#353b45,bg:#282c34,spinner:#56b6c2,hl:#61afef 8 | --color=fg:#565c64,header:#61afef,info:#e5c07b,pointer:#56b6c2 9 | --color=marker:#56b6c2,fg+:#b6bdca,prompt:#e5c07b,hl+:#61afef 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-pasque.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Pasque 2 | # Scheme system: base16 3 | # Scheme author: Gabriel Fontes (https://github.com/Misterio77) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#100323,bg:#271c3a,spinner:#7263aa,hl:#8e7dc6 8 | --color=fg:#bebcbf,header:#8e7dc6,info:#804ead,pointer:#7263aa 9 | --color=marker:#7263aa,fg+:#edeaef,prompt:#804ead,hl+:#8e7dc6 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-rose-pine.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Rosé Pine 2 | # Scheme system: base16 3 | # Scheme author: Emilia Dunfelt <edun@dunfelt.se> 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1f1d2e,bg:#191724,spinner:#9ccfd8,hl:#c4a7e7 8 | --color=fg:#908caa,header:#c4a7e7,info:#ebbcba,pointer:#9ccfd8 9 | --color=marker:#9ccfd8,fg+:#e0def4,prompt:#ebbcba,hl+:#c4a7e7 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-sandcastle.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Sandcastle 2 | # Scheme system: base16 3 | # Scheme author: George Essig (https://github.com/gessig) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2c323b,bg:#282c34,spinner:#83a598,hl:#83a598 8 | --color=fg:#928374,header:#83a598,info:#a07e3b,pointer:#83a598 9 | --color=marker:#83a598,fg+:#d5c4a1,prompt:#a07e3b,hl+:#83a598 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-shapeshifter.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Shapeshifter 2 | # Scheme system: base16 3 | # Scheme author: Tyler Benziger (http://tybenz.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e0e0e0,bg:#f9f9f9,spinner:#23edda,hl:#3b48e3 8 | --color=fg:#343434,header:#3b48e3,info:#dddd13,pointer:#23edda 9 | --color=marker:#23edda,fg+:#040404,prompt:#dddd13,hl+:#3b48e3 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tokyo-city-terminal-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo City Terminal Dark 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1d252c,bg:#171d23,spinner:#70e1e8,hl:#539afc 8 | --color=fg:#b7c5d3,header:#539afc,info:#ebbf83,pointer:#70e1e8 9 | --color=marker:#70e1e8,fg+:#f6f6f8,prompt:#ebbf83,hl+:#539afc 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-vesper.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Vesper 2 | # Scheme system: base16 3 | # Scheme author: FormalSnake (https://github.com/formalsnake) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#232323,bg:#101010,spinner:#60a592,hl:#8eaaaa 8 | --color=fg:#999999,header:#8eaaaa,info:#ffc799,pointer:#60a592 9 | --color=marker:#60a592,fg+:#c1c1c1,prompt:#ffc799,hl+:#8eaaaa 10 | "@ 11 | -------------------------------------------------------------------------------- /sh/base16-atlas.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Atlas 2 | # Scheme system: base16 3 | # Scheme author: Alex Lende (https://ajlende.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#00384d,bg:#002635,spinner:#5dd7b9,hl:#14747e"\ 8 | " --color=fg:#869696,header:#14747e,info:#ffcc1b,pointer:#5dd7b9"\ 9 | " --color=marker:#5dd7b9,fg+:#e6e6dc,prompt:#ffcc1b,hl+:#14747e" 10 | -------------------------------------------------------------------------------- /sh/base16-aztec.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Aztec 2 | # Scheme system: base16 3 | # Scheme author: TheNeverMan (github.com/TheNeverMan) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#1a1e01,bg:#101600,spinner:#3d94a5,hl:#5b4a9f"\ 8 | " --color=fg:#ffd129,header:#5b4a9f,info:#eebb00,pointer:#3d94a5"\ 9 | " --color=marker:#3d94a5,fg+:#ffe178,prompt:#eebb00,hl+:#5b4a9f" 10 | -------------------------------------------------------------------------------- /sh/base16-caroline.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: caroline 2 | # Scheme system: base16 3 | # Scheme author: ed (https://codeberg.org/ed) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#3a2425,bg:#1c1213,spinner:#6b6566,hl:#684c59"\ 8 | " --color=fg:#8b5d57,header:#684c59,info:#f28171,pointer:#6b6566"\ 9 | " --color=marker:#6b6566,fg+:#c58d7b,prompt:#f28171,hl+:#684c59" 10 | -------------------------------------------------------------------------------- /sh/base16-equilibrium-dark.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Equilibrium Dark 2 | # Scheme system: base16 3 | # Scheme author: Carlo Abelli 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#181c22,bg:#0c1118,spinner:#00948b,hl:#008dd1"\ 8 | " --color=fg:#949088,header:#008dd1,info:#bb8801,pointer:#00948b"\ 9 | " --color=marker:#00948b,fg+:#cac6bd,prompt:#bb8801,hl+:#008dd1" 10 | -------------------------------------------------------------------------------- /sh/base16-equilibrium-light.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Equilibrium Light 2 | # Scheme system: base16 3 | # Scheme author: Carlo Abelli 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#e7e2d9,bg:#f5f0e7,spinner:#007a72,hl:#0073b5"\ 8 | " --color=fg:#5a5f66,header:#0073b5,info:#9d6f00,pointer:#007a72"\ 9 | " --color=marker:#007a72,fg+:#2c3138,prompt:#9d6f00,hl+:#0073b5" 10 | -------------------------------------------------------------------------------- /sh/base16-eva.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Eva 2 | # Scheme system: base16 3 | # Scheme author: kjakapat (https://github.com/kjakapat) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#3d566f,bg:#2a3b4d,spinner:#4b8f77,hl:#15f4ee"\ 8 | " --color=fg:#7e90a3,header:#15f4ee,info:#ffff66,pointer:#4b8f77"\ 9 | " --color=marker:#4b8f77,fg+:#d6d7d9,prompt:#ffff66,hl+:#15f4ee" 10 | -------------------------------------------------------------------------------- /sh/base16-framer.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Framer 2 | # Scheme system: base16 3 | # Scheme author: Framer (Maintained by Jesse Hoyos) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#151515,bg:#181818,spinner:#acddfd,hl:#20bcfc"\ 8 | " --color=fg:#b9b9b9,header:#20bcfc,info:#fecb6e,pointer:#acddfd"\ 9 | " --color=marker:#acddfd,fg+:#e8e8e8,prompt:#fecb6e,hl+:#20bcfc" 10 | -------------------------------------------------------------------------------- /sh/base16-material-darker.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Material Darker 2 | # Scheme system: base16 3 | # Scheme author: Nate Peterson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#303030,bg:#212121,spinner:#89ddff,hl:#82aaff"\ 8 | " --color=fg:#b2ccd6,header:#82aaff,info:#ffcb6b,pointer:#89ddff"\ 9 | " --color=marker:#89ddff,fg+:#eeffff,prompt:#ffcb6b,hl+:#82aaff" 10 | -------------------------------------------------------------------------------- /sh/base16-material-lighter.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Material Lighter 2 | # Scheme system: base16 3 | # Scheme author: Nate Peterson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#e7eaec,bg:#fafafa,spinner:#39adb5,hl:#6182b8"\ 8 | " --color=fg:#8796b0,header:#6182b8,info:#ffb62c,pointer:#39adb5"\ 9 | " --color=marker:#39adb5,fg+:#43a39a,prompt:#ffb62c,hl+:#6182b8" 10 | -------------------------------------------------------------------------------- /sh/base16-pop.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Pop 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#202020,bg:#000000,spinner:#00aabb,hl:#0e5a94"\ 8 | " --color=fg:#b0b0b0,header:#0e5a94,info:#f8ca12,pointer:#00aabb"\ 9 | " --color=marker:#00aabb,fg+:#e0e0e0,prompt:#f8ca12,hl+:#0e5a94" 10 | -------------------------------------------------------------------------------- /sh/base16-primer-dark-dimmed.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Primer Dark Dimmed 2 | # Scheme system: base16 3 | # Scheme author: Jimmy Lin 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#373e47,bg:#1c2128,spinner:#96d0ff,hl:#539bf5"\ 8 | " --color=fg:#768390,header:#539bf5,info:#c69026,pointer:#96d0ff"\ 9 | " --color=marker:#96d0ff,fg+:#adbac7,prompt:#c69026,hl+:#539bf5" 10 | -------------------------------------------------------------------------------- /sh/base16-tokyo-city-dark.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo City Dark 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#1d252c,bg:#171d23,spinner:#89ddff,hl:#7aa2f7"\ 8 | " --color=fg:#b7c5d3,header:#7aa2f7,info:#b7c5d3,pointer:#89ddff"\ 9 | " --color=marker:#89ddff,fg+:#f6f6f8,prompt:#b7c5d3,hl+:#7aa2f7" 10 | -------------------------------------------------------------------------------- /sh/base16-tokyo-city-light.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo City Light 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#f6f6f8,bg:#fbfbfd,spinner:#4c505e,hl:#34548a"\ 8 | " --color=fg:#4c505e,header:#34548a,info:#4c505e,pointer:#4c505e"\ 9 | " --color=marker:#4c505e,fg+:#1d252c,prompt:#4c505e,hl+:#34548a" 10 | -------------------------------------------------------------------------------- /sh/base16-tokyo-night-dark.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo Night Dark 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#16161e,bg:#1a1b26,spinner:#b4f9f8,hl:#2ac3de"\ 8 | " --color=fg:#787c99,header:#2ac3de,info:#0db9d7,pointer:#b4f9f8"\ 9 | " --color=marker:#b4f9f8,fg+:#cbccd1,prompt:#0db9d7,hl+:#2ac3de" 10 | -------------------------------------------------------------------------------- /sh/base16-tokyo-night-light.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo Night Light 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#cbccd1,bg:#d5d6db,spinner:#3e6968,hl:#34548a"\ 8 | " --color=fg:#4c505e,header:#34548a,info:#166775,pointer:#3e6968"\ 9 | " --color=marker:#3e6968,fg+:#1a1b26,prompt:#166775,hl+:#34548a" 10 | -------------------------------------------------------------------------------- /sh/base16-tokyo-night-storm.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo Night Storm 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#16161e,bg:#24283b,spinner:#b4f9f8,hl:#2ac3de"\ 8 | " --color=fg:#787c99,header:#2ac3de,info:#0db9d7,pointer:#b4f9f8"\ 9 | " --color=marker:#b4f9f8,fg+:#cbccd1,prompt:#0db9d7,hl+:#2ac3de" 10 | -------------------------------------------------------------------------------- /sh/base24-alien-blood.sh: -------------------------------------------------------------------------------- 1 | # base24-Alien Blood 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0f160f,fg:#5a6f5c,hl:#707f23\ 7 | --color=bg+:#3c4711,fg+:#5a6f5c,hl+:#bde000\ 8 | --color=info:#00a9df,border:#2f697f,prompt:#2f7e25\ 9 | --color=pointer:#0f160f,marker:#df8008,spinner:#df8008,header:#7f2b26" 10 | -------------------------------------------------------------------------------- /sh/base24-blue-matrix.sh: -------------------------------------------------------------------------------- 1 | # base24-Blue Matrix 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0f1115,fg:#afafaf,hl:#fefc57\ 7 | --color=bg+:#676767,fg+:#afafaf,hl+:#fefb67\ 8 | --color=info:#6871ff,border:#00b0fe,prompt:#00ff9b\ 9 | --color=pointer:#0f1115,marker:#ff6d67,spinner:#ff6d67,header:#ff567f" 10 | -------------------------------------------------------------------------------- /sh/base24-bluloco-dark.sh: -------------------------------------------------------------------------------- 1 | # base24-Bluloco Dark 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1e2027,fg:#b1bac9,hl:#fc7e57\ 7 | --color=bg+:#60697a,fg+:#b1bac9,hl+:#f6bd47\ 8 | --color=info:#189ffd,border:#285afe,prompt:#23974a\ 9 | --color=pointer:#1e2027,marker:#fb496d,spinner:#fb496d,header:#f71041" 10 | -------------------------------------------------------------------------------- /sh/base24-builtin-dark.sh: -------------------------------------------------------------------------------- 1 | # base24-Builtin Dark 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#000000,fg:#a1a1a1,hl:#bbbb00\ 7 | --color=bg+:#555555,fg+:#a1a1a1,hl+:#ffff55\ 8 | --color=info:#5555ff,border:#0000bb,prompt:#00bb00\ 9 | --color=pointer:#000000,marker:#ff5555,spinner:#ff5555,header:#bb0000" 10 | -------------------------------------------------------------------------------- /sh/base24-catppuccin-latte.sh: -------------------------------------------------------------------------------- 1 | # base24-Catppuccin Latte 2 | # Scheme author: https://github.com/catppuccin/catppuccin 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#eff1f5,fg:#4c4f69,hl:#fe640b\ 7 | --color=bg+:#ccd0da,fg+:#4c4f69,hl+:#dc8a78\ 8 | --color=info:#209fb5,border:#1e66f5,prompt:#40a02b\ 9 | --color=pointer:#eff1f5,marker:#e64553,spinner:#e64553,header:#d20f39" 10 | -------------------------------------------------------------------------------- /sh/base24-catppuccin-mocha.sh: -------------------------------------------------------------------------------- 1 | # base24-Catppuccin Mocha 2 | # Scheme author: https://github.com/catppuccin/catppuccin 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1e1e2e,fg:#cdd6f4,hl:#fab387\ 7 | --color=bg+:#313244,fg+:#cdd6f4,hl+:#f5e0dc\ 8 | --color=info:#74c7ec,border:#89b4fa,prompt:#a6e3a1\ 9 | --color=pointer:#1e1e2e,marker:#eba0ac,spinner:#eba0ac,header:#f38ba8" 10 | -------------------------------------------------------------------------------- /sh/base24-cobalt-neon.sh: -------------------------------------------------------------------------------- 1 | # base24-Cobalt Neon 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#142838,fg:#cc72a6,hl:#e9e75c\ 7 | --color=bg+:#fff688,fg+:#cc72a6,hl+:#e9f06d\ 8 | --color=info:#3c7dd2,border:#8ff586,prompt:#3aa5ff\ 9 | --color=pointer:#142838,marker:#d4312e,spinner:#d4312e,header:#ff2320" 10 | -------------------------------------------------------------------------------- /sh/base24-deep-oceanic-next.sh: -------------------------------------------------------------------------------- 1 | # base24-Deep Oceanic Next 2 | # Scheme author: spearkkk (https://github.com/spearkkk) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#001c1f,fg:#d4e1e8,hl:#e37552\ 7 | --color=bg+:#003640,fg+:#d4e1e8,hl+:#ffe08a\ 8 | --color=info:#5caeff,border:#568ccf,prompt:#63b784\ 9 | --color=pointer:#001c1f,marker:#ff6670,spinner:#ff6670,header:#d3464d" 10 | -------------------------------------------------------------------------------- /sh/base24-firefox-dev.sh: -------------------------------------------------------------------------------- 1 | # base24-Firefox Dev 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0e1011,fg:#a5acae,hl:#a57705\ 7 | --color=bg+:#001e26,fg+:#a5acae,hl+:#cc9308\ 8 | --color=info:#006fc0,border:#359ddf,prompt:#5eb83c\ 9 | --color=pointer:#0e1011,marker:#e1003f,spinner:#e1003f,header:#e63853" 10 | -------------------------------------------------------------------------------- /sh/base24-flexoki-dark.sh: -------------------------------------------------------------------------------- 1 | # base24-Flexoki Dark 2 | # Scheme author: Steph Ango (https://github.com/kepano/flexoki) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#100f0f,fg:#cecdc3,hl:#da702c\ 7 | --color=bg+:#282726,fg+:#cecdc3,hl+:#bc5215\ 8 | --color=info:#24837b,border:#4385be,prompt:#879a39\ 9 | --color=pointer:#100f0f,marker:#af3029,spinner:#af3029,header:#d14d41" 10 | -------------------------------------------------------------------------------- /sh/base24-flexoki-light.sh: -------------------------------------------------------------------------------- 1 | # base24-Flexoki Light 2 | # Scheme author: Steph Ango (https://github.com/kepano/flexoki) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#fffcf0,fg:#403e3c,hl:#bc5215\ 7 | --color=bg+:#e6e4d9,fg+:#403e3c,hl+:#da702c\ 8 | --color=info:#3aa99f,border:#205ea6,prompt:#66800b\ 9 | --color=pointer:#fffcf0,marker:#d14d41,spinner:#d14d41,header:#af3029" 10 | -------------------------------------------------------------------------------- /sh/base24-forest-blue.sh: -------------------------------------------------------------------------------- 1 | # base24-Forest Blue 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#051519,fg:#b8b1a9,hl:#1a8d63\ 7 | --color=bg+:#3d3d3d,fg+:#b8b1a9,hl+:#2fc859\ 8 | --color=info:#39a7a2,border:#8ed0ce,prompt:#92d3a2\ 9 | --color=pointer:#051519,marker:#fb3d66,spinner:#fb3d66,header:#f8818e" 10 | -------------------------------------------------------------------------------- /sh/base24-fun-forrest.sh: -------------------------------------------------------------------------------- 1 | # base24-Fun Forrest 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#241200,fg:#c5ab60,hl:#bd8a13\ 7 | --color=bg+:#7e6954,fg+:#c5ab60,hl+:#ffca1b\ 8 | --color=info:#7cc9ce,border:#4698a2,prompt:#909b00\ 9 | --color=pointer:#241200,marker:#e4591b,spinner:#e4591b,header:#d5252b" 10 | -------------------------------------------------------------------------------- /sh/base24-github-dark.sh: -------------------------------------------------------------------------------- 1 | # base24-Github Dark 2 | # Scheme author: Tinted Theming (https://github.com/tinted-theming) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#161b22,fg:#c9d1d9,hl:#db6d28\ 7 | --color=bg+:#484f58,fg+:#c9d1d9,hl+:#d29922\ 8 | --color=info:#58a6ff,border:#388bfd,prompt:#2ea043\ 9 | --color=pointer:#161b22,marker:#ff7b72,spinner:#ff7b72,header:#f85149" 10 | -------------------------------------------------------------------------------- /sh/base24-ic-green-ppl.sh: -------------------------------------------------------------------------------- 1 | # base24-IC-Green-PPL 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#2c2c2c,fg:#add5b6,hl:#76a830\ 7 | --color=bg+:#025c02,fg+:#add5b6,hl+:#dafa87\ 8 | --color=info:#2efaeb,border:#2ec3b9,prompt:#41a638\ 9 | --color=pointer:#2c2c2c,marker:#b4fa5c,spinner:#b4fa5c,header:#fe2635" 10 | -------------------------------------------------------------------------------- /sh/base24-jackie-brown.sh: -------------------------------------------------------------------------------- 1 | # base24-Jackie Brown 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#2c1c15,fg:#a8a8a8,hl:#bdbe00\ 7 | --color=bg+:#666666,fg+:#a8a8a8,hl+:#e5e500\ 8 | --color=info:#0000ff,border:#246db2,prompt:#2baf2b\ 9 | --color=pointer:#2c1c15,marker:#e50000,spinner:#e50000,header:#ef5734" 10 | -------------------------------------------------------------------------------- /sh/base24-pencil-dark.sh: -------------------------------------------------------------------------------- 1 | # base24-Pencil Dark 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#212121,fg:#b3b3b3,hl:#a89c14\ 7 | --color=bg+:#424242,fg+:#b3b3b3,hl+:#f3e430\ 8 | --color=info:#20bbfc,border:#008ec4,prompt:#10a778\ 9 | --color=pointer:#212121,marker:#fb007a,spinner:#fb007a,header:#c30771" 10 | -------------------------------------------------------------------------------- /sh/base24-pencil-light.sh: -------------------------------------------------------------------------------- 1 | # base24-Pencil Light 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#f1f1f1,fg:#b3b3b3,hl:#a89c14\ 7 | --color=bg+:#424242,fg+:#b3b3b3,hl+:#f3e430\ 8 | --color=info:#20bbfc,border:#008ec4,prompt:#10a778\ 9 | --color=pointer:#f1f1f1,marker:#fb007a,spinner:#fb007a,header:#c30771" 10 | -------------------------------------------------------------------------------- /sh/base24-piatto-light.sh: -------------------------------------------------------------------------------- 1 | # base24-Piatto Light 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#ffffff,fg:#515151,hl:#cd6f34\ 7 | --color=bg+:#e1e1e1,fg+:#515151,hl+:#cd6f34\ 8 | --color=info:#3c5ea8,border:#3c5ea8,prompt:#66781e\ 9 | --color=pointer:#ffffff,marker:#db3365,spinner:#db3365,header:#b23771" 10 | -------------------------------------------------------------------------------- /sh/base24-purple-rain.sh: -------------------------------------------------------------------------------- 1 | # base24-Purple Rain 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#20084a,fg:#d3d4d4,hl:#ffc400\ 7 | --color=bg+:#555555,fg+:#d3d4d4,hl+:#ffd852\ 8 | --color=info:#00a5ff,border:#00a1f9,prompt:#9ae204\ 9 | --color=pointer:#20084a,marker:#ff4250,spinner:#ff4250,header:#ff260d" 10 | -------------------------------------------------------------------------------- /sh/base24-purplepeter.sh: -------------------------------------------------------------------------------- 1 | # base24-Purplepeter 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#2a1a4a,fg:#c38e69,hl:#efdeab\ 7 | --color=bg+:#100b22,fg+:#c38e69,hl+:#f1e9bf\ 8 | --color=info:#79daed,border:#66d9ef,prompt:#98b481\ 9 | --color=pointer:#2a1a4a,marker:#f89f92,spinner:#f89f92,header:#ff786c" 10 | -------------------------------------------------------------------------------- /sh/base24-rippedcasts.sh: -------------------------------------------------------------------------------- 1 | # base24-Rippedcasts 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#2b2b2b,fg:#a8a8a8,hl:#bfbb1f\ 7 | --color=bg+:#666666,fg+:#a8a8a8,hl+:#e5e500\ 8 | --color=info:#86bdc9,border:#75a5b0,prompt:#a7ff60\ 9 | --color=pointer:#2b2b2b,marker:#eecbad,spinner:#eecbad,header:#cdaf95" 10 | -------------------------------------------------------------------------------- /sh/base24-soft-server.sh: -------------------------------------------------------------------------------- 1 | # base24-Soft Server 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#242626,fg:#8c9594,hl:#a29069\ 7 | --color=bg+:#666c6b,fg+:#8c9594,hl+:#deb35f\ 8 | --color=info:#62b1df,border:#6a8fa3,prompt:#99a569\ 9 | --color=pointer:#242626,marker:#dc5b5f,spinner:#dc5b5f,header:#a16869" 10 | -------------------------------------------------------------------------------- /sh/base24-tomorrow-night.sh: -------------------------------------------------------------------------------- 1 | # base24-Tomorrow Night 2 | # Scheme author: Cody Buell (https://github.com/codybuell) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1d1f21,fg:#c5c8c6,hl:#de935f\ 7 | --color=bg+:#373b41,fg+:#c5c8c6,hl+:#f7dc6f\ 8 | --color=info:#85c1e9,border:#81a2be,prompt:#b5bd68\ 9 | --color=pointer:#1d1f21,marker:#e74c3c,spinner:#e74c3c,header:#cc6666" 10 | -------------------------------------------------------------------------------- /sh/base24-ultra-violet.sh: -------------------------------------------------------------------------------- 1 | # base24-Ultra Violet 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#242728,fg:#c1c2c2,hl:#fff727\ 7 | --color=bg+:#626566,fg+:#c1c2c2,hl+:#ebdf86\ 8 | --color=info:#7febff,border:#47dffb,prompt:#b5ff00\ 9 | --color=pointer:#242728,marker:#fb57b4,spinner:#fb57b4,header:#ff0090" 10 | -------------------------------------------------------------------------------- /sh/base24-vibrant-ink.sh: -------------------------------------------------------------------------------- 1 | # base24-Vibrant Ink 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#000000,fg:#cdcdcd,hl:#ffcc00\ 7 | --color=bg+:#555555,fg+:#cdcdcd,hl+:#ffff00\ 8 | --color=info:#0000ff,border:#44b3cc,prompt:#ccff04\ 9 | --color=pointer:#000000,marker:#ff0000,spinner:#ff0000,header:#ff6600" 10 | -------------------------------------------------------------------------------- /sh/base24-violet-dark.sh: -------------------------------------------------------------------------------- 1 | # base24-Violet Dark 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1b1d1f,fg:#a7a59f,hl:#b4881d\ 7 | --color=bg+:#45484b,fg+:#a7a59f,hl+:#a57704\ 8 | --color=info:#2075c7,border:#2e8bce,prompt:#85981c\ 9 | --color=pointer:#1b1d1f,marker:#bd3612,spinner:#bd3612,header:#c94c22" 10 | -------------------------------------------------------------------------------- /sh/base24-violet-light.sh: -------------------------------------------------------------------------------- 1 | # base24-Violet Light 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#fcf4dc,fg:#afaea9,hl:#b4881d\ 7 | --color=bg+:#45484b,fg+:#afaea9,hl+:#a57704\ 8 | --color=info:#2075c7,border:#2e8bce,prompt:#85981c\ 9 | --color=pointer:#fcf4dc,marker:#bd3612,spinner:#bd3612,header:#c94c22" 10 | -------------------------------------------------------------------------------- /sh/base24-wild-cherry.sh: -------------------------------------------------------------------------------- 1 | # base24-Wild Cherry 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1f1626,fg:#bfe1d8,hl:#ffd16f\ 7 | --color=bg+:#009cc9,fg+:#bfe1d8,hl+:#eac066\ 8 | --color=info:#2f8bb9,border:#883cdc,prompt:#2ab250\ 9 | --color=pointer:#1f1626,marker:#da6bab,spinner:#da6bab,header:#d94085" 10 | -------------------------------------------------------------------------------- /powershell/base16-black-metal.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Black Metal 2 | # Scheme system: base16 3 | # Scheme author: metalelf0 (https://github.com/metalelf0) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#121212,bg:#000000,spinner:#aaaaaa,hl:#888888 8 | --color=fg:#999999,header:#888888,info:#a06666,pointer:#aaaaaa 9 | --color=marker:#aaaaaa,fg+:#999999,prompt:#a06666,hl+:#888888 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-blueforest.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Blue Forest 2 | # Scheme system: base16 3 | # Scheme author: alonsodomin (https://github.com/alonsodomin) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1e5c1e,bg:#141f2e,spinner:#80ff80,hl:#a2cff5 8 | --color=fg:#1e5c1e,header:#a2cff5,info:#91ccff,pointer:#80ff80 9 | --color=marker:#80ff80,fg+:#91ccff,prompt:#91ccff,hl+:#a2cff5 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-danqing.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: DanQing 2 | # Scheme system: base16 3 | # Scheme author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#434846,bg:#2d302f,spinner:#30dff3,hl:#b0a4e3 8 | --color=fg:#cad8d2,header:#b0a4e3,info:#f0c239,pointer:#30dff3 9 | --color=marker:#30dff3,fg+:#ecf6f2,prompt:#f0c239,hl+:#b0a4e3 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-darktooth.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Darktooth 2 | # Scheme system: base16 3 | # Scheme author: Jason Milkins (https://github.com/jasonm23) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#32302f,bg:#1d2021,spinner:#8ba59b,hl:#0d6678 8 | --color=fg:#928374,header:#0d6678,info:#fac03b,pointer:#8ba59b 9 | --color=marker:#8ba59b,fg+:#d5c4a1,prompt:#fac03b,hl+:#0d6678 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-decaf.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Decaf 2 | # Scheme system: base16 3 | # Scheme author: Alex Mirrington (https://github.com/alexmirrington) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#393939,bg:#2d2d2d,spinner:#bed6ff,hl:#90bee1 8 | --color=fg:#b4b7b4,header:#90bee1,info:#ffd67c,pointer:#bed6ff 9 | --color=marker:#bed6ff,fg+:#e0e0e0,prompt:#ffd67c,hl+:#90bee1 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-default-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Default Dark 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#282828,bg:#181818,spinner:#86c1b9,hl:#7cafc2 8 | --color=fg:#b8b8b8,header:#7cafc2,info:#f7ca88,pointer:#86c1b9 9 | --color=marker:#86c1b9,fg+:#e8e8e8,prompt:#f7ca88,hl+:#7cafc2 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-default-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Default Light 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#e8e8e8,bg:#f8f8f8,spinner:#86c1b9,hl:#7cafc2 8 | --color=fg:#585858,header:#7cafc2,info:#f7ca88,pointer:#86c1b9 9 | --color=marker:#86c1b9,fg+:#282828,prompt:#f7ca88,hl+:#7cafc2 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-everforest.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Everforest 2 | # Scheme system: base16 3 | # Scheme author: Sainnhe Park (https://github.com/sainnhe) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#343f44,bg:#2d353b,spinner:#83c092,hl:#7fbbb3 8 | --color=fg:#9da9a0,header:#7fbbb3,info:#dbbc7f,pointer:#83c092 9 | --color=marker:#83c092,fg+:#e6e2cc,prompt:#dbbc7f,hl+:#7fbbb3 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-github.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Github 2 | # Scheme system: base16 3 | # Scheme author: Tinted Theming (https://github.com/tinted-theming) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#d0d7de,bg:#eaeef2,spinner:#339d9b,hl:#218bff 8 | --color=fg:#6e7781,header:#218bff,info:#bf8700,pointer:#339d9b 9 | --color=marker:#339d9b,fg+:#32383f,prompt:#bf8700,hl+:#218bff 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-greenscreen.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Green Screen 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#003300,bg:#001100,spinner:#005500,hl:#009900 8 | --color=fg:#009900,header:#009900,info:#007700,pointer:#005500 9 | --color=marker:#005500,fg+:#00dd00,prompt:#007700,hl+:#009900 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-kanagawa.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Kanagawa 2 | # Scheme system: base16 3 | # Scheme author: Tommaso Laurenzi (https://github.com/rebelot) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#16161d,bg:#1f1f28,spinner:#6a9589,hl:#7e9cd8 8 | --color=fg:#727169,header:#7e9cd8,info:#c0a36e,pointer:#6a9589 9 | --color=marker:#6a9589,fg+:#c8c093,prompt:#c0a36e,hl+:#7e9cd8 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-marrakesh.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Marrakesh 2 | # Scheme system: base16 3 | # Scheme author: Alexandre Gavioli (http://github.com/Alexx2/) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#302e00,bg:#201602,spinner:#75a738,hl:#477ca1 8 | --color=fg:#86813b,header:#477ca1,info:#a88339,pointer:#75a738 9 | --color=marker:#75a738,fg+:#ccc37a,prompt:#a88339,hl+:#477ca1 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-one-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: One Light 2 | # Scheme system: base16 3 | # Scheme author: Daniel Pfeifer (http://github.com/purpleKarrot) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#f0f0f1,bg:#fafafa,spinner:#0184bc,hl:#4078f2 8 | --color=fg:#696c77,header:#4078f2,info:#c18401,pointer:#0184bc 9 | --color=marker:#0184bc,fg+:#202227,prompt:#c18401,hl+:#4078f2 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-onedark-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: OneDark Dark 2 | # Scheme system: base16 3 | # Scheme author: olimorris (https://github.com/olimorris) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1c1f24,bg:#000000,spinner:#2bbac5,hl:#61afef 8 | --color=fg:#565c64,header:#61afef,info:#e5c07b,pointer:#2bbac5 9 | --color=marker:#2bbac5,fg+:#b6bdca,prompt:#e5c07b,hl+:#61afef 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-porple.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Porple 2 | # Scheme system: base16 3 | # Scheme author: Niek den Breeje (https://github.com/AuditeMarlow) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#333344,bg:#292c36,spinner:#64878f,hl:#8485ce 8 | --color=fg:#b8b8b8,header:#8485ce,info:#efa16b,pointer:#64878f 9 | --color=marker:#64878f,fg+:#e8e8e8,prompt:#efa16b,hl+:#8485ce 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-silk-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Silk Dark 2 | # Scheme system: base16 3 | # Scheme author: Gabriel Fontes (https://github.com/Misterio77) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1d494e,bg:#0e3c46,spinner:#3fb2b9,hl:#46bddd 8 | --color=fg:#9dc8cd,header:#46bddd,info:#fce380,pointer:#3fb2b9 9 | --color=marker:#3fb2b9,fg+:#cbf2f7,prompt:#fce380,hl+:#46bddd 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-solarflare.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Solar Flare 2 | # Scheme system: base16 3 | # Scheme author: Chuck Harmston (https://chuck.harmston.ch) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#222e38,bg:#18262f,spinner:#52cbb0,hl:#33b5e1 8 | --color=fg:#85939e,header:#33b5e1,info:#e4b51c,pointer:#52cbb0 9 | --color=marker:#52cbb0,fg+:#e8e9ed,prompt:#e4b51c,hl+:#33b5e1 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tokyo-city-terminal-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo City Terminal Light 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#f6f6f8,bg:#fbfbfd,spinner:#0f4b6e,hl:#34548a 8 | --color=fg:#526270,header:#34548a,info:#8f5e15,pointer:#0f4b6e 9 | --color=marker:#0f4b6e,fg+:#1d252c,prompt:#8f5e15,hl+:#34548a 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tokyo-night-terminal-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo Night Terminal Dark 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1a1b26,bg:#16161e,spinner:#7dcfff,hl:#7aa2f7 8 | --color=fg:#787c99,header:#7aa2f7,info:#e0af68,pointer:#7dcfff 9 | --color=marker:#7dcfff,fg+:#cbccd1,prompt:#e0af68,hl+:#7aa2f7 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tokyo-night-terminal-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo Night Terminal Light 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#cbccd1,bg:#d5d6db,spinner:#0f4b6e,hl:#34548a 8 | --color=fg:#4c505e,header:#34548a,info:#8f5e15,pointer:#0f4b6e 9 | --color=marker:#0f4b6e,fg+:#1a1b26,prompt:#8f5e15,hl+:#34548a 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-tokyo-night-terminal-storm.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Tokyo Night Terminal Storm 2 | # Scheme system: base16 3 | # Scheme author: Michaël Ball 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#1a1b26,bg:#24283b,spinner:#7dcfff,hl:#7aa2f7 8 | --color=fg:#787c99,header:#7aa2f7,info:#e0af68,pointer:#7dcfff 9 | --color=marker:#7dcfff,fg+:#cbccd1,prompt:#e0af68,hl+:#7aa2f7 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-unikitty-reversible.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Unikitty Reversible 2 | # Scheme system: base16 3 | # Scheme author: Josh W Lewis (@joshwlewis) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#4b484e,bg:#2e2a31,spinner:#149bda,hl:#7864fa 8 | --color=fg:#a5a3a6,header:#7864fa,info:#dc8a0e,pointer:#149bda 9 | --color=marker:#149bda,fg+:#e1e0e1,prompt:#dc8a0e,hl+:#7864fa 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-xcode-dusk.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: XCode Dusk 2 | # Scheme system: base16 3 | # Scheme author: Elsa Gonsiorowski (https://github.com/gonsie) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#3d4048,bg:#282b35,spinner:#00a0be,hl:#790ead 8 | --color=fg:#7e8086,header:#790ead,info:#438288,pointer:#00a0be 9 | --color=marker:#00a0be,fg+:#a9aaae,prompt:#438288,hl+:#790ead 10 | "@ 11 | -------------------------------------------------------------------------------- /sh/base16-0x96f.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: 0x96f 2 | # Scheme system: base16 3 | # Scheme author: Filip Janevski (https://0x96f.dev/theme) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#3b393c,bg:#262427,spinner:#aee8f4,hl:#49cae4"\ 8 | " --color=fg:#7c7b7d,header:#49cae4,info:#ffca58,pointer:#aee8f4"\ 9 | " --color=marker:#aee8f4,fg+:#eae9eb,prompt:#ffca58,hl+:#49cae4" 10 | -------------------------------------------------------------------------------- /sh/base16-3024.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: 3024 2 | # Scheme system: base16 3 | # Scheme author: Jan T. Sott (http://github.com/idleberg) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#3a3432,bg:#090300,spinner:#b5e4f4,hl:#01a0e4"\ 8 | " --color=fg:#807d7c,header:#01a0e4,info:#fded02,pointer:#b5e4f4"\ 9 | " --color=marker:#b5e4f4,fg+:#d6d5d4,prompt:#fded02,hl+:#01a0e4" 10 | -------------------------------------------------------------------------------- /sh/base16-bright.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Bright 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#303030,bg:#000000,spinner:#76c7b7,hl:#6fb3d2"\ 8 | " --color=fg:#d0d0d0,header:#6fb3d2,info:#fda331,pointer:#76c7b7"\ 9 | " --color=marker:#76c7b7,fg+:#f5f5f5,prompt:#fda331,hl+:#6fb3d2" 10 | -------------------------------------------------------------------------------- /sh/base16-chalk.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Chalk 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#202020,bg:#151515,spinner:#12cfc0,hl:#6fc2ef"\ 8 | " --color=fg:#b0b0b0,header:#6fc2ef,info:#ddb26f,pointer:#12cfc0"\ 9 | " --color=marker:#12cfc0,fg+:#e0e0e0,prompt:#ddb26f,hl+:#6fc2ef" 10 | -------------------------------------------------------------------------------- /sh/base16-da-one-sea.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Da One Sea 2 | # Scheme system: base16 3 | # Scheme author: NNB (https://github.com/NNBnh) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#374059,bg:#22273d,spinner:#8af5ff,hl:#6bb8ff"\ 8 | " --color=fg:#c8c8c8,header:#6bb8ff,info:#ff9470,pointer:#8af5ff"\ 9 | " --color=marker:#8af5ff,fg+:#ffffff,prompt:#ff9470,hl+:#6bb8ff" 10 | -------------------------------------------------------------------------------- /sh/base16-flat.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Flat 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#34495e,bg:#2c3e50,spinner:#1abc9c,hl:#3498db"\ 8 | " --color=fg:#bdc3c7,header:#3498db,info:#f1c40f,pointer:#1abc9c"\ 9 | " --color=marker:#1abc9c,fg+:#f5f5f5,prompt:#f1c40f,hl+:#3498db" 10 | -------------------------------------------------------------------------------- /sh/base16-heetch.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Heetch Dark 2 | # Scheme system: base16 3 | # Scheme author: Geoffrey Teale (tealeg@gmail.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#392551,bg:#190134,spinner:#f80059,hl:#bd0152"\ 8 | " --color=fg:#9c92a8,header:#bd0152,info:#8f6c97,pointer:#f80059"\ 9 | " --color=marker:#f80059,fg+:#dedae2,prompt:#8f6c97,hl+:#bd0152" 10 | -------------------------------------------------------------------------------- /sh/base16-humanoid-dark.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Humanoid dark 2 | # Scheme system: base16 3 | # Scheme author: Thomas (tasmo) Friese 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#333b3d,bg:#232629,spinner:#0dd9d6,hl:#00a6fb"\ 8 | " --color=fg:#c0c0bd,header:#00a6fb,info:#ffb627,pointer:#0dd9d6"\ 9 | " --color=marker:#0dd9d6,fg+:#fcfcf6,prompt:#ffb627,hl+:#00a6fb" 10 | -------------------------------------------------------------------------------- /sh/base16-humanoid-light.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Humanoid light 2 | # Scheme system: base16 3 | # Scheme author: Thomas (tasmo) Friese 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#efefe9,bg:#f8f8f2,spinner:#008e8e,hl:#0082c9"\ 8 | " --color=fg:#60615d,header:#0082c9,info:#ffb627,pointer:#008e8e"\ 9 | " --color=marker:#008e8e,fg+:#2f3337,prompt:#ffb627,hl+:#0082c9" 10 | -------------------------------------------------------------------------------- /sh/base16-ia-dark.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: iA Dark 2 | # Scheme system: base16 3 | # Scheme author: iA Inc. (modified by aramisgithub) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#222222,bg:#1a1a1a,spinner:#7c9cae,hl:#8eccdd"\ 8 | " --color=fg:#b8b8b8,header:#8eccdd,info:#b99353,pointer:#7c9cae"\ 9 | " --color=marker:#7c9cae,fg+:#e8e8e8,prompt:#b99353,hl+:#8eccdd" 10 | -------------------------------------------------------------------------------- /sh/base16-ia-light.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: iA Light 2 | # Scheme system: base16 3 | # Scheme author: iA Inc. (modified by aramisgithub) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#dedede,bg:#f6f6f6,spinner:#2d6bb1,hl:#48bac2"\ 8 | " --color=fg:#767676,header:#48bac2,info:#c48218,pointer:#2d6bb1"\ 9 | " --color=marker:#2d6bb1,fg+:#e8e8e8,prompt:#c48218,hl+:#48bac2" 10 | -------------------------------------------------------------------------------- /sh/base16-katy.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Katy 2 | # Scheme system: base16 3 | # Scheme author: George Essig (https://github.com/gessig) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#444267,bg:#292d3e,spinner:#83b7e5,hl:#82aaff"\ 8 | " --color=fg:#8796b0,header:#82aaff,info:#e0a557,pointer:#83b7e5"\ 9 | " --color=marker:#83b7e5,fg+:#959dcb,prompt:#e0a557,hl+:#82aaff" 10 | -------------------------------------------------------------------------------- /sh/base16-linux-vt.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Linux VT 2 | # Scheme system: base16 3 | # Scheme author: j-c-m (https://github.com/j-c-m/) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#333333,bg:#000000,spinner:#00aaaa,hl:#5555ff"\ 8 | " --color=fg:#888888,header:#5555ff,info:#ffff55,pointer:#00aaaa"\ 9 | " --color=marker:#00aaaa,fg+:#cccccc,prompt:#ffff55,hl+:#5555ff" 10 | -------------------------------------------------------------------------------- /sh/base16-material-palenight.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Material Palenight 2 | # Scheme system: base16 3 | # Scheme author: Nate Peterson 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#444267,bg:#292d3e,spinner:#89ddff,hl:#82aaff"\ 8 | " --color=fg:#8796b0,header:#82aaff,info:#ffcb6b,pointer:#89ddff"\ 9 | " --color=marker:#89ddff,fg+:#959dcb,prompt:#ffcb6b,hl+:#82aaff" 10 | -------------------------------------------------------------------------------- /sh/base16-mocha.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Mocha 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#534636,bg:#3b3228,spinner:#7bbda4,hl:#8ab3b5"\ 8 | " --color=fg:#b8afad,header:#8ab3b5,info:#f4bc87,pointer:#7bbda4"\ 9 | " --color=marker:#7bbda4,fg+:#e9e1dd,prompt:#f4bc87,hl+:#8ab3b5" 10 | -------------------------------------------------------------------------------- /sh/base16-ocean.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Ocean 2 | # Scheme system: base16 3 | # Scheme author: Chris Kempson (http://chriskempson.com) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#343d46,bg:#2b303b,spinner:#96b5b4,hl:#8fa1b3"\ 8 | " --color=fg:#a7adba,header:#8fa1b3,info:#ebcb8b,pointer:#96b5b4"\ 9 | " --color=marker:#96b5b4,fg+:#dfe1e8,prompt:#ebcb8b,hl+:#8fa1b3" 10 | -------------------------------------------------------------------------------- /sh/base16-phd.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: PhD 2 | # Scheme system: base16 3 | # Scheme author: Hennig Hasemann (http://leetless.de/vim.html) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#2a3448,bg:#061229,spinner:#72b9bf,hl:#5299bf"\ 8 | " --color=fg:#9a99a3,header:#5299bf,info:#fbd461,pointer:#72b9bf"\ 9 | " --color=marker:#72b9bf,fg+:#dbdde0,prompt:#fbd461,hl+:#5299bf" 10 | -------------------------------------------------------------------------------- /sh/base16-pinky.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: pinky 2 | # Scheme system: base16 3 | # Scheme author: Benjamin (https://github.com/b3nj5m1n) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#1b181b,bg:#171517,spinner:#6600ff,hl:#00ffff"\ 8 | " --color=fg:#e7dbdb,header:#00ffff,info:#20df6c,pointer:#6600ff"\ 9 | " --color=marker:#6600ff,fg+:#ffffff,prompt:#20df6c,hl+:#00ffff" 10 | -------------------------------------------------------------------------------- /sh/base16-summercamp.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: summercamp 2 | # Scheme system: base16 3 | # Scheme author: zoe firi (zoefiri.github.io) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#2a261c,bg:#1c1810,spinner:#5aebbc,hl:#489bf0"\ 8 | " --color=fg:#5f5b45,header:#489bf0,info:#f2ff27,pointer:#5aebbc"\ 9 | " --color=marker:#5aebbc,fg+:#bab696,prompt:#f2ff27,hl+:#489bf0" 10 | -------------------------------------------------------------------------------- /sh/base16-valua.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: Valua 2 | # Scheme system: base16 3 | # Scheme author: Nonetrix (https://github.com/nonetrix) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#213132,bg:#131f1f,spinner:#76dbd2,hl:#4ed2d2"\ 8 | " --color=fg:#6d9877,header:#4ed2d2,info:#dfe754,pointer:#76dbd2"\ 9 | " --color=marker:#76dbd2,fg+:#a5cbb9,prompt:#dfe754,hl+:#4ed2d2" 10 | -------------------------------------------------------------------------------- /sh/base16-vice.sh: -------------------------------------------------------------------------------- 1 | # Scheme name: vice 2 | # Scheme system: base16 3 | # Scheme author: Thomas Leon Highbaugh thighbaugh@zoho.com 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\ 7 | " --color=bg+:#22262d,bg:#17191e,spinner:#8265ff,hl:#00eaff"\ 8 | " --color=fg:#555e70,header:#00eaff,info:#f0ffaa,pointer:#8265ff"\ 9 | " --color=marker:#8265ff,fg+:#b2bfd9,prompt:#f0ffaa,hl+:#00eaff" 10 | -------------------------------------------------------------------------------- /sh/base24-adventure-time.sh: -------------------------------------------------------------------------------- 1 | # base24-Adventure Time 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1e1c44,fg:#cdc3bf,hl:#e6741d\ 7 | --color=bg+:#4e7bbf,fg+:#cdc3bf,hl+:#efc11a\ 8 | --color=info:#1896c6,border:#0f49c6,prompt:#49b117\ 9 | --color=pointer:#1e1c44,marker:#fc5e59,spinner:#fc5e59,header:#bc0013" 10 | -------------------------------------------------------------------------------- /sh/base24-blue-berry-pie.sh: -------------------------------------------------------------------------------- 1 | # base24-Blue Berry Pie 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1c0b28,fg:#bbb2ad,hl:#e9b8a7\ 7 | --color=bg+:#1f1637,fg+:#bbb2ad,hl+:#793188\ 8 | --color=info:#38163d,border:#90a5bc,prompt:#5bb0b2\ 9 | --color=pointer:#1c0b28,marker:#c77171,spinner:#c77171,header:#99236d" 10 | -------------------------------------------------------------------------------- /sh/base24-bluloco-light.sh: -------------------------------------------------------------------------------- 1 | # base24-Bluloco Light 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#f7f7f7,fg:#38383a,hl:#d44d16\ 7 | --color=bg+:#dddee8,fg+:#38383a,hl+:#b79326\ 8 | --color=info:#1085d9,border:#1d44dd,prompt:#208839\ 9 | --color=pointer:#f7f7f7,marker:#fb496d,spinner:#fb496d,header:#c80d41" 10 | -------------------------------------------------------------------------------- /sh/base24-builtin-light.sh: -------------------------------------------------------------------------------- 1 | # base24-Builtin Light 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#ffffff,fg:#a1a1a1,hl:#bbbb00\ 7 | --color=bg+:#555555,fg+:#a1a1a1,hl+:#ffff55\ 8 | --color=info:#5555ff,border:#0000bb,prompt:#00bb00\ 9 | --color=pointer:#ffffff,marker:#ff5555,spinner:#ff5555,header:#bb0000" 10 | -------------------------------------------------------------------------------- /sh/base24-catppuccin-frappe.sh: -------------------------------------------------------------------------------- 1 | # base24-Catppuccin Frappe 2 | # Scheme author: https://github.com/catppuccin/catppuccin 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#303446,fg:#c6d0f5,hl:#ef9f76\ 7 | --color=bg+:#414559,fg+:#c6d0f5,hl+:#f2d5cf\ 8 | --color=info:#85c1dc,border:#8caaee,prompt:#a6d189\ 9 | --color=pointer:#303446,marker:#ea999c,spinner:#ea999c,header:#e78284" 10 | -------------------------------------------------------------------------------- /sh/base24-challenger-deep.sh: -------------------------------------------------------------------------------- 1 | # base24-Challenger Deep 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1e1c31,fg:#929bb6,hl:#ffb378\ 7 | --color=bg+:#565575,fg+:#929bb6,hl+:#ffe9aa\ 8 | --color=info:#91ddff,border:#65b2ff,prompt:#62d196\ 9 | --color=pointer:#1e1c31,marker:#ff8080,spinner:#ff8080,header:#ff5458" 10 | -------------------------------------------------------------------------------- /sh/base24-dimmed-monokai.sh: -------------------------------------------------------------------------------- 1 | # base24-Dimmed Monokai 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1e1e1e,fg:#acafac,hl:#c4a535\ 7 | --color=bg+:#888987,fg+:#acafac,hl+:#c37033\ 8 | --color=info:#176ce3,border:#4e76a1,prompt:#869a3a\ 9 | --color=pointer:#1e1e1e,marker:#fb001e,spinner:#fb001e,header:#be3e48" 10 | -------------------------------------------------------------------------------- /sh/base24-espresso-libre.sh: -------------------------------------------------------------------------------- 1 | # base24-Espresso Libre 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#2a211c,fg:#b3b7b0,hl:#efe43a\ 7 | --color=bg+:#545753,fg+:#b3b7b0,hl+:#fffa5c\ 8 | --color=info:#43a8ed,border:#0066ff,prompt:#1a921c\ 9 | --color=pointer:#2a211c,marker:#ef2828,spinner:#ef2828,header:#cc0000" 10 | -------------------------------------------------------------------------------- /sh/base24-github-light.sh: -------------------------------------------------------------------------------- 1 | # base24-Github Light 2 | # Scheme author: Tinted Theming (https://github.com/tinted-theming) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#eaeef2,fg:#424a53,hl:#e16f24\ 7 | --color=bg+:#afb8c1,fg+:#424a53,hl+:#d4a72c\ 8 | --color=info:#54aeff,border:#218bff,prompt:#2da44e\ 9 | --color=pointer:#eaeef2,marker:#ff8182,spinner:#ff8182,header:#fa4549" 10 | -------------------------------------------------------------------------------- /sh/base24-hipster-green.sh: -------------------------------------------------------------------------------- 1 | # base24-Hipster Green 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#0f0a05,fg:#a8a8a8,hl:#bebe00\ 7 | --color=bg+:#666666,fg+:#a8a8a8,hl+:#e5e500\ 8 | --color=info:#0000ff,border:#246db2,prompt:#00a600\ 9 | --color=pointer:#0f0a05,marker:#e50000,spinner:#e50000,header:#b6204a" 10 | -------------------------------------------------------------------------------- /sh/base24-ic-orange-ppl.sh: -------------------------------------------------------------------------------- 1 | # base24-IC-Orange-PPL 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#262626,fg:#d9a971,hl:#caae00\ 7 | --color=bg+:#6a4e29,fg+:#d9a971,hl+:#ffe36e\ 8 | --color=info:#ffbd54,border:#bd6c00,prompt:#a3a900\ 9 | --color=pointer:#262626,marker:#ff8b67,spinner:#ff8b67,header:#c03900" 10 | -------------------------------------------------------------------------------- /sh/base24-material-dark.sh: -------------------------------------------------------------------------------- 1 | # base24-Material Dark 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#222221,fg:#c3c3c3,hl:#f5971d\ 7 | --color=bg+:#424242,fg+:#c3c3c3,hl+:#fee92e\ 8 | --color=info:#53a4f3,border:#134eb2,prompt:#457b23\ 9 | --color=pointer:#222221,marker:#e83a3f,spinner:#e83a3f,header:#b7141e" 10 | -------------------------------------------------------------------------------- /sh/base24-monokai-vivid.sh: -------------------------------------------------------------------------------- 1 | # base24-Monokai Vivid 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#121212,fg:#dfdfdf,hl:#fec50a\ 7 | --color=bg+:#424242,fg+:#dfdfdf,hl+:#fef26c\ 8 | --color=info:#0442fe,border:#0442fe,prompt:#97e123\ 9 | --color=pointer:#121212,marker:#f5669c,spinner:#f5669c,header:#fa2834" 10 | -------------------------------------------------------------------------------- /sh/base24-night-lion-v1.sh: -------------------------------------------------------------------------------- 1 | # base24-Night Lion V1 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#000000,fg:#a1a1a1,hl:#f2f067\ 7 | --color=bg+:#555555,fg+:#a1a1a1,hl+:#ffff55\ 8 | --color=info:#5555ff,border:#266ad7,prompt:#5ede8f\ 9 | --color=pointer:#000000,marker:#ff5555,spinner:#ff5555,header:#bb0000" 10 | -------------------------------------------------------------------------------- /sh/base24-night-lion-v2.sh: -------------------------------------------------------------------------------- 1 | # base24-Night Lion V2 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#171717,fg:#a1a1a1,hl:#f2f067\ 7 | --color=bg+:#555555,fg+:#a1a1a1,hl+:#ffff55\ 8 | --color=info:#62cae7,border:#63d0f0,prompt:#03f622\ 9 | --color=pointer:#171717,marker:#ff5555,spinner:#ff5555,header:#bb0000" 10 | -------------------------------------------------------------------------------- /sh/base24-one-half-light.sh: -------------------------------------------------------------------------------- 1 | # base24-One Half Light 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#2a2b32,fg:#cfd0d2,hl:#c08400\ 7 | --color=bg+:#4f525d,fg+:#cfd0d2,hl+:#e4c07a\ 8 | --color=info:#61afef,border:#0084bc,prompt:#4fa14f\ 9 | --color=pointer:#2a2b32,marker:#df6c75,spinner:#df6c75,header:#e45649" 10 | -------------------------------------------------------------------------------- /sh/base24-seafoam-pastel.sh: -------------------------------------------------------------------------------- 1 | # base24-Seafoam Pastel 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#243434,fg:#cacaca,hl:#ada16d\ 7 | --color=bg+:#8a8a8a,fg+:#cacaca,hl+:#fae79d\ 8 | --color=info:#79c3cf,border:#4d7b82,prompt:#718c61\ 9 | --color=pointer:#243434,marker:#cf9379,spinner:#cf9379,header:#825d4d" 10 | -------------------------------------------------------------------------------- /sh/base24-sleepy-hollow.sh: -------------------------------------------------------------------------------- 1 | # base24-Sleepy Hollow 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#121213,fg:#968684,hl:#b45600\ 7 | --color=bg+:#4e4b60,fg+:#968684,hl+:#f66713\ 8 | --color=info:#8085ef,border:#5e62b4,prompt:#90773e\ 9 | --color=pointer:#121213,marker:#d9443e,spinner:#d9443e,header:#b93934" 10 | -------------------------------------------------------------------------------- /sh/base24-tango-adapted.sh: -------------------------------------------------------------------------------- 1 | # base24-Tango Adapted 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#feffff,fg:#4f4f4f,hl:#ef9b00\ 7 | --color=bg+:#dcdcdc,fg+:#4f4f4f,hl+:#fff021\ 8 | --color=info:#88c9ff,border:#00a1ff,prompt:#59d500\ 9 | --color=pointer:#feffff,marker:#ff0012,spinner:#ff0012,header:#ff0000" 10 | -------------------------------------------------------------------------------- /sh/base24-terminal-basic.sh: -------------------------------------------------------------------------------- 1 | # base24-Terminal Basic 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#ffffff,fg:#a8a8a8,hl:#999900\ 7 | --color=bg+:#666666,fg+:#a8a8a8,hl+:#e5e500\ 8 | --color=info:#0000ff,border:#0000b2,prompt:#00a600\ 9 | --color=pointer:#ffffff,marker:#e50000,spinner:#e50000,header:#990000" 10 | -------------------------------------------------------------------------------- /sh/base24-thayer-bright.sh: -------------------------------------------------------------------------------- 1 | # base24-Thayer Bright 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1b1d1e,fg:#adada9,hl:#f3fd21\ 7 | --color=bg+:#505354,fg+:#adada9,hl+:#feed6c\ 8 | --color=info:#3f78ff,border:#2656d6,prompt:#4df740\ 9 | --color=pointer:#1b1d1e,marker:#ff5995,spinner:#ff5995,header:#f92672" 10 | -------------------------------------------------------------------------------- /sh/base24-thayler-bright.sh: -------------------------------------------------------------------------------- 1 | # base24-Thayler Bright 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#1b1d1e,fg:#adada9,hl:#f3fd21\ 7 | --color=bg+:#505354,fg+:#adada9,hl+:#feed6c\ 8 | --color=info:#3f78ff,border:#2656d6,prompt:#4df740\ 9 | --color=pointer:#1b1d1e,marker:#ff5995,spinner:#ff5995,header:#f92672" 10 | -------------------------------------------------------------------------------- /sh/base24-under-the-sea.sh: -------------------------------------------------------------------------------- 1 | # base24-Under The Sea 2 | # Scheme author: FredHappyface (https://github.com/fredHappyface) 3 | # Template author: Tinted Theming (https://github.com/tinted-theming) 4 | 5 | export FZF_DEFAULT_OPTS=" \ 6 | --color=bg:#001015,fg:#3d5053,hl:#58809c\ 7 | --color=bg+:#374350,fg+:#3d5053,hl+:#8dd3fd\ 8 | --color=info:#61d4b9,border:#449985,prompt:#00a940\ 9 | --color=pointer:#001015,marker:#ff4242,spinner:#ff4242,header:#b12f2c" 10 | -------------------------------------------------------------------------------- /powershell/base16-atelier-cave.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Atelier Cave 2 | # Scheme system: base16 3 | # Scheme author: Bram de Haan (http://atelierbramdehaan.nl) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#26232a,bg:#19171c,spinner:#398bc6,hl:#576ddb 8 | --color=fg:#7e7887,header:#576ddb,info:#a06e3b,pointer:#398bc6 9 | --color=marker:#398bc6,fg+:#e2dfe7,prompt:#a06e3b,hl+:#576ddb 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-atelier-dune.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Atelier Dune 2 | # Scheme system: base16 3 | # Scheme author: Bram de Haan (http://atelierbramdehaan.nl) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#292824,bg:#20201d,spinner:#1fad83,hl:#6684e1 8 | --color=fg:#999580,header:#6684e1,info:#ae9513,pointer:#1fad83 9 | --color=marker:#1fad83,fg+:#e8e4cf,prompt:#ae9513,hl+:#6684e1 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-atelier-forest.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Atelier Forest 2 | # Scheme system: base16 3 | # Scheme author: Bram de Haan (http://atelierbramdehaan.nl) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2c2421,bg:#1b1918,spinner:#3d97b8,hl:#407ee7 8 | --color=fg:#9c9491,header:#407ee7,info:#c38418,pointer:#3d97b8 9 | --color=marker:#3d97b8,fg+:#e6e2e0,prompt:#c38418,hl+:#407ee7 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-atelier-heath.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Atelier Heath 2 | # Scheme system: base16 3 | # Scheme author: Bram de Haan (http://atelierbramdehaan.nl) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#292329,bg:#1b181b,spinner:#159393,hl:#516aec 8 | --color=fg:#9e8f9e,header:#516aec,info:#bb8a35,pointer:#159393 9 | --color=marker:#159393,fg+:#d8cad8,prompt:#bb8a35,hl+:#516aec 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-brogrammer.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Brogrammer 2 | # Scheme system: base16 3 | # Scheme author: Vik Ramanujam (http://github.com/piggyslasher) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#f81118,bg:#1f1f1f,spinner:#1081d6,hl:#5350b9 8 | --color=fg:#2a84d2,header:#5350b9,info:#1dd361,pointer:#1081d6 9 | --color=marker:#1081d6,fg+:#1081d6,prompt:#1dd361,hl+:#5350b9 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-brushtrees.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Brush Trees 2 | # Scheme system: base16 3 | # Scheme author: Abraham White <abelincoln.white@gmail.com> 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#c9dbdc,bg:#e3efef,spinner:#86b3b3,hl:#868cb3 8 | --color=fg:#8299a1,header:#868cb3,info:#aab386,pointer:#86b3b3 9 | --color=marker:#86b3b3,fg+:#5a6d7a,prompt:#aab386,hl+:#868cb3 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-charcoal-dark.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Charcoal Dark 2 | # Scheme system: base16 3 | # Scheme author: Mubin Muhammad (https://github.com/mubin6th) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#231b0e,bg:#0f0b05,spinner:#dec8a7,hl:#c3a983 8 | --color=fg:#a88c62,header:#c3a983,info:#dec8a7,pointer:#dec8a7 9 | --color=marker:#dec8a7,fg+:#dec8a7,prompt:#dec8a7,hl+:#c3a983 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-chicago-day.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Chicago Day 2 | # Scheme system: base16 3 | # Scheme author: Wendell, Ryan <ryanjwendell@gmail.com> 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#d1e0d7,bg:#e8f0ea,spinner:#00a1de,hl:#522398 8 | --color=fg:#4b5a51,header:#522398,info:#968400,pointer:#00a1de 9 | --color=marker:#00a1de,fg+:#2a3b32,prompt:#968400,hl+:#522398 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-chicago-night.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Chicago Night 2 | # Scheme system: base16 3 | # Scheme author: Wendell, Ryan <ryanjwendell@gmail.com> 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#2a3b32,bg:#1e2a24,spinner:#00a1de,hl:#522398 8 | --color=fg:#8a9a91,header:#522398,info:#f9e300,pointer:#00a1de 9 | --color=marker:#00a1de,fg+:#c1cdc7,prompt:#f9e300,hl+:#522398 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-chinoiserie-night.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Chinoiserie Night 2 | # Scheme system: base16 3 | # Scheme author: Di Wang (https://cs.cmu.edu/~diw3) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#282828,bg:#1d1d1d,spinner:#b0d5df,hl:#8fb2c9 8 | --color=fg:#bdaead,header:#8fb2c9,info:#f4ce69,pointer:#b0d5df 9 | --color=marker:#b0d5df,fg+:#eee7f2,prompt:#f4ce69,hl+:#8fb2c9 10 | "@ 11 | -------------------------------------------------------------------------------- /powershell/base16-embers-light.ps1: -------------------------------------------------------------------------------- 1 | # Scheme name: Embers Light 2 | # Scheme system: base16 3 | # Scheme author: Jannik Siebert (https://github.com/janniks) 4 | # Template author: Tinted Theming (https://github.com/tinted-theming) 5 | 6 | $ENV:FZF_DEFAULT_OPTS=@" 7 | --color=bg+:#aeb6be,bg:#d1d6db,spinner:#826d57,hl:#82576d 8 | --color=fg:#47505a,header:#82576d,info:#57826d,pointer:#826d57 9 | --color=marker:#826d57,fg+:#20262c,prompt:#57826d,hl+:#82576d 10 | "@ 11 | --------------------------------------------------------------------------------