Skip to content

Commit

Permalink
doc: Update primary color (#64)
Browse files Browse the repository at this point in the history
* doc: Update primary color

* feat: Adjust primary color to a softer lightness

from: hsl 36.96deg 100% 49.02%
to: hsl 36.96deg 100% 43.92%

* docs: Update script example primary color

* Regenerate theme files
  • Loading branch information
TilmanGriesel authored Dec 9, 2024
1 parent ba31d38 commit 4c53132
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
.dark {
--vp-c-graphite-accent-1: #faab2c;
--vp-c-graphite-accent-2: #c57a00;
--vp-c-graphite-accent-3: #fa9a00;
--vp-c-graphite-accent-3: #e08a00;
--vp-c-graphite-accent-soft: #af700b;

--vp-c-gray-1: #515c67;
Expand Down
8 changes: 4 additions & 4 deletions docs/features/graphite-theme-patcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ fields:
selector:
color_rgb: {}
default:
- 250
- 154
- 224
- 138
- 0
name: Primary Color
required: true
Expand Down Expand Up @@ -120,8 +120,8 @@ fields:
selector:
color_rgb: {}
default:
- 250
- 154
- 224
- 138
- 0
name: Primary Color
required: true
Expand Down
2 changes: 1 addition & 1 deletion src/tokens_dark.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Color tokens
token-rgb-primary: 250, 154, 0
token-rgb-primary: 224, 138, 0
token-rgb-black: 0, 0, 0
token-rgb-white: 240, 243, 255
token-rgb-purple: 189, 157, 255
Expand Down
6 changes: 3 additions & 3 deletions themes/graphite-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Graphite Auto:
# https://github.com/TilmanGriesel/graphite

#------------------------------------------------------
# This file was generated at 2024-12-05 18:26:37
# This file was generated at 2024-12-09 21:16:52
#------------------------------------------------------

# Color tokens
Expand Down Expand Up @@ -321,11 +321,11 @@ Graphite Auto:
# https://github.com/TilmanGriesel/graphite

#------------------------------------------------------
# This file was generated at 2024-12-05 18:26:37
# This file was generated at 2024-12-09 21:16:52
#------------------------------------------------------

# Color tokens
token-rgb-primary: 250, 154, 0
token-rgb-primary: 224, 138, 0
token-rgb-black: 0, 0, 0
token-rgb-white: 240, 243, 255
token-rgb-purple: 189, 157, 255
Expand Down
2 changes: 1 addition & 1 deletion themes/graphite-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Graphite Light:
# https://github.com/TilmanGriesel/graphite

#------------------------------------------------------
# This file was generated at 2024-12-05 18:26:37
# This file was generated at 2024-12-09 21:16:52
#------------------------------------------------------

# Color tokens
Expand Down
4 changes: 2 additions & 2 deletions themes/graphite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Graphite:
# https://github.com/TilmanGriesel/graphite

#------------------------------------------------------
# This file was generated at 2024-12-05 18:26:37
# This file was generated at 2024-12-09 21:16:52
#------------------------------------------------------

# Color tokens
token-rgb-primary: 250, 154, 0
token-rgb-primary: 224, 138, 0
token-rgb-black: 0, 0, 0
token-rgb-white: 240, 243, 255
token-rgb-purple: 189, 157, 255
Expand Down

0 comments on commit 4c53132

Please sign in to comment.