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
|
* Keyframes
|
||||||
* -------------------------------------------------------------------------- */
|
* -------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/*
|
|
||||||
Arc-Dark Color Scheme
|
|
||||||
*/
|
|
||||||
@define-color highlight #5294e2 ;
|
@define-color highlight #5294e2 ;
|
||||||
@define-color base1 #404552 ;
|
@define-color base1 #19191e ;
|
||||||
|
|
||||||
@keyframes blink-warning {
|
@keyframes blink-warning {
|
||||||
70% {
|
70% {
|
||||||
@@ -54,7 +51,7 @@ Arc-Dark Color Scheme
|
|||||||
/* The whole bar */
|
/* The whole bar */
|
||||||
#waybar {
|
#waybar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #bebebe;
|
color: #e3e3ea;
|
||||||
background-color: @base1;
|
background-color: @base1;
|
||||||
font-family: JetBrainsMono;
|
font-family: JetBrainsMono;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
Reference in New Issue
Block a user