From d2f76c29ade42af1892e9b7044c30abe02f1fa90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Sep 2024 03:22:44 +0000 Subject: [PATCH] CI: update JSON schemes --- json/base16/deep-oceanic-next.json | 24 ++++++++++++++++++++++ json/base24/deep-oceanic-next.json | 32 ++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 json/base16/deep-oceanic-next.json create mode 100644 json/base24/deep-oceanic-next.json diff --git a/json/base16/deep-oceanic-next.json b/json/base16/deep-oceanic-next.json new file mode 100644 index 0000000..6e13130 --- /dev/null +++ b/json/base16/deep-oceanic-next.json @@ -0,0 +1,24 @@ +{ + "system": "base16", + "name": "Deep Oceanic Next", + "author": "spearkkk (https://github.com/spearkkk/deep-oceanic-next)", + "variant": "dark", + "palette": { + "base00": "003b46", + "base01": "004f5e", + "base02": "006374", + "base03": "007a8a", + "base04": "0093a3", + "base05": "dce3e8", + "base06": "e6ebf0", + "base07": "f0f5f5", + "base08": "e6454b", + "base09": "ff6a4b", + "base0A": "ffcc66", + "base0B": "85b57a", + "base0C": "4da6a6", + "base0D": "3a82e6", + "base0E": "8c4de6", + "base0F": "e673a3" + } +} \ No newline at end of file diff --git a/json/base24/deep-oceanic-next.json b/json/base24/deep-oceanic-next.json new file mode 100644 index 0000000..bfc9197 --- /dev/null +++ b/json/base24/deep-oceanic-next.json @@ -0,0 +1,32 @@ +{ + "system": "base24", + "name": "Deep Oceanic Next", + "author": "spearkkk (https://github.com/spearkkk/deep-oceanic-next)", + "variant": "dark", + "palette": { + "base00": "003b46", + "base01": "004f5e", + "base02": "006374", + "base03": "007a8a", + "base04": "0093a3", + "base05": "dce3e8", + "base06": "e6ebf0", + "base07": "f0f5f5", + "base08": "e6454b", + "base09": "ff6a4b", + "base0A": "ffcc66", + "base0B": "85b57a", + "base0C": "4da6a6", + "base0D": "3a82e6", + "base0E": "8c4de6", + "base0F": "e673a3", + "base10": "001114", + "base11": "000a0d", + "base12": "ff5a61", + "base13": "ffdd80", + "base14": "99d8a0", + "base15": "66cccc", + "base16": "4da6ff", + "base17": "a366ff" + } +} \ No newline at end of file