From 48fee05eff055279c525f40934cc680ee0faacc9 Mon Sep 17 00:00:00 2001 From: fjord-themes-bot Date: Sat, 21 Mar 2026 20:36:36 +0000 Subject: [PATCH] chore: update theme (fjord-core@65f4a4f) --- README.md | 4 ++-- themes/fjord.lua | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2e30d9..82a8e36 100644 --- a/README.md +++ b/README.md @@ -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** | diff --git a/themes/fjord.lua b/themes/fjord.lua index c329423..348bed1 100644 --- a/themes/fjord.lua +++ b/themes/fjord.lua @@ -20,9 +20,9 @@ return { "#212128", -- black "#F37C7C", -- red "#9DD99A", -- green - "#C8B860", -- yellow + "#FFD285", -- yellow "#5DA6EA", -- blue - "#A8A4F8", -- magenta + "#B9A0F8", -- magenta "#B8E7E9", -- cyan "#E8F0F3", -- white }, @@ -31,9 +31,9 @@ return { "#51606B", -- bright black "#FF9B9B", -- bright red "#A3D5A0", -- bright green - "#D4CC7A",-- bright yellow + "#FFE0A3",-- bright yellow "#7BB8FF", -- bright blue - "#C8CCF7",-- bright magenta + "#D4C6F7",-- bright magenta "#A1E9DE", -- bright cyan "#EFFAFF", -- bright white },