chore: update theme (fjord-core@65f4a4f)

This commit is contained in:
fjord-themes-bot
2026-03-21 20:36:37 +00:00
parent c2d9aa3fa4
commit 54f2bd04df
2 changed files with 6 additions and 6 deletions

View File

@@ -22,8 +22,8 @@ A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/
| ---- | ---------------------------- |
| ![green](https://img.shields.io/badge/%239DD99A-9DD99A) | **green** _(primary accent)_ |
| ![blue](https://img.shields.io/badge/%235DA6EA-5DA6EA) | **blue** |
| ![yellow](https://img.shields.io/badge/%23C8B860-C8B860) | **yellow** |
| ![purple](https://img.shields.io/badge/%23A8A4F8-A8A4F8) | **purple** |
| ![yellow](https://img.shields.io/badge/%23FFD285-FFD285) | **yellow** |
| ![purple](https://img.shields.io/badge/%23B9A0F8-B9A0F8) | **purple** |
| ![red](https://img.shields.io/badge/%23F37C7C-F37C7C) | **red** |
| ![cyan](https://img.shields.io/badge/%23B8E7E9-B8E7E9) | **cyan** |

View File

@@ -11,15 +11,15 @@
"green": "#9DD99A",
"blue": "#5DA6EA",
"deepGreen": "#6FA96C",
"yellow": "#C8B860",
"purple": "#A8A4F8",
"yellow": "#FFD285",
"purple": "#B9A0F8",
"red": "#F37C7C",
"cyan": "#B8E7E9",
"brightGreen": "#A3D5A0",
"brightBlue": "#7BB8FF",
"brightYellow": "#D4CC7A",
"brightYellow": "#FFE0A3",
"brightRed": "#FF9B9B",
"brightPurple": "#C8CCF7",
"brightPurple": "#D4C6F7",
"brightCyan": "#A1E9DE",
"brightWhite": "#EFFAFF"
},