1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 23:51:57 +01:00

softer gruv

This commit is contained in:
Nick Boughton 2021-05-12 14:36:12 +01:00
parent 4e75409cf7
commit 87a09d3803
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 554 KiB

After

Width:  |  Height:  |  Size: 626 KiB

@ -264,7 +264,7 @@ output "*" background /home/nick/Pictures/Wallpapers/sadkitty1.jpg fill
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused #444444 $background $foreground #444444 #444444 client.focused #444444 $background $foreground #444444 #444444
client.focused_inactive $background $background $foreground $background $background client.focused_inactive $background $background $foreground $background $background
client.unfocused $background $background $color2 $background $background client.unfocused $background $background $color6 $background $background
client.urgent $foreground $background $color1 $foreground $foreground client.urgent $foreground $background $color1 $foreground $foreground
include /etc/sway/config.d/* include /etc/sway/config.d/*

@ -123,8 +123,8 @@
# You can define as many as 8 different colors. They range from bottom to top of screen # You can define as many as 8 different colors. They range from bottom to top of screen
gradient = 1 gradient = 1
gradient_count = 3 gradient_count = 3
gradient_color_1 = '{color2}' gradient_color_1 = '{color6}'
gradient_color_2 = '{color3}' gradient_color_2 = '{color2}'
gradient_color_3 = '{color1}' gradient_color_3 = '{color1}'

@ -13,7 +13,7 @@
@define-color warn @color3; @define-color warn @color3;
@define-color crit @color1; @define-color crit @color1;
@define-color accent @color2; @define-color accent @color2;
@define-color hilight @color2; @define-color hilight @color6;
* { * {
font-size: 12px; font-size: 12px;