39 lines
789 B
Lua
39 lines
789 B
Lua
-- 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)",
|
|
},
|
|
},
|
|
})
|