-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolors.fish
More file actions
27 lines (26 loc) · 760 Bytes
/
Copy pathcolors.fish
File metadata and controls
27 lines (26 loc) · 760 Bytes
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
set -U background '#0A101F'
set -U foreground '#ffffff'
set -U cursor '#ffffff'
set -U color0 '#0A101F'
set -U color1 '#811139'
set -U color2 '#5C637A'
set -U color3 '#e5af1b'
set -U color4 '#9099a5'
set -U color5 '#e2687c'
set -U color6 '#C24F40'
set -U color7 '#F5ECDF'
set -U color8 '#6B72A8'
set -U color9 '#e21d63'
set -U color10 '#5C637A'
set -U color11 '#f0d17c'
set -U color12 '#9099a5'
set -U color13 '#e88595'
set -U color14 '#DC9B68'
set -U color15 '#C7D3E0'
set -U fish_color_normal normal
set -U fish_color_command green
set -U fish_color_param cyan
set -U fish_pager_color_completion
set -U fish_pager_color_description $fish_color_quote yellow
set -U fish_pager_color_progress brwhite --background=cyan
set -U fish_color_history_current --bold