28 lines
760 B
Fish
28 lines
760 B
Fish
set -U background '#dfe4c4'
|
|
set -U foreground '#1c2d28'
|
|
set -U cursor '#1c2d28'
|
|
set -U color0 '#dfe4c4'
|
|
set -U color1 '#b14752'
|
|
set -U color2 '#556753'
|
|
set -U color3 '#dc8164'
|
|
set -U color4 '#4c6c94'
|
|
set -U color5 '#8a5b81'
|
|
set -U color6 '#3d727d'
|
|
set -U color7 '#384f54'
|
|
set -U color8 '#7d8794'
|
|
set -U color9 '#b14752'
|
|
set -U color10 '#556753'
|
|
set -U color11 '#dc8164'
|
|
set -U color12 '#4c6c94'
|
|
set -U color13 '#8a5b81'
|
|
set -U color14 '#3d727d'
|
|
set -U color15 '#1c2d28'
|
|
|
|
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
|