feat: add ash light/dark omarchy themes derived from harbor
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
set -U background '#1B1B1B'
|
||||
set -U foreground '#efebdc'
|
||||
set -U cursor '#efebdc'
|
||||
set -U color0 '#1B1B1B'
|
||||
set -U color1 '#F44336'
|
||||
set -U color2 '#e75a50'
|
||||
set -U color3 '#a99b7a'
|
||||
set -U color4 '#e58980'
|
||||
set -U color5 '#77838a'
|
||||
set -U color6 '#6d6d6d'
|
||||
set -U color7 '#E1CE98'
|
||||
set -U color8 '#817f68'
|
||||
set -U color9 '#f44336'
|
||||
set -U color10 '#e75a50'
|
||||
set -U color11 '#a99b7a'
|
||||
set -U color12 '#e58980'
|
||||
set -U color13 '#77838a'
|
||||
set -U color14 '#6d6d6d'
|
||||
set -U color15 '#efebdc'
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user