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/harbor/hyprland.conf
hl.config({
general = {
col = {
active_border = "rgba(253631ee)",
inactive_border = "rgb(7d8794)",
},
gaps_in = 4,
gaps_out = 5,
border_size = 2,
},
group = {
col = {
border_active = "rgba(253631ee)",
border_inactive = "rgb(7d8794)",
},
groupbar = {
col = {
active = "rgba(25363199)",
inactive = "rgba(7d879488)",
},
text_color = "rgb(dc8164)",
text_color_inactive = "rgba(1c2d28ee)",
},
},
decoration = {
rounding = 3,
rounding_power = 3,
shadow = {
enabled = true,
render_power = 8,
range = 16,
color = "rgba(0, 0, 0, 0.3)",
},
},
})