mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Fix group coloring
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
$activeBorderColor = rgba(8a8588ee) rgba(e2dddcee)
|
||||
$inactiveBorderColor = rgba(584e51aa)
|
||||
|
||||
general {
|
||||
col.active_border = rgba(8a8588ee) rgba(e2dddcee)
|
||||
col.active_border = $activeBorderColor
|
||||
col.inactive_border = $inactiveBorderColor
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = $activeBorderColor
|
||||
col.border_inactive = $inactiveBorderColor
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
||||
@@ -1,13 +1,17 @@
|
||||
# This file is not a full hyprland configuration.
|
||||
# It is intended to be included in your main hyprland.conf.
|
||||
|
||||
$activeBorderColor = rgba(798186ee) rgba(caccccee)
|
||||
$inactiveBorderColor = rgb(1e1e1e)
|
||||
|
||||
general {
|
||||
col.active_border = rgba(798186ee) rgba(caccccee)
|
||||
col.inactive_border = rgb(1e1e1e)
|
||||
col.active_border = $activeBorderColor
|
||||
col.inactive_border = $inactiveBorderColor
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = $activeBorderColor
|
||||
col.border_inactive = $inactiveBorderColor
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
||||
Reference in New Issue
Block a user