From 844318f221d3e818a24ce4607d660088ae3720d1 Mon Sep 17 00:00:00 2001 From: Natalie Date: Thu, 8 May 2025 12:59:38 -0700 Subject: [PATCH] update color scheme for sketchybar --- modules/macos/tiling/sketchybar-home.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/macos/tiling/sketchybar-home.nix b/modules/macos/tiling/sketchybar-home.nix index 0b8a6e9..4cef281 100644 --- a/modules/macos/tiling/sketchybar-home.nix +++ b/modules/macos/tiling/sketchybar-home.nix @@ -101,18 +101,18 @@ in { text = '' #!/usr/bin/env sh # Color Palette - export BLACK=0xff4c4f69 - export WHITE=0xffeff1f5 - export RED=0xffd20f39 + export BLACK=0xff11111b + export WHITE=0x66cdd6f4 + export RED=0xffa6e3a1 export GREEN=0xff40a02b - export BLUE=0xff1e66f5 - export YELLOW=0xffdf8e1d - export ORANGE=0xfffe640b - export MAGENTA=0xffea76cb - export GREY=0xff9ca0b0 + export BLUE=0xff89b4fa + export YELLOW=0xfff9e2af + export ORANGE=0xfffab387 + export MAGENTA=0xffeba0ac + export GREY=0xff585b70 export TRANSPARENT=0xff000000 export BLUE2=0xff7287fd - export FLAMINGO=0xffdd7878 + export FLAMINGO=0xfff2cdcd # General bar colors export BAR_COLOR=0xeff1f5ff # Color of the bar