From 4431fdc8fa5b5e8acd32de20f9de92a19fb7b43e Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Fri, 26 May 2023 20:10:05 +0400 Subject: [PATCH] Move theme variables from tileos-artwork to settings repo --- usr/share/sway/themes/variables | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 usr/share/sway/themes/variables diff --git a/usr/share/sway/themes/variables b/usr/share/sway/themes/variables new file mode 100644 index 0000000..ef3246d --- /dev/null +++ b/usr/share/sway/themes/variables @@ -0,0 +1,24 @@ +################----------------THEMING----------------################ + +# Window borders +default_border pixel 2 +smart_borders on +gaps inner 6 + +# Tittle bar font +font pango:Noto Sans 10 + +# Fonts +set $term-font Hack 11 +set $gui-font Noto Sans 10 + +# Use catppuccin-macchiato color scheme for i3/Sway +include /usr/share/tileos/themes/catppuccin-i3-theme/catppuccin-macchiato + +# target title bg text indicator border +client.focused $blue $base $text $rosewater $blue +client.focused_inactive $pink $base $text $rosewater $pink +client.unfocused $pink $base $text $rosewater $pink +client.urgent $peach $base $peach $overlay0 $peach +client.placeholder $overlay0 $base $text $overlay0 $overlay0 +client.background $base