From e69a1ce0dfd43cdb2dcefc2c56fd140ea58b4309 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Nov 2025 03:38:12 +0000 Subject: [PATCH] CI: update JSON schemes --- json/base16/ascendancy.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 json/base16/ascendancy.json diff --git a/json/base16/ascendancy.json b/json/base16/ascendancy.json new file mode 100644 index 0000000..7a6042a --- /dev/null +++ b/json/base16/ascendancy.json @@ -0,0 +1,25 @@ +{ + "system": "base16", + "name": "Ascendancy", + "author": "EmergentMind (https://github.com/emergentmind/ascendancy-scheme)", + "description": "The Ascendancy colour scheme aims to provide a comfortable spectrum of\nbackground and foreground shades complimented by soft but regal colours. The\npalette has a small bias towards golden colours without creating a sense of\nwashed out overexposure.\n", + "variant": "dark", + "palette": { + "base00": "#282828", + "base01": "#212F3D", + "base02": "#504945", + "base03": "#928374", + "base04": "#BDAE93", + "base05": "#D5C7A1", + "base06": "#EBDBB2", + "base07": "#fbf1c7", + "base08": "#C03900", + "base09": "#FE8019", + "base0A": "#FFCC1B", + "base0B": "#B8BB26", + "base0C": "#8F3F71", + "base0D": "#458588", + "base0E": "#FABD2F", + "base0F": "#B59B4D" + } +} \ No newline at end of file