mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-15 07:21:49 +08:00
f3507022b6
Using gruvbox's hard contrast color
27 lines
980 B
Plaintext
27 lines
980 B
Plaintext
# vim: filetype=swayconfig
|
|
|
|
#set gtk theme and font
|
|
set $gnome-schema org.gnome.desktop.interface
|
|
exec_always {
|
|
gsettings set $gnome-schema color-scheme 'prefer-light'
|
|
gsettings set $gnome-schema gtk-theme 'Adwaita'
|
|
gsettings set $gnome-schema icon-theme 'Adwaita'
|
|
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
|
|
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
|
|
|
|
output * bg #f9f5d7 solid_color
|