Regenerated
This commit is contained in:
+354
-354
File diff suppressed because it is too large
Load Diff
+10
-10
@@ -2714,33 +2714,33 @@ general {
|
||||
gaps_out = 4
|
||||
resize_on_border = true
|
||||
extend_border_grab_area = 20
|
||||
col.active_border = rgb($blue) rgb($green) 45deg
|
||||
col.inactive_border = rgba($inactive)
|
||||
col.active_border = rgb(#89b4fa) rgb(#a6e3a1) 45deg
|
||||
col.inactive_border = rgba(#595959aa)
|
||||
}
|
||||
|
||||
# Decorations
|
||||
decoration {
|
||||
rounding = 8
|
||||
shadow {
|
||||
color = rgba($baseshadow)
|
||||
color = rgba(#1e1e2e99)
|
||||
}
|
||||
}
|
||||
|
||||
# Groups
|
||||
group {
|
||||
col.border_active = rgb($blue)
|
||||
col.border_inactive = rgb($surface1)
|
||||
col.border_locked_active = rgb($teal)
|
||||
col.border_active = rgb(#89b4fa)
|
||||
col.border_inactive = rgb(#45475a)
|
||||
col.border_locked_active = rgb(#94e2d5)
|
||||
groupbar {
|
||||
col.active = rgb($blue)
|
||||
col.inactive = rgb($inactive)
|
||||
text_color = rgb($text)
|
||||
col.active = rgb(#89b4fa)
|
||||
col.inactive = rgb(#595959aa)
|
||||
text_color = rgb(#cdd6f4)
|
||||
}
|
||||
}
|
||||
|
||||
# Misc
|
||||
misc {
|
||||
background_color = rgb($base)
|
||||
background_color = rgb(#1e1e2e)
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
|
||||
@@ -27,31 +27,31 @@ general {
|
||||
gaps_out = 4
|
||||
resize_on_border = true
|
||||
extend_border_grab_area = 20
|
||||
col.active_border = rgb($blue) rgb($green) 45deg
|
||||
col.inactive_border = rgba($inactive)
|
||||
col.active_border = rgb(#89b4fa) rgb(#a6e3a1) 45deg
|
||||
col.inactive_border = rgba(#595959aa)
|
||||
}
|
||||
|
||||
# Decorations
|
||||
decoration {
|
||||
rounding = 8
|
||||
shadow {
|
||||
color = rgba($baseshadow)
|
||||
color = rgba(#1e1e2e99)
|
||||
}
|
||||
}
|
||||
|
||||
# Groups
|
||||
group {
|
||||
col.border_active = rgb($blue)
|
||||
col.border_inactive = rgb($surface1)
|
||||
col.border_locked_active = rgb($teal)
|
||||
col.border_active = rgb(#89b4fa)
|
||||
col.border_inactive = rgb(#45475a)
|
||||
col.border_locked_active = rgb(#94e2d5)
|
||||
groupbar {
|
||||
col.active = rgb($blue)
|
||||
col.inactive = rgb($inactive)
|
||||
text_color = rgb($text)
|
||||
col.active = rgb(#89b4fa)
|
||||
col.inactive = rgb(#595959aa)
|
||||
text_color = rgb(#cdd6f4)
|
||||
}
|
||||
}
|
||||
|
||||
# Misc
|
||||
misc {
|
||||
background_color = rgb($base)
|
||||
background_color = rgb(#1e1e2e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user