Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom named color schemes as plugins. #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dukejones
Copy link
Contributor

This will allow users to keep sets of named color schemes, switch between them, and to share them publicly.

Example: theme-bobthefish-colorschemes

Working version of the Monokai example from the wiki pasted below:

function __bobthefish_color_scheme_monokai -S -d 'Monokai colors'
  __bobthefish_colors base16-dark

  set -l base00 272822
  set -l base01 383830
  set -l base02 49483e
  set -l base03 75715e
...
  set -x color_virtualfish              $base0D $colorfg --bold
  set -x color_virtualgo                $base0D $colorfg --bold
  set -x color_desk                     $base0D $colorfg --bold
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant