dotfiles/private_dot_config/i3/theme
Mira Kristipati 7af2a5e131 updates
2024-04-14 20:34:40 -04:00

33 lines
1 KiB
Text

# Colors
set $fg #EBF6FF
set $bg #504573
set $inactive #1E1B30
set $urgent #A04558
# class border backgr. text indicator child_border
client.focused $bg $bg $fg $bg $bg
client.focused_inactive $inactive $inactive $fg $bg $bg
client.unfocused $inactive $inactive $fg $bg $bg
client.urgent $urgent $urgent $fg $bg $bg
client.placeholder $bg $bg $fg $bg $bg
client.background $bg
font pango:Monocraft Nerd Font, Atkinson Hyperlegible bold 9
bar {
status_command i3blocks -c ~/.config/sway/i3blocks.conf
font pango:Monocraft Nerd Font, Symbols Nerd Font, FontAwesome 10
#mode hide
colors {
background $inactive
statusline $fg
separator $fg
focused_workspace $bg $bg $fg
active_workspace $inactive $inactive $fg
inactive_workspace $inactive $inactive $fg
urgent_workspace $urgent $urgent $fg
binding_mode $urgent $urgent $fg
}
}