From accaaad95595ff40029097bbd60e66319f1a2ed0 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 1 Apr 2024 00:58:41 +0200 Subject: [PATCH] [mako] unified colors --- apps/waybar/style.css | 2 +- nix/home/mako/mako.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/waybar/style.css b/apps/waybar/style.css index 45f284e..dc0ab06 100644 --- a/apps/waybar/style.css +++ b/apps/waybar/style.css @@ -29,7 +29,7 @@ window#waybar { } tooltip { - background: rgba(12, 12, 12, 0.9); + background: rgba(19, 21, 23, 0.8); border-radius: 10px; border-width: 2px; border-style: solid; diff --git a/nix/home/mako/mako.nix b/nix/home/mako/mako.nix index 70d7e86..a81e369 100644 --- a/nix/home/mako/mako.nix +++ b/nix/home/mako/mako.nix @@ -23,9 +23,9 @@ height = 125; # colors - backgroundColor = "#05070c"; - textColor = "#cdd6f4"; - borderColor = "#3d66b9"; + backgroundColor = "#131517"; + textColor = "#a0a4ab"; + borderColor = "#528bff"; borderSize = 2; borderRadius = 8; };