Skip to content

Commit

Permalink
initial port
Browse files Browse the repository at this point in the history
  • Loading branch information
pocco81 committed Dec 11, 2021
1 parent 3284926 commit f8e7442
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions conf.d/catppuccin.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Dracula Color Palette
set -l foreground #D7DAE0
set -l selection #3e4058
set -l comment #6E6C7C
set -l red #E28C8C
set -l orange #F7C196
set -l yellow #EADDA0
set -l green #B3E1A3
set -l purple #C6AAE8
set -l pink #F0AFE1
set -l blue #A4B9EF

# Syntax Highlighting Colors
set -g fish_color_normal $foreground
set -g fish_color_command $pink
set -g fish_color_keyword $blue
set -g fish_color_quote $yellow
set -g fish_color_redirection $foreground
set -g fish_color_end $orange
set -g fish_color_error $red
set -g fish_color_param $purple
set -g fish_color_comment $comment
set -g fish_color_selection --background=$selection
set -g fish_color_search_match --background=$selection
set -g fish_color_operator $green
set -g fish_color_escape $blue
set -g fish_color_autosuggestion $comment

# Completion Pager Colors
set -g fish_pager_color_progress $comment
set -g fish_pager_color_prefix $pink
set -g fish_pager_color_completion $foreground
set -g fish_pager_color_description $comment

0 comments on commit f8e7442

Please sign in to comment.