feat: add ash light/dark omarchy themes derived from harbor
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# This file is not a full hyprland configuration.
|
||||
# It is intended to be included in your main hyprland.conf.
|
||||
|
||||
general {
|
||||
col.active_border = rgba(141310ee)
|
||||
col.inactive_border = rgb(8d8578)
|
||||
gaps_in = 4
|
||||
gaps_out = 5
|
||||
border_size = 2
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = rgba(141310ee)
|
||||
col.border_inactive = rgb(8d8578)
|
||||
|
||||
groupbar {
|
||||
col.active = rgba(14131099)
|
||||
col.inactive = rgba(8d857888)
|
||||
text_color = rgb(c56a2b)
|
||||
text_color_inactive = rgba(2a2822ee)
|
||||
}
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 3
|
||||
rounding_power = 3
|
||||
shadow {
|
||||
enabled = yes
|
||||
render_power = 8
|
||||
range = 16
|
||||
color = rgba(0, 0, 0, 0.3)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user