feat: add ash light/dark omarchy themes derived from harbor

This commit is contained in:
Richard Zink
2026-09-22 11:11:39 +02:00
commit 99cef66d61
117 changed files with 14041 additions and 0 deletions
+28
View File
@@ -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"