feat(sway): use kanagawa colors
This commit is contained in:
parent
4cd354818b
commit
53d7d8efbe
@ -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
|
||||
|
37
dots/.config/sway/conf/colors.conf
Normal file
37
dots/.config/sway/conf/colors.conf
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user