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
+73
View File
@@ -0,0 +1,73 @@
-- Generated by hypr2lua-web.
-- Source: hyprland.conf
hl.config({
general = {
col = {
active_border = {
colors = { "rgba(d6b46aee)", "rgba(1C1B1Fee)", "rgba(1C1B1Fee)", "rgba(d6b46aee)" },
angle = 5,
},
inactive_border = "rgb(1C1B1F)",
},
gaps_in = 4,
gaps_out = 5,
border_size = 2,
},
group = {
col = {
border_active = {
colors = { "rgba(e0914fee)", "rgba(1C1B1Fee)", "rgba(1C1B1Fee)", "rgba(e0914fee)" },
angle = 5,
},
border_inactive = "rgb(1C1B1F)",
},
groupbar = {
col = {
active = "rgba(e0914f88)",
inactive = "rgba(1C1B1Faa)",
},
text_color = "rgb(e6dfd1)",
text_color_inactive = "rgba(d6b46aaa)",
},
},
decoration = {
rounding = 3,
rounding_power = 3,
shadow = {
enabled = true,
range = 16,
color = "rgba(00000052)",
},
blur = {
enabled = true,
size = 2,
passes = 2,
special = true,
brightness = 0.40,
contrast = 0.75,
},
},
})
hl.window_rule({
opacity = "1.0 override",
no_dim = true,
match = {
class = "^(vesktop|Vesktop)$",
},
})
hl.window_rule({
opacity = "1.0 override",
no_dim = true,
match = {
class = "^(code|VSCode|VSCodium)$",
},
})
hl.window_rule({
opacity = "1.0 override",
no_dim = true,
match = {
class = "^(chromium|Chromium|google-chrome|Brave|brave-browser)$",
},
})