-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |