untested: added gtk, hyprland, qtct and kvantum templates

This commit is contained in:
2026-01-12 14:30:40 +03:00
parent 19291f35ee
commit c17960d1e6
5 changed files with 6973 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
$primary = rgb({accent_stripped})
$surface = rgb({surface_stripped})
$secondary = rgb({base04_stripped})
$error = rgb({error_stripped})
$tertiary = rgb({base06_stripped})
$surface_lowest = rgb({background_stripped})
general {
col.active_border = $primary
col.inactive_border = $surface
}
group {
col.border_active = $secondary
col.border_inactive = $surface
col.border_locked_active = $error
col.border_locked_inactive = $surface
groupbar {
col.active = $secondary
col.inactive = $surface
col.locked_active = $error
col.locked_inactive = $surface
}
}