diff --git a/style.css b/style.css index 938ff1f..4dffad6 100644 --- a/style.css +++ b/style.css @@ -13,8 +13,12 @@ /* Arc-Dark Color Scheme */ -@define-color highlight #5294e2 ; -@define-color base1 #404552 ; +/* @define-color highlight #5294e2 ; */ +/* @define-color base1 #404552 ; */ + +@define-color highlight #CBA6F7 ; +@define-color base1 #1E1E2E ; +@define-color border #B4BEFE ; @keyframes blink-warning { 70% { @@ -54,6 +58,7 @@ Arc-Dark Color Scheme /* The whole bar */ #waybar { background: transparent; + border: 1px solid @border; color: #bebebe; background-color: @base1; font-family: UbuntuMono;