From 3c0bd846de507a6e01633c098371d6fe15a52028 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 31 May 2025 03:43:24 +0000 Subject: [PATCH] CI: update JSON schemes --- json/base16/everforest-dark-soft.json | 24 ++++++++++++++++++++++++ json/base16/mountain.json | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 json/base16/everforest-dark-soft.json diff --git a/json/base16/everforest-dark-soft.json b/json/base16/everforest-dark-soft.json new file mode 100644 index 0000000..03585b1 --- /dev/null +++ b/json/base16/everforest-dark-soft.json @@ -0,0 +1,24 @@ +{ + "system": "base16", + "name": "Everforest Dark Soft", + "author": "Sainnhe Park (https://github.com/sainnhe)", + "variant": "dark", + "palette": { + "base00": "#333c43", + "base01": "#3a464c", + "base02": "#4d5960", + "base03": "#859289", + "base04": "#9da9a0", + "base05": "#d3c6aa", + "base06": "#ddd8be", + "base07": "#f3ead3", + "base08": "#e67e80", + "base09": "#e69875", + "base0A": "#dbbc7f", + "base0B": "#a7c080", + "base0C": "#83c092", + "base0D": "#7fbbb3", + "base0E": "#d699b6", + "base0F": "#9da9a0" + } +} \ No newline at end of file diff --git a/json/base16/mountain.json b/json/base16/mountain.json index 895885a..8726a9c 100644 --- a/json/base16/mountain.json +++ b/json/base16/mountain.json @@ -7,8 +7,8 @@ "base00": "#0f0f0f", "base01": "#191919", "base02": "#262626", - "base03": "#4c4c4c", - "base04": "#ac8a8c", + "base03": "#393939", + "base04": "#4c4c4c", "base05": "#cacaca", "base06": "#e7e7e7", "base07": "#f0f0f0",