From c0c14429c024fc7ee70d0e4419ffb5df6562b633 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 Apr 2026 05:19:55 +0000 Subject: [PATCH] CI: update JSON schemes --- json/base16/swamp-dark.json | 24 ++++++++++++++++++++++++ json/base16/swamp-light.json | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 json/base16/swamp-dark.json create mode 100644 json/base16/swamp-light.json diff --git a/json/base16/swamp-dark.json b/json/base16/swamp-dark.json new file mode 100644 index 0000000..9f0e44f --- /dev/null +++ b/json/base16/swamp-dark.json @@ -0,0 +1,24 @@ +{ + "system": "base16", + "name": "Swamp Dark", + "author": "Masroof Maindak (https://github.com/masroof-maindak)", + "variant": "dark", + "palette": { + "base00": "#242015", + "base01": "#3A3124", + "base02": "#4D3F32", + "base03": "#5F4E41", + "base04": "#B8A58C", + "base05": "#D2C3A4", + "base06": "#EBE0BB", + "base07": "#F1E9D0", + "base08": "#DB930D", + "base09": "#EBE0BB", + "base0A": "#A82D56", + "base0B": "#7A7653", + "base0C": "#DB930D", + "base0D": "#C1666B", + "base0E": "#91506C", + "base0F": "#61A0A8" + } +} \ No newline at end of file diff --git a/json/base16/swamp-light.json b/json/base16/swamp-light.json new file mode 100644 index 0000000..7e9c1c2 --- /dev/null +++ b/json/base16/swamp-light.json @@ -0,0 +1,24 @@ +{ + "system": "base16", + "name": "Swamp Light", + "author": "Masroof Maindak (https://github.com/masroof-maindak)", + "variant": "light", + "palette": { + "base00": "#F1E3D1", + "base01": "#DDCEBC", + "base02": "#C9B9A7", + "base03": "#B5A492", + "base04": "#A0907D", + "base05": "#64513E", + "base06": "#786653", + "base07": "#8C7B68", + "base08": "#D09700", + "base09": "#64513E", + "base0A": "#993333", + "base0B": "#908D6A", + "base0C": "#d09700", + "base0D": "#BF7979", + "base0E": "#9E5581", + "base0F": "#75858C" + } +} \ No newline at end of file