forked from bluz71/vim-moonfly-colors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoonfly.fish
35 lines (34 loc) · 1.26 KB
/
moonfly.fish
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Syntax highlighting colors.
set -g fish_color_autosuggestion 626262
set -g fish_color_cancel 626262
set -g fish_color_command 7cb3ff
set -g fish_color_comment 949494 --italics
set -g fish_color_cwd 87d787
set -g fish_color_cwd_root ff5189
set -g fish_color_end 949494
set -g fish_color_error ff5454
set -g fish_color_escape 949494
set -g fish_color_history_current c6c6c6 --background=323437
set -g fish_color_host e4e4e4
set -g fish_color_host_remote e4e4e4
set -g fish_color_keyword cf87e8
set -g fish_color_match c6c6c6 --background=323437
set -g fish_color_normal bdbdbd
set -g fish_color_operator e65e72
set -g fish_color_option bdbdbd
set -g fish_color_param 61d5ae
set -g fish_color_quote c6c684
set -g fish_color_redirection 8cc85f
set -g fish_color_search_match --background=323437
set -g fish_color_selection --background=323437
set -g fish_color_status ff5454
set -g fish_color_user 36c692
set -g fish_color_valid_path
# Completion pager colors.
set -g fish_pager_color_completion c6c6c6
set -g fish_pager_color_description 949494
set -g fish_pager_color_prefix 74b2ff
set -g fish_pager_color_progress 949494
set -g fish_pager_color_selected_background --background=323437
set -g fish_pager_color_selected_completion e4e4e4
set -g fish_pager_color_selected_description e4e4e4