2019-06-02 02:09:09 +00:00
|
|
|
################################################################################
|
|
|
|
# UI tweaks
|
|
|
|
|
|
|
|
### Font stuff
|
|
|
|
font pango:Fira Code 9
|
|
|
|
|
|
|
|
|
|
|
|
gaps inner 5
|
|
|
|
gaps outer 2
|
|
|
|
|
|
|
|
### Colors
|
|
|
|
# class border backgr text indicator child_border
|
|
|
|
client.focused #12e689 #12e689 #1f212e #12e689 #12e689
|
|
|
|
client.focused_inactive #1f212e #1f212e #aab5c6 #1f212e #1f212e
|
|
|
|
client.unfocused #161720 #161720 #aab5c6 #161720 #161720
|
|
|
|
client.urgent #ff4551 #ff4551 #1f212e #ff4551 #ff4551
|
|
|
|
|
|
|
|
# GTK 3 settings
|
|
|
|
# See https://github.com/swaywm/sway/wiki/GTK-3-settings-on-Wayland for more info.
|
2019-06-02 02:21:02 +00:00
|
|
|
exec_always scripts/import-gsettings \
|
2019-06-02 02:09:09 +00:00
|
|
|
gtk-theme:gtk-theme-name \
|
|
|
|
icon-theme:gtk-icon-theme-name \
|
2019-06-02 04:14:57 +00:00
|
|
|
cursor-theme:gtk-cursor-theme-name
|
|
|
|
|
|
|
|
# vim: ft=cfg
|