From ec28f5f50e38c5aa6ba3891988833222b8650b62 Mon Sep 17 00:00:00 2001 From: shibazaki Date: Sun, 27 Apr 2025 22:14:09 +0200 Subject: [PATCH] good for now --- flake.lock | 8 ++++---- src/themes/moss.yaml | 32 ++++++++++++++++---------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index 5a203b5..a7a4fdd 100644 --- a/flake.lock +++ b/flake.lock @@ -796,11 +796,11 @@ "nvf": "nvf_2" }, "locked": { - "lastModified": 1745783967, - "narHash": "sha256-Ov9q0ZRw/qFSKvtYMSiTZM3qFAgdGieIaA0lUudX03E=", + "lastModified": 1745784568, + "narHash": "sha256-+ZB8d/LK7BhHj3WF9Lmh0h5WpRb7xu3gGhK4lI5Hwkw=", "ref": "refs/heads/main", - "rev": "c8e9352eda3a029984aee7d433441a646ed7411a", - "revCount": 11, + "rev": "47a8a4b68bfa0dacd888ea519506cc330311ca71", + "revCount": 12, "type": "git", "url": "https://gitea.homework.zip/five/neovim" }, diff --git a/src/themes/moss.yaml b/src/themes/moss.yaml index 91818be..0ab1b77 100644 --- a/src/themes/moss.yaml +++ b/src/themes/moss.yaml @@ -3,19 +3,19 @@ name: "Moss" author: "You" variant: "dark" palette: - base00: "262818" # darkest – main background - base01: "282810" - base02: "2B2B15" - base03: "474727" - base04: "4A4A2E" - base05: "4E4E35" # default foreground - base06: "68674F" # bright fg (selection, etc.) - base07: "C4C4A5" # lightest - base08: "727259" # red slot – dusky olive - base09: "606047" # orange slot – deeper olive - base0A: "C4C4A5" # yellow slot – light moss - base0B: "68674F" # green slot – mid moss - base0C: "474727" # cyan slot – dark moss - base0D: "4A4A2E" # blue slot – earthy - base0E: "727259" # violet slot – reuse olive - base0F: "2B2B15" # brown slot – extra + base00: "1C1D11" # darkest – main background + base01: "2A2C17" + base02: "3A3D1E" + base03: "4B4F26" + base04: "5F6431" + base05: "757C3E" # default foreground / text + base06: "AEB786" # bright fg / selections + base07: "E9EBD3" # lightest + base08: "757C3E" # red – reused olive + base09: "5F6431" # orange – deeper olive + base0A: "AEB786" # yellow – pale moss + base0B: "5F6431" # green – mid moss + base0C: "3A3D1E" # cyan – shadow olive + base0D: "4B4F26" # blue – earthy + base0E: "757C3E" # violet – reused olive + base0F: "2A2C17" # brown – extra