From 719afd731f4aed33403b76cb8dfbbde34f62d51c Mon Sep 17 00:00:00 2001 From: Tilman Griesel Date: Mon, 2 Dec 2024 17:13:57 +0100 Subject: [PATCH] Update dark theme primary color (#58) This update will slightly increase the primary color brightness in the dark theme. --- src/tokens_dark.yaml | 2 +- themes/graphite-auto.yaml | 6 +++--- themes/graphite-light.yaml | 2 +- themes/graphite.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/tokens_dark.yaml b/src/tokens_dark.yaml index e8a22b2..554a623 100644 --- a/src/tokens_dark.yaml +++ b/src/tokens_dark.yaml @@ -1,5 +1,5 @@ # Color tokens -token-rgb-primary: 229, 145, 9 +token-rgb-primary: 255, 157, 0 token-rgb-black: 0, 0, 0 token-rgb-white: 240, 243, 255 token-rgb-purple: 189, 157, 255 diff --git a/themes/graphite-auto.yaml b/themes/graphite-auto.yaml index 8da3526..d4e3ae9 100644 --- a/themes/graphite-auto.yaml +++ b/themes/graphite-auto.yaml @@ -9,7 +9,7 @@ Graphite Auto: # https://github.com/TilmanGriesel/graphite #------------------------------------------------------ - # This file was generated at 2024-11-30 15:40:06 + # This file was generated at 2024-12-02 17:12:32 #------------------------------------------------------ # Color tokens @@ -321,11 +321,11 @@ Graphite Auto: # https://github.com/TilmanGriesel/graphite #------------------------------------------------------ - # This file was generated at 2024-11-30 15:40:06 + # This file was generated at 2024-12-02 17:12:32 #------------------------------------------------------ # Color tokens - token-rgb-primary: 229, 145, 9 + token-rgb-primary: 255, 157, 0 token-rgb-black: 0, 0, 0 token-rgb-white: 240, 243, 255 token-rgb-purple: 189, 157, 255 diff --git a/themes/graphite-light.yaml b/themes/graphite-light.yaml index 01c146a..103ff84 100644 --- a/themes/graphite-light.yaml +++ b/themes/graphite-light.yaml @@ -8,7 +8,7 @@ Graphite Light: # https://github.com/TilmanGriesel/graphite #------------------------------------------------------ - # This file was generated at 2024-11-30 15:40:06 + # This file was generated at 2024-12-02 17:12:32 #------------------------------------------------------ # Color tokens diff --git a/themes/graphite.yaml b/themes/graphite.yaml index 4d7990e..244ca46 100644 --- a/themes/graphite.yaml +++ b/themes/graphite.yaml @@ -8,11 +8,11 @@ Graphite: # https://github.com/TilmanGriesel/graphite #------------------------------------------------------ - # This file was generated at 2024-11-30 15:40:06 + # This file was generated at 2024-12-02 17:12:32 #------------------------------------------------------ # Color tokens - token-rgb-primary: 229, 145, 9 + token-rgb-primary: 255, 157, 0 token-rgb-black: 0, 0, 0 token-rgb-white: 240, 243, 255 token-rgb-purple: 189, 157, 255