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 {
|
||||
|
||||
Reference in New Issue
Block a user