feat(waybar): update waybar colors
Darken the grey shade of the Waybar, lighten the shade of the Waybar font.
This commit is contained in:
@@ -10,11 +10,8 @@
|
||||
* Keyframes
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
Arc-Dark Color Scheme
|
||||
*/
|
||||
@define-color highlight #5294e2 ;
|
||||
@define-color base1 #404552 ;
|
||||
@define-color base1 #19191e ;
|
||||
|
||||
@keyframes blink-warning {
|
||||
70% {
|
||||
@@ -54,7 +51,7 @@ Arc-Dark Color Scheme
|
||||
/* The whole bar */
|
||||
#waybar {
|
||||
background: transparent;
|
||||
color: #bebebe;
|
||||
color: #e3e3ea;
|
||||
background-color: @base1;
|
||||
font-family: JetBrainsMono;
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user