All Projects → h-matsuo → fish-color-scheme-switcher

h-matsuo / fish-color-scheme-switcher

Licence: MIT license
A fish shell 🐟 plugin to switch color schemes 🌈

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to fish-color-scheme-switcher

fish logo
🐠 Fish shell colorful ASCII-art logo
Stars: ✭ 82 (+70.83%)
Mutual labels:  fish, fisher, fish-shell, fish-plugins, fish-plugin, fish-packages, oh-my-fish
fishline
A powerline prompt framework for the fish-shell built in fish-shell.
Stars: ✭ 66 (+37.5%)
Mutual labels:  fish, fish-shell, fish-packages
fish-abbreviation-tips
💡 Help you remembering your abbreviations
Stars: ✭ 155 (+222.92%)
Mutual labels:  fish, fisher, fish-plugin
sponge
🧽 Clean fish history from typos automatically
Stars: ✭ 69 (+43.75%)
Mutual labels:  fish, fisher, fish-plugin
fish-exa
🐟 exa aliases for fish
Stars: ✭ 24 (-50%)
Mutual labels:  fish, fish-shell, fish-plugin
Spacefish
🚀🐟 The fish shell prompt for astronauts
Stars: ✭ 856 (+1683.33%)
Mutual labels:  fish, fish-shell
To Fish
Bookmarks for Fish Shell
Stars: ✭ 44 (-8.33%)
Mutual labels:  fish, fish-shell
dotfiles
No description or website provided.
Stars: ✭ 20 (-58.33%)
Mutual labels:  fish, oh-my-fish
Xxh
🚀 Bring your favorite shell wherever you go through the ssh.
Stars: ✭ 2,559 (+5231.25%)
Mutual labels:  fish, fisher
Done
A fish-shell package to automatically receive notifications when long processes finish.
Stars: ✭ 394 (+720.83%)
Mutual labels:  fish, fish-shell
Fish Utils
🔧 My utility belt of fish functions, writing these has saved me many hours in the long run... I hope...
Stars: ✭ 94 (+95.83%)
Mutual labels:  fish, fish-shell
Packages Main
Primary Oh My Fish package repository.
Stars: ✭ 138 (+187.5%)
Mutual labels:  fish, fish-shell
Dotfiles
📁 📋 📎
Stars: ✭ 6 (-87.5%)
Mutual labels:  fish, fish-shell
Virtualfish
Fish shell tool for managing Python virtual environments
Stars: ✭ 819 (+1606.25%)
Mutual labels:  fish, fish-shell
Breeze
git tool for fish-shell
Stars: ✭ 52 (+8.33%)
Mutual labels:  fish, fish-shell
Fisher
A plugin manager for Fish.
Stars: ✭ 5,386 (+11120.83%)
Mutual labels:  fish, fish-plugin
Fish Bd
Quickly go back to a parent directory up in your current working directory tree. Don't write 'cd ../../..' redundantly, use bd instead.
Stars: ✭ 113 (+135.42%)
Mutual labels:  fish, fish-shell
Plugin Nvm
Node version manager wrapper for Fish shell
Stars: ✭ 173 (+260.42%)
Mutual labels:  fish, fish-shell
Dotfiles
My personal dotfiles.
Stars: ✭ 162 (+237.5%)
Mutual labels:  fish, fish-shell
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+9112.5%)
Mutual labels:  fish, fish-shell
logo

fish-color-scheme-switcher

Want to change fish's syntax highlighting color scheme?

fish-shell plugin license

demo

Installation

With Fisher

$ fisher install h-matsuo/fish-color-scheme-switcher

With Oh My Fish

$ omf install https://github.com/h-matsuo/fish-color-scheme-switcher
$ omf reload

Usage

scheme command is available after installation.

$ scheme
Usage:
   scheme list, ls
       List available color schemes.
   scheme preview [scheme-name]
       Preview the color scheme of scheme-name.
       If scheme-name is empty, preview the current scheme.
   scheme set scheme-name
       Set color scheme to scheme-name.

Tips

Comparing all available schemes

$ scheme ls | xargs -n1 -I {} fish -c 'scheme preview {} ; echo'

Saving your configurations

# Set color scheme to `Dracula` automatically on new session
$ echo 'scheme set dracula' >> "$HOME/.config/fish/config.fish"

Adding new color scheme

See CONTRIBUTING.md.

Limitations

⚠️ This plugin manages syntax highlighting color scheme only. Fish's plugins cannot affect other color settings such as color definitions in other fish themes, terminal's appearance / backgrounds, etc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].