27 lines
789 B
Plaintext
27 lines
789 B
Plaintext
# Imports
|
|
## Color varibles for theme
|
|
include variables
|
|
include catppuccin-mocha-colors
|
|
include autostart
|
|
include keybinds
|
|
include bar
|
|
include window
|
|
include workspaces
|
|
include input
|
|
|
|
# Settings that are either too small to have their own file, or that i cannot think of a name for.
|
|
|
|
## FONT
|
|
font pango:JetBrainsMono Nerd Font 14
|
|
|
|
## Sway colors
|
|
### target title bg text indicator border
|
|
client.focused $lavender $base $text $rosewater $lavender
|
|
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
|
client.unfocused $overlay0 $base $text $rosewater $overlay0
|
|
client.urgent $peach $base $peach $overlay0 $peach
|
|
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
|
client.background $base
|
|
|
|
|