forked from nico/dots
11 lines
415 B
Text
11 lines
415 B
Text
general {
|
|
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
col.active_border = rgb({{colors.primary.default.hex_stripped}}) rgb({{colors.secondary_container.default.hex_stripped}}) 45deg
|
|
col.inactive_border = rgb({{colors.tertiary_container.default.hex_stripped}})
|
|
}
|
|
|
|
decoration {
|
|
shadow {
|
|
color = rgba({{colors.shadow.default.hex_stripped}}ee)
|
|
}
|
|
}
|