feat: add ash light/dark omarchy themes derived from harbor
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[colors]
|
||||
[colors.primary]
|
||||
background = "#e9e3d5"
|
||||
foreground = "#2a2822"
|
||||
|
||||
[colors.normal]
|
||||
black = "#e9e3d5"
|
||||
red = "#96392a"
|
||||
green = "#5c6631"
|
||||
yellow = "#c56a2b"
|
||||
blue = "#3d6b72"
|
||||
magenta = "#6a4c72"
|
||||
cyan = "#3d6b72"
|
||||
white = "#5b5449"
|
||||
|
||||
[colors.bright]
|
||||
black = "#8d8578"
|
||||
red = "#96392a"
|
||||
green = "#5c6631"
|
||||
yellow = "#c56a2b"
|
||||
blue = "#3d6b72"
|
||||
magenta = "#6a4c72"
|
||||
cyan = "#3d6b72"
|
||||
white = "#2a2822"
|
||||
|
||||
[colors.cursor]
|
||||
text = "#e9e3d5"
|
||||
cursor = "#2a2822"
|
||||
Reference in New Issue
Block a user