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
+38
View File
@@ -0,0 +1,38 @@
-- Generated by scripts/hypr2lua.
-- Source: /home/hancore/.config/omarchy/themes/ash/hyprland.conf
hl.config({
general = {
col = {
active_border = "rgba(141310ee)",
inactive_border = "rgb(8d8578)",
},
gaps_in = 4,
gaps_out = 5,
border_size = 2,
},
group = {
col = {
border_active = "rgba(141310ee)",
border_inactive = "rgb(8d8578)",
},
groupbar = {
col = {
active = "rgba(14131099)",
inactive = "rgba(8d857888)",
},
text_color = "rgb(c56a2b)",
text_color_inactive = "rgba(2a2822ee)",
},
},
decoration = {
rounding = 3,
rounding_power = 3,
shadow = {
enabled = true,
render_power = 8,
range = 16,
color = "rgba(0, 0, 0, 0.3)",
},
},
})