File tree Expand file tree Collapse file tree 2 files changed +27
-27
lines changed
Expand file tree Collapse file tree 2 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 11# Gruvbox Dark
22
3- # Syntax Highlighting Colors
43fish_color_normal ebdbb2
54fish_color_command 83a598
6- fish_color_keyword d3869b
7- fish_color_quote fabd2f
8- fish_color_redirection ebdbb2
9- fish_color_end fb4934
10- fish_color_option d3869b
11- fish_color_error cc241d
12- fish_color_param b16286
5+ fish_color_param d3869b
6+ fish_color_keyword fb4934
7+ fish_color_quote b8bb26
8+ fish_color_redirection d3869b
9+ fish_color_end fabd2f
1310fish_color_comment 928374
11+ fish_color_error fb4934
12+ fish_color_gray 928374
1413fish_color_selection --background=665c54
1514fish_color_search_match --background=665c54
16- fish_color_operator b8bb26
15+ fish_color_option b8bb26
16+ fish_color_operator d3869b
1717fish_color_escape d3869b
1818fish_color_autosuggestion 928374
19-
20- # Completion Pager Colors
19+ fish_color_cancel fb4934
20+ fish_color_cwd fabd2f
21+ fish_color_user 8ec07c
22+ fish_color_host 83a598
23+ fish_color_host_remote b8bb26
24+ fish_color_status fb4934
2125fish_pager_color_progress 928374
22- fish_pager_color_prefix 83a598
26+ fish_pager_color_prefix d3869b
2327fish_pager_color_completion ebdbb2
2428fish_pager_color_description 928374
25- fish_pager_color_selected_background --background=665c54
Original file line number Diff line number Diff line change 99 # Reasons unknown, but I think it's somehow related to babelfish.
1010 colors = {
1111 "bg" = "#1b1b1b" ;
12- "bg+" = "#665c54" ;
13- "border" = "#458588" ;
12+ "bg+" = "#3c3836" ;
1413 "fg" = "#ebdbb2" ;
15- "gutter" = "#1b1b1b" ;
16- "header" = "#fabd2f" ;
17- "hl" = "#83a598" ;
18- "hl+" = "#83a598" ;
19- "info" = "#928374" ;
20- "marker" = "#fb4934" ;
21- "pointer" = "#fb4934" ;
22- "prompt" = "#83a598" ;
23- "query" = "#ebdbb2:regular" ;
24- "scrollbar" = "#458588" ;
25- "separator" = "#fabd2f" ;
26- "spinner" = "#fb4934" ;
14+ "fg+" = "#ebdbb2" ;
15+ "header" = "#fb4934" ;
16+ "hl" = "#fb4934" ;
17+ "hl+" = "#fb4934" ;
18+ "info" = "#d3869b" ;
19+ "marker" = "#83a598" ;
20+ "pointer" = "#ebdbb2" ;
21+ "prompt" = "#d3869b" ;
22+ "selected-bg" = "#665c54" ;
23+ "spinner" = "#ebdbb2" ;
2724 } ;
2825 } ;
2926}
You can’t perform that action at this time.
0 commit comments