From 4b9601694eea8f5cf814069cea1517a9b04e5f3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 3 Jan 2026 03:57:41 +0000 Subject: [PATCH] CI: update JSON schemes --- json/base16/eldritch.json | 24 ++++++++++++++++++++++++ json/base24/eldritch.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 json/base16/eldritch.json create mode 100644 json/base24/eldritch.json diff --git a/json/base16/eldritch.json b/json/base16/eldritch.json new file mode 100644 index 0000000..f29bb14 --- /dev/null +++ b/json/base16/eldritch.json @@ -0,0 +1,24 @@ +{ + "system": "base16", + "name": "Eldritch", + "author": "https://github.com/eldritch-theme", + "variant": "dark", + "palette": { + "base00": "#212337", + "base01": "#323449", + "base02": "#3b4261", + "base03": "#7081d0", + "base04": "#a1abe0", + "base05": "#ebfafa", + "base06": "#f0f2f4", + "base07": "#ffffff", + "base08": "#f16c75", + "base09": "#f7c67f", + "base0A": "#f1fc79", + "base0B": "#37f499", + "base0C": "#04d1f9", + "base0D": "#39ddfd", + "base0E": "#a48cf2", + "base0F": "#f265b5" + } +} \ No newline at end of file diff --git a/json/base24/eldritch.json b/json/base24/eldritch.json new file mode 100644 index 0000000..7ec2732 --- /dev/null +++ b/json/base24/eldritch.json @@ -0,0 +1,32 @@ +{ + "system": "base24", + "name": "Eldritch", + "author": "https://github.com/eldritch-theme", + "variant": "dark", + "palette": { + "base00": "#212337", + "base01": "#323449", + "base02": "#3b4261", + "base03": "#7081d0", + "base04": "#a1abe0", + "base05": "#ebfafa", + "base06": "#f0f2f4", + "base07": "#ffffff", + "base08": "#f16c75", + "base09": "#f7c67f", + "base0A": "#f1fc79", + "base0B": "#37f499", + "base0C": "#04d1f9", + "base0D": "#39ddfd", + "base0E": "#a48cf2", + "base0F": "#f265b5", + "base10": "#171928", + "base11": "#0e0f1a", + "base12": "#f89a9d", + "base13": "#f5ffa1", + "base14": "#6fffc1", + "base15": "#6ce9ff", + "base16": "#f0313e", + "base17": "#f58bc8" + } +} \ No newline at end of file