From c5eb46db2e46936e4d8c9685bb4871375d088758 Mon Sep 17 00:00:00 2001 From: Maximilian Wagner Date: Wed, 31 Jan 2024 19:34:37 +0100 Subject: [PATCH] catppuccin changes --- style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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;