Regenerated

This commit is contained in:
2026-04-17 09:12:14 +02:00
parent d221191eb9
commit 190fad57db
3 changed files with 374 additions and 374 deletions
+354 -354
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -2714,33 +2714,33 @@ general {
gaps_out = 4 gaps_out = 4
resize_on_border = true resize_on_border = true
extend_border_grab_area = 20 extend_border_grab_area = 20
col.active_border = rgb($blue) rgb($green) 45deg col.active_border = rgb(#89b4fa) rgb(#a6e3a1) 45deg
col.inactive_border = rgba($inactive) col.inactive_border = rgba(#595959aa)
} }
# Decorations # Decorations
decoration { decoration {
rounding = 8 rounding = 8
shadow { shadow {
color = rgba($baseshadow) color = rgba(#1e1e2e99)
} }
} }
# Groups # Groups
group { group {
col.border_active = rgb($blue) col.border_active = rgb(#89b4fa)
col.border_inactive = rgb($surface1) col.border_inactive = rgb(#45475a)
col.border_locked_active = rgb($teal) col.border_locked_active = rgb(#94e2d5)
groupbar { groupbar {
col.active = rgb($blue) col.active = rgb(#89b4fa)
col.inactive = rgb($inactive) col.inactive = rgb(#595959aa)
text_color = rgb($text) text_color = rgb(#cdd6f4)
} }
} }
# Misc # Misc
misc { misc {
background_color = rgb($base) background_color = rgb(#1e1e2e)
} }
#+END_SRC #+END_SRC
+10 -10
View File
@@ -27,31 +27,31 @@ general {
gaps_out = 4 gaps_out = 4
resize_on_border = true resize_on_border = true
extend_border_grab_area = 20 extend_border_grab_area = 20
col.active_border = rgb($blue) rgb($green) 45deg col.active_border = rgb(#89b4fa) rgb(#a6e3a1) 45deg
col.inactive_border = rgba($inactive) col.inactive_border = rgba(#595959aa)
} }
# Decorations # Decorations
decoration { decoration {
rounding = 8 rounding = 8
shadow { shadow {
color = rgba($baseshadow) color = rgba(#1e1e2e99)
} }
} }
# Groups # Groups
group { group {
col.border_active = rgb($blue) col.border_active = rgb(#89b4fa)
col.border_inactive = rgb($surface1) col.border_inactive = rgb(#45475a)
col.border_locked_active = rgb($teal) col.border_locked_active = rgb(#94e2d5)
groupbar { groupbar {
col.active = rgb($blue) col.active = rgb(#89b4fa)
col.inactive = rgb($inactive) col.inactive = rgb(#595959aa)
text_color = rgb($text) text_color = rgb(#cdd6f4)
} }
} }
# Misc # Misc
misc { misc {
background_color = rgb($base) background_color = rgb(#1e1e2e)
} }