modifies colors to match kanagawa theme

This commit is contained in:
2024-10-26 01:59:45 +05:00
parent 7f2c33e948
commit 4e8673ec63
2 changed files with 6 additions and 6 deletions

View File

@ -43,10 +43,10 @@ input {
general { general {
gaps_in = 8 gaps_in = 8
gaps_out = 20 gaps_out = 20
border_size = 2 border_size = 3
col.active_border = rgba(05a4c480) col.active_border = rgba(7e9cd8FF)
col.inactive_border = rgba(595959aa) col.inactive_border = rgba(1f1f28FF)
layout = master layout = master
} }

View File

@ -9,7 +9,7 @@
} }
window#waybar { window#waybar {
background: rgba(0, 0, 0, 0.87); background: #000000;
margin: 0; margin: 0;
} }
@ -20,7 +20,7 @@ window#waybar {
padding-bottom: 5px; padding-bottom: 5px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
border-bottom: 2px solid #05a4c4; border-bottom: 2px solid #7e9cd8;
border-radius: 0; border-radius: 0;
} }
@ -40,7 +40,7 @@ window#waybar {
#memory, #memory,
#custom-weather, #custom-weather,
#language { #language {
border-bottom: 2px solid #05a4c4; border-bottom: 2px solid #7e9cd8;
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
padding-left: 10px; padding-left: 10px;