neodotfiles/user/.config/sway/modules/theme

35 lines
1.5 KiB
Text
Raw Normal View History

2023-10-25 11:20:57 +00:00
# Font
font pango: Mononoki Nerd Font 12
# Color scheme (Gruvbox dark)
set $color_normal_white #a89984
set $color_bright_white #ebdbb2
set $color_normal_gray #282828
set $color_bright_gray #3c3836
set $color_bright_yellow #d79921
set $color_normal_black #1d2021
set $color_unused #ff0000
# Title bar colors
# Colors border background text indicator child_border
client.focused $color_bright_gray $color_bright_gray $color_bright_white $color_bright_gray $color_normal_black
client.focused_inactive $color_bright_gray $color_bright_gray $color_bright_white $color_bright_gray $color_normal_black
client.unfocused $color_normal_gray $color_normal_gray $color_normal_white $color_normal_gray $color_normal_black
client.urgent $color_bright_yellow $color_bright_yellow $color_normal_black $color_unused $color_unused
client.placeholder $color_unused $color_unused $color_unused $color_unused $color_unused
# Window borders
2023-10-26 19:38:27 +00:00
default_border pixel 2
default_floating_border pixel 2
2023-10-25 11:20:57 +00:00
# gsettings
exec gsettings set org.gnome.desktop.interface {
gtk-theme 'gruvbox-dark-gtk'
icon-theme 'gruvbox-dark-icons-gtk'
cursor-theme 'Simp1e-Gruvbox-Dark'
font-name 'Cantarell 10'
document-font-name 'Liberation Serif 12'
monospace-font-name 'Mononoki Nerd Font 12'
enable-animations true
}