28 lines
760 B
Fish
28 lines
760 B
Fish
set -U background '#1C1B1F'
|
|
set -U foreground '#e6dfd1'
|
|
set -U cursor '#e6dfd1'
|
|
set -U color0 '#1C1B1F'
|
|
set -U color1 '#C15C46'
|
|
set -U color2 '#e0914f'
|
|
set -U color3 '#d6b46a'
|
|
set -U color4 '#b47e99'
|
|
set -U color5 '#7c9aa1'
|
|
set -U color6 '#54514f'
|
|
set -U color7 '#E6DFD1'
|
|
set -U color8 '#6d6a63'
|
|
set -U color9 '#c15c46'
|
|
set -U color10 '#e0914f'
|
|
set -U color11 '#d6b46a'
|
|
set -U color12 '#b47e99'
|
|
set -U color13 '#7c9aa1'
|
|
set -U color14 '#54514f'
|
|
set -U color15 '#e6dfd1'
|
|
|
|
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
|