From d2d9ec046de824f68f7122000f46a18731d7b187 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 10 Jan 2026 03:59:13 +0000 Subject: [PATCH] CI: update JSON schemes --- json/base16/catppuccin-frappe.json | 8 +++---- json/base16/catppuccin-latte.json | 8 +++---- json/base16/catppuccin-macchiato.json | 8 +++---- json/base16/catppuccin-mocha.json | 8 +++---- json/base16/kanagawa-dragon.json | 22 +++++++++--------- json/base24/catppuccin-frappe.json | 8 +++---- json/base24/catppuccin-latte.json | 8 +++---- json/base24/catppuccin-macchiato.json | 8 +++---- json/base24/catppuccin-mocha.json | 8 +++---- json/base24/eldritch.json | 6 ++--- json/base24/kanagawa-dragon.json | 32 +++++++++++++++++++++++++++ 11 files changed, 78 insertions(+), 46 deletions(-) create mode 100644 json/base24/kanagawa-dragon.json diff --git a/json/base16/catppuccin-frappe.json b/json/base16/catppuccin-frappe.json index d5bb0b1..7b1fc57 100644 --- a/json/base16/catppuccin-frappe.json +++ b/json/base16/catppuccin-frappe.json @@ -5,10 +5,10 @@ "variant": "dark", "palette": { "base00": "#303446", - "base01": "#292c3c", - "base02": "#414559", - "base03": "#51576d", - "base04": "#626880", + "base01": "#414559", + "base02": "#51576d", + "base03": "#737994", + "base04": "#a5adce", "base05": "#c6d0f5", "base06": "#f2d5cf", "base07": "#babbf1", diff --git a/json/base16/catppuccin-latte.json b/json/base16/catppuccin-latte.json index 2da7f52..618b60a 100644 --- a/json/base16/catppuccin-latte.json +++ b/json/base16/catppuccin-latte.json @@ -5,10 +5,10 @@ "variant": "light", "palette": { "base00": "#eff1f5", - "base01": "#e6e9ef", - "base02": "#ccd0da", - "base03": "#bcc0cc", - "base04": "#acb0be", + "base01": "#ccd0da", + "base02": "#bcc0cc", + "base03": "#9ca0b0", + "base04": "#6c6f85", "base05": "#4c4f69", "base06": "#dc8a78", "base07": "#7287fd", diff --git a/json/base16/catppuccin-macchiato.json b/json/base16/catppuccin-macchiato.json index 18334fb..15af562 100644 --- a/json/base16/catppuccin-macchiato.json +++ b/json/base16/catppuccin-macchiato.json @@ -5,10 +5,10 @@ "variant": "dark", "palette": { "base00": "#24273a", - "base01": "#1e2030", - "base02": "#363a4f", - "base03": "#494d64", - "base04": "#5b6078", + "base01": "#363a4f", + "base02": "#494d64", + "base03": "#6e738d", + "base04": "#a5adcb", "base05": "#cad3f5", "base06": "#f4dbd6", "base07": "#b7bdf8", diff --git a/json/base16/catppuccin-mocha.json b/json/base16/catppuccin-mocha.json index 2a1aa14..9f05fb5 100644 --- a/json/base16/catppuccin-mocha.json +++ b/json/base16/catppuccin-mocha.json @@ -5,10 +5,10 @@ "variant": "dark", "palette": { "base00": "#1e1e2e", - "base01": "#181825", - "base02": "#313244", - "base03": "#45475a", - "base04": "#585b70", + "base01": "#313244", + "base02": "#45475a", + "base03": "#6c7086", + "base04": "#a6adc8", "base05": "#cdd6f4", "base06": "#f5e0dc", "base07": "#b4befe", diff --git a/json/base16/kanagawa-dragon.json b/json/base16/kanagawa-dragon.json index a56de66..c24609a 100644 --- a/json/base16/kanagawa-dragon.json +++ b/json/base16/kanagawa-dragon.json @@ -1,24 +1,24 @@ { "system": "base16", "name": "Kanagawa Dragon", - "author": "Tommaso Laurenzi (https://github.com/rebelot)", + "author": "Stefan Weigl-Bosker (https://github.com/sweiglbosker), Tommaso Laurenzi (https://github.com/rebelot/kanagawa.nvim)", "variant": "dark", "palette": { - "base00": "#0d0c0c", - "base01": "#1D1C19", - "base02": "#282727", - "base03": "#737c73", - "base04": "#a6a69c", + "base00": "#181616", + "base01": "#282727", + "base02": "#393836", + "base03": "#625e5a", + "base04": "#737c73", "base05": "#c5c9c5", - "base06": "#7a8382", + "base06": "#c8c093", "base07": "#c5c9c5", "base08": "#c4746e", - "base09": "#b98d7b", + "base09": "#b6927b", "base0A": "#c4b28a", - "base0B": "#87a987", + "base0B": "#8a9a7b", "base0C": "#8ea4a2", "base0D": "#8ba4b0", - "base0E": "#8992a7", - "base0F": "#a292a3" + "base0E": "#a292a3", + "base0F": "#b98d7b" } } \ No newline at end of file diff --git a/json/base24/catppuccin-frappe.json b/json/base24/catppuccin-frappe.json index 90e06eb..7c69cad 100644 --- a/json/base24/catppuccin-frappe.json +++ b/json/base24/catppuccin-frappe.json @@ -5,10 +5,10 @@ "variant": "dark", "palette": { "base00": "#303446", - "base01": "#292c3c", - "base02": "#414559", - "base03": "#51576d", - "base04": "#626880", + "base01": "#414559", + "base02": "#51576d", + "base03": "#737994", + "base04": "#a5adce", "base05": "#c6d0f5", "base06": "#f2d5cf", "base07": "#babbf1", diff --git a/json/base24/catppuccin-latte.json b/json/base24/catppuccin-latte.json index 3a00f5a..0fc0d03 100644 --- a/json/base24/catppuccin-latte.json +++ b/json/base24/catppuccin-latte.json @@ -5,10 +5,10 @@ "variant": "light", "palette": { "base00": "#eff1f5", - "base01": "#e6e9ef", - "base02": "#ccd0da", - "base03": "#bcc0cc", - "base04": "#acb0be", + "base01": "#ccd0da", + "base02": "#bcc0cc", + "base03": "#9ca0b0", + "base04": "#6c6f85", "base05": "#4c4f69", "base06": "#dc8a78", "base07": "#7287fd", diff --git a/json/base24/catppuccin-macchiato.json b/json/base24/catppuccin-macchiato.json index c13a5bc..767cf19 100644 --- a/json/base24/catppuccin-macchiato.json +++ b/json/base24/catppuccin-macchiato.json @@ -5,10 +5,10 @@ "variant": "dark", "palette": { "base00": "#24273a", - "base01": "#1e2030", - "base02": "#363a4f", - "base03": "#494d64", - "base04": "#5b6078", + "base01": "#363a4f", + "base02": "#494d64", + "base03": "#6e738d", + "base04": "#a5adcb", "base05": "#cad3f5", "base06": "#f4dbd6", "base07": "#b7bdf8", diff --git a/json/base24/catppuccin-mocha.json b/json/base24/catppuccin-mocha.json index d0660f1..4332c28 100644 --- a/json/base24/catppuccin-mocha.json +++ b/json/base24/catppuccin-mocha.json @@ -5,10 +5,10 @@ "variant": "dark", "palette": { "base00": "#1e1e2e", - "base01": "#181825", - "base02": "#313244", - "base03": "#45475a", - "base04": "#585b70", + "base01": "#313244", + "base02": "#45475a", + "base03": "#6c7086", + "base04": "#a6adc8", "base05": "#cdd6f4", "base06": "#f5e0dc", "base07": "#b4befe", diff --git a/json/base24/eldritch.json b/json/base24/eldritch.json index 7ec2732..1b206af 100644 --- a/json/base24/eldritch.json +++ b/json/base24/eldritch.json @@ -23,10 +23,10 @@ "base10": "#171928", "base11": "#0e0f1a", "base12": "#f89a9d", - "base13": "#f5ffa1", + "base13": "#f9e9a1", "base14": "#6fffc1", "base15": "#6ce9ff", - "base16": "#f0313e", - "base17": "#f58bc8" + "base16": "#7ae9ff", + "base17": "#d4b3ff" } } \ No newline at end of file diff --git a/json/base24/kanagawa-dragon.json b/json/base24/kanagawa-dragon.json new file mode 100644 index 0000000..c934a4a --- /dev/null +++ b/json/base24/kanagawa-dragon.json @@ -0,0 +1,32 @@ +{ + "system": "base24", + "name": "Kanagawa Dragon", + "author": "Stefan Weigl-Bosker (https://github.com/sweiglbosker), Tommaso Laurenzi (https://github.com/rebelot/kanagawa.nvim)", + "variant": "dark", + "palette": { + "base00": "#181616", + "base01": "#282727", + "base02": "#393836", + "base03": "#625e5a", + "base04": "#737c73", + "base05": "#c5c9c5", + "base06": "#c8c093", + "base07": "#c5c9c5", + "base08": "#c4746e", + "base09": "#b6927b", + "base0A": "#c4b28a", + "base0B": "#8a9a7b", + "base0C": "#8ea4a2", + "base0D": "#8ba4b0", + "base0E": "#a292a3", + "base0F": "#b98d7b", + "base10": "#12120f", + "base11": "#0d0c0c", + "base12": "#e46876", + "base13": "#e6c384", + "base14": "#87a987", + "base15": "#7aa89f", + "base16": "#7fb4ca", + "base17": "#938aa9" + } +} \ No newline at end of file