neodotfiles/config/sway/modules/theme

41 lines
1.6 KiB
Text
Raw Normal View History

2023-10-25 11:20:57 +00:00
# Font
2024-08-22 00:44:58 +00:00
font pango: Mononoki Nerd Font 12
2023-10-25 11:20:57 +00:00
# Color scheme (Gruvbox dark)
set $color_normal_white #a89984
set $color_bright_white #ebdbb2
set $color_normal_gray #282828
2024-08-19 04:36:33 +00:00
set $color_bright_gray #665c54
2023-10-25 11:20:57 +00:00
set $color_bright_yellow #d79921
set $color_normal_black #1d2021
set $color_unused #ff0000
2024-08-19 04:36:33 +00:00
set $color_normal_red #cc241d
set $color_normal_teal #689d6a
set $color_normal_green #98971a
2023-10-25 11:20:57 +00:00
# Title bar colors
# Colors border background text indicator child_border
2024-08-19 04:36:33 +00:00
client.focused $color_normal_red $color_bright_gray $color_bright_white $color_normal_teal $color_normal_red
client.focused_inactive $color_bright_gray $color_bright_gray $color_bright_white $color_normal_green $color_bright_gray
client.unfocused $color_bright_gray $color_normal_gray $color_normal_white $color_normal_green $color_bright_gray
2023-10-25 11:20:57 +00:00
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
2024-08-19 04:36:33 +00:00
default_border pixel 3
default_floating_border pixel 3
smart_borders off
gaps inner 5
2023-10-25 11:20:57 +00:00
# gsettings
exec gsettings set org.gnome.desktop.interface {
2024-08-19 04:36:33 +00:00
gtk-theme 'Gruvbox-Dark'
icon-theme 'Papirus-Dark'
2023-10-25 11:20:57 +00:00
cursor-theme 'Simp1e-Gruvbox-Dark'
2024-08-19 04:36:33 +00:00
font-name 'Inter 10'
2023-10-25 11:20:57 +00:00
document-font-name 'Liberation Serif 12'
monospace-font-name 'Mononoki Nerd Font 12'
enable-animations true
2024-08-22 00:44:58 +00:00
color-scheme 'prefer-dark'
2023-10-25 11:20:57 +00:00
}