1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-23 19:31:50 +08:00
dotfiles/.config/sway/config.d/themes/light

24 lines
891 B
Plaintext
Raw Normal View History

# vim: filetype=i3config
#set gtk theme and font
set $gnome-schema org.gnome.desktop.interface
exec_always {
gsettings set $gnome-schema gtk-theme 'Adwaita'
2022-09-20 13:03:40 +08:00
gsettings set $gnome-schema icon-theme 'Papirus-Light'
gsettings set $gnome-schema cursor-theme 'Adwaita'
gsettings set $gnome-schema font-name 'ibm-plex 12'
gsettings set org.gtk.Settings.FileChooser startup-mode cwd
}
#set colour
#color class border backgr. text indicator child_border
2023-02-10 15:26:53 +08:00
client.focused #d65d0e #fbf1c7 #282828 #3c3836 #d65d0e
client.focused_inactive #ebdbb2 #fbf1c7 #282828 #3c3836 #ebdbb2
client.unfocused #ebdbb2 #fbf1c7 #282828 #3c3836 #ebdbb2
client.urgent #cc241d #fbf1c7 #282828 #3c3836 #cc241d
client.placeholder #ebdbb2 #fbf1c7 #282828 #3c3836 #ebdbb2
client.background #ebdbb2 #fbf1c7
#borders stuff
default_border pixel 1