feat(waybar): update waybar colors

Darken the grey shade of the Waybar, lighten the shade of the Waybar font.
This commit is contained in:
BluishHumility
2024-07-29 22:36:59 -04:00
parent bc386105e5
commit b587658225

View File

@@ -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;