From 53d7d8efbe72f5e90cf5c6e8641f018a9553d8aa Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 8 Aug 2022 17:29:05 -0500 Subject: [PATCH] feat(sway): use kanagawa colors --- dots/.config/sway/conf/appearance.conf | 10 +++++-- dots/.config/sway/conf/colors.conf | 37 ++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 dots/.config/sway/conf/colors.conf diff --git a/dots/.config/sway/conf/appearance.conf b/dots/.config/sway/conf/appearance.conf index 00f9d5ae..4d218eaf 100644 --- a/dots/.config/sway/conf/appearance.conf +++ b/dots/.config/sway/conf/appearance.conf @@ -1,7 +1,13 @@ # vim: set filetype=swayconfig: -gaps inner 5 -gaps outer 10 +gaps inner 2 +gaps outer 2 default_border pixel 2 default_floating_border pixel 2 +include colors.conf + +client.focused $oniViolet $sumiInk0 $fujiWhite $oldWhite $oniViolet +client.unfocused $sumiInk4 $sumiInk0 $fujiWhite $oldWhite $sumiInk4 +client.urgent $peachRed $sumiInk0 $fujiWhite $oldWhite $oniViolet + output * bg ~/.local/share/wallpapers/TokyoNight.jpg fill diff --git a/dots/.config/sway/conf/colors.conf b/dots/.config/sway/conf/colors.conf new file mode 100644 index 00000000..57de3fed --- /dev/null +++ b/dots/.config/sway/conf/colors.conf @@ -0,0 +1,37 @@ +# vim: set filetype=swayconfig: +set $fujiWhite #DCD7BA +set $oldWhite #C8C093 +set $sumiInk0 #16161D +set $sumiInk1 #1F1F28 +set $sumiInk2 #2A2A37 +set $sumiInk3 #363646 +set $sumiInk4 #54546D +set $waveBlue1 #223249 +set $waveBlue2 #2D4F67 +set $winterGreen #2B3328 +set $winterYellow #49443C +set $winterRed #43242B +set $winterBlue #252535 +set $autumnGreen #76946A +set $autumnRed #C34043 +set $autumnYellow #DCA561 +set $samuraiRed #E82424 +set $roninYellow #FF9E3B +set $waveAqua1 #6A9589 +set $dragonBlue #658594 +set $fujiGray #727169 +set $springViolet1 #938AA9 +set $oniViolet #957FB8 +set $crystalBlue #7E9CD8 +set $springViolet2 #9CABCA +set $springBlue #7FB4CA +set $lightBlue #A3D4D5 +set $waveAqua2 #7AA89F +set $springGreen #98BB6C +set $boatYellow1 #938056 +set $boatYellow2 #C0A36E +set $carpYellow #E6C384 +set $sakuraPink #D27E99 +set $waveRed #E46876 +set $peachRed #FF5D62 +set $surimiOrange #FFA066