Skip to content

Commit

Permalink
fix(fish): gruvbox theme
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 31, 2024
1 parent 4001e07 commit 71ee4d6
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions modules/fish/gruvbox-dark.theme
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Gruvbox
# Gruvbox Dark

# Syntax Highlighting Colors
fish_color_normal ebdbb2
fish_color_command 8ec07c
fish_color_keyword 83a598
fish_color_command 83a598
fish_color_keyword d3869b
fish_color_quote fabd2f
fish_color_redirection ebdbb2
fish_color_option 8f3f71
fish_color_end fe8019
fish_color_error fb4934
fish_color_param de869b
fish_color_comment 8f3f71
fish_color_selection --background=504945
fish_color_search_match --background=504945
fish_color_end fb4934
fish_color_option d3869b
fish_color_error cc241d
fish_color_param b16286
fish_color_comment 928374
fish_color_selection --background=665c54
fish_color_search_match --background=665c54
fish_color_operator b8bb26
fish_color_escape 83a598
fish_color_autosuggestion 8f3f71
fish_color_escape d3869b
fish_color_autosuggestion 928374

# Completion Pager Colors
fish_pager_color_progress 8f3f71
fish_pager_color_prefix 8ec07c
fish_pager_color_progress 928374
fish_pager_color_prefix 83a598
fish_pager_color_completion ebdbb2
fish_pager_color_description 8f3f71
fish_pager_color_selected_background --background=504945
fish_pager_color_description 928374
fish_pager_color_selected_background --background=665c54

0 comments on commit 71ee4d6

Please sign in to comment.