Regenerated
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
# Colors
|
||||
$base = #1e1e2e
|
||||
$baseshadow = #1e1e2e99
|
||||
$mantle = #181825
|
||||
$surface0 = #313244
|
||||
$surface1 = #45475a
|
||||
@@ -24,35 +25,33 @@ $inactive = #595959aa
|
||||
general {
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
border_size = 4
|
||||
layout = scrolling
|
||||
resize_on_border = true
|
||||
extend_border_grab_area = 20
|
||||
col.active_border = rgb(89b4fa) rgb(a6e3a1) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
col.active_border = rgb($blue) rgb($green) 45deg
|
||||
col.inactive_border = rgba($inactive)
|
||||
}
|
||||
|
||||
# Decorations
|
||||
decoration {
|
||||
rounding = 8
|
||||
shadow {
|
||||
color = rgba(1e1e2e99)
|
||||
color = rgba($baseshadow)
|
||||
}
|
||||
}
|
||||
|
||||
# Groups
|
||||
group {
|
||||
col.border_active = rgb(89b4fa)
|
||||
col.border_inactive = rgb(45475a)
|
||||
col.border_locked_active = rgb(94e2d5)
|
||||
col.border_active = rgb($blue)
|
||||
col.border_inactive = rgb($surface1)
|
||||
col.border_locked_active = rgb($teal)
|
||||
groupbar {
|
||||
col.active = rgb(89b4fa)
|
||||
col.inactive = rgb(45475a)
|
||||
text_color = rgb(cdd6f4)
|
||||
col.active = rgb($blue)
|
||||
col.inactive = rgb($inactive)
|
||||
text_color = rgb($text)
|
||||
}
|
||||
}
|
||||
|
||||
# Misc
|
||||
misc {
|
||||
background_color = rgb(1e1e2e)
|
||||
background_color = rgb($base)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user