Change Sway color scheme path
This commit is contained in:
parent
bc40f99f8c
commit
8143fa0a07
2 changed files with 7 additions and 2 deletions
|
@ -4,6 +4,12 @@
|
||||||
#
|
#
|
||||||
# Read `man 5 sway` for a complete reference.
|
# Read `man 5 sway` for a complete reference.
|
||||||
|
|
||||||
|
# Color scheme
|
||||||
|
include /usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-macchiato
|
||||||
|
|
||||||
|
# Sway styling
|
||||||
|
include /etc/sway/theme
|
||||||
|
|
||||||
# Global variables
|
# Global variables
|
||||||
include /etc/sway/variables
|
include /etc/sway/variables
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,7 @@ font pango:Noto Sans 11
|
||||||
set $term-font Hack 11
|
set $term-font Hack 11
|
||||||
set $gui-font Noto Sans 11
|
set $gui-font Noto Sans 11
|
||||||
|
|
||||||
# Use catppuccin-macchiato color scheme for i3/Sway
|
# Sway colors. You can change default color scheme in ~/.config/sway/config
|
||||||
include /usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-macchiato
|
|
||||||
|
|
||||||
# target title bg text indicator border
|
# target title bg text indicator border
|
||||||
client.focused $blue $base $text $rosewater $blue
|
client.focused $blue $base $text $rosewater $blue
|
Loading…
Add table
Reference in a new issue