add noctalia and fuzzel
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
set $primary #{{colors.primary.default.hex_stripped}}
|
||||
set $on_primary #{{colors.on_primary.default.hex_stripped}}
|
||||
set $secondary #{{colors.secondary.default.hex_stripped}}
|
||||
set $on_secondary_transp #{{colors.on_secondary.default.hex_stripped}}AA
|
||||
set $tertiary #{{colors.tertiary.default.hex_stripped}}
|
||||
set $error #{{colors.error.default.hex_stripped}}
|
||||
set $surface #{{colors.surface.default.hex_stripped}}
|
||||
set $on_surface #{{colors.on_surface.default.hex_stripped}}
|
||||
set $on_surface_variant #{{colors.on_surface_variant.default.hex_stripped}}
|
||||
set $outline #{{colors.outline.default.hex_stripped}}
|
||||
|
||||
## Window Colours
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused $primary $surface $on_surface $primary $primary
|
||||
client.focused_inactive $outline $surface $on_surface_variant $outline $outline
|
||||
client.unfocused $outline $surface $on_surface_variant $outline $outline
|
||||
client.urgent $error $surface $on_surface $error $error
|
||||
client.placeholder $surface $surface $on_surface_variant $surface $surface
|
||||
client.background $surface
|
||||
|
||||
jump_labels_color $secondary
|
||||
jump_labels_background $on_secondary_transp
|
||||
Reference in New Issue
Block a user