From dac4784dddefff0cb4fdfafddb74470afc19a55f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 19 Apr 2025 03:33:02 +0000 Subject: [PATCH] CI: update JSON schemes --- json/base16/digital-rain.json | 26 ++++++++++++++++ json/base16/github-dark.json | 24 +++++++++++++++ json/base16/github.json | 34 ++++++++++----------- json/base16/gruvbox-dark.json | 24 +++++++++++++++ json/base16/gruvbox-light.json | 24 +++++++++++++++ json/base16/kanagawa-dragon.json | 24 +++++++++++++++ json/base24/embarcadero.json | 32 ++++++++++++++++++++ json/base24/github-dark.json | 32 ++++++++++++++++++++ json/base24/github.json | 52 ++++++++++++++++---------------- json/base24/gruvbox-dark.json | 50 +++++++++++++++--------------- json/base24/gruvbox-light.json | 32 ++++++++++++++++++++ json/base24/mission-brogue.json | 32 ++++++++++++++++++++ 12 files changed, 318 insertions(+), 68 deletions(-) create mode 100644 json/base16/digital-rain.json create mode 100644 json/base16/github-dark.json create mode 100644 json/base16/gruvbox-dark.json create mode 100644 json/base16/gruvbox-light.json create mode 100644 json/base16/kanagawa-dragon.json create mode 100644 json/base24/embarcadero.json create mode 100644 json/base24/github-dark.json create mode 100644 json/base24/gruvbox-light.json create mode 100644 json/base24/mission-brogue.json diff --git a/json/base16/digital-rain.json b/json/base16/digital-rain.json new file mode 100644 index 0000000..4f31b73 --- /dev/null +++ b/json/base16/digital-rain.json @@ -0,0 +1,26 @@ +{ + "system": "base16", + "name": "Digital Rain", + "slug": "digital-rain", + "author": "Nathan Byrd (https://github.com/cognitivegears)", + "description": "A base16 theme inspired by The Matrix, 90s aesthetics and retro terminals.", + "variant": "dark", + "palette": { + "base00": "#000000", + "base01": "#4A806C", + "base02": "#4A8D7E", + "base03": "#7C8D7C", + "base04": "#919893", + "base05": "#00FF00", + "base06": "#C4CEC4", + "base07": "#D8E2DC", + "base08": "#C85A46", + "base09": "#C86428", + "base0A": "#A67A50", + "base0B": "#64C83C", + "base0C": "#468C78", + "base0D": "#5482AF", + "base0E": "#9472B4", + "base0F": "#B37C5E" + } +} \ No newline at end of file diff --git a/json/base16/github-dark.json b/json/base16/github-dark.json new file mode 100644 index 0000000..0da2319 --- /dev/null +++ b/json/base16/github-dark.json @@ -0,0 +1,24 @@ +{ + "system": "base16", + "name": "Github Dark", + "author": "Tinted Theming (https://github.com/tinted-theming)", + "variant": "dark", + "palette": { + "base00": "#161b22", + "base01": "#30363d", + "base02": "#484f58", + "base03": "#6e7681", + "base04": "#8b949e", + "base05": "#c9d1d9", + "base06": "#f0f6fc", + "base07": "#ffffff", + "base08": "#f85149", + "base09": "#db6d28", + "base0A": "#bb8009", + "base0B": "#2ea043", + "base0C": "#2A9D9A", + "base0D": "#388bfd", + "base0E": "#a371f7", + "base0F": "#3D2F00" + } +} \ No newline at end of file diff --git a/json/base16/github.json b/json/base16/github.json index e4dc7e3..1fce70f 100644 --- a/json/base16/github.json +++ b/json/base16/github.json @@ -1,24 +1,24 @@ { "system": "base16", "name": "Github", - "author": "Defman21", + "author": "Tinted Theming (https://github.com/tinted-theming)", "variant": "light", "palette": { - "base00": "#ffffff", - "base01": "#f5f5f5", - "base02": "#c8c8fa", - "base03": "#969896", - "base04": "#e8e8e8", - "base05": "#333333", - "base06": "#ffffff", - "base07": "#ffffff", - "base08": "#ed6a43", - "base09": "#0086b3", - "base0A": "#795da3", - "base0B": "#183691", - "base0C": "#183691", - "base0D": "#795da3", - "base0E": "#a71d5d", - "base0F": "#333333" + "base00": "#eaeef2", + "base01": "#d0d7de", + "base02": "#afb8c1", + "base03": "#8c959f", + "base04": "#6e7781", + "base05": "#424a53", + "base06": "#32383f", + "base07": "#1f2328", + "base08": "#fa4549", + "base09": "#e16f24", + "base0A": "#bf8700", + "base0B": "#2da44e", + "base0C": "#339D9B", + "base0D": "#218bff", + "base0E": "#a475f9", + "base0F": "#4d2d00" } } \ No newline at end of file diff --git a/json/base16/gruvbox-dark.json b/json/base16/gruvbox-dark.json new file mode 100644 index 0000000..2ff0d90 --- /dev/null +++ b/json/base16/gruvbox-dark.json @@ -0,0 +1,24 @@ +{ + "system": "base16", + "name": "Gruvbox dark", + "author": "Tinted Theming (https://github.com/tinted-theming), morhetz (https://github.com/morhetz/gruvbox)", + "variant": "dark", + "palette": { + "base00": "#282828", + "base01": "#3c3836", + "base02": "#504945", + "base03": "#665c54", + "base04": "#928374", + "base05": "#ebdbb2", + "base06": "#fbf1c7", + "base07": "#f9f5d7", + "base08": "#cc241d", + "base09": "#d65d0e", + "base0A": "#d79921", + "base0B": "#98971a", + "base0C": "#689d6a", + "base0D": "#458588", + "base0E": "#b16286", + "base0F": "#9d0006" + } +} \ No newline at end of file diff --git a/json/base16/gruvbox-light.json b/json/base16/gruvbox-light.json new file mode 100644 index 0000000..dbd333d --- /dev/null +++ b/json/base16/gruvbox-light.json @@ -0,0 +1,24 @@ +{ + "system": "base16", + "name": "Gruvbox Light", + "author": "Tinted Theming (https://github.com/tinted-theming), morhetz (https://github.com/morhetz/gruvbox)", + "variant": "light", + "palette": { + "base00": "#fbf1c7", + "base01": "#ebdbb2", + "base02": "#d5c4a1", + "base03": "#bdae93", + "base04": "#7c6f64", + "base05": "#3c3836", + "base06": "#282828", + "base07": "#1d2021", + "base08": "#cc241d", + "base09": "#d65d0e", + "base0A": "#d79921", + "base0B": "#98971a", + "base0C": "#689d6a", + "base0D": "#458588", + "base0E": "#b16286", + "base0F": "#9d0006" + } +} \ No newline at end of file diff --git a/json/base16/kanagawa-dragon.json b/json/base16/kanagawa-dragon.json new file mode 100644 index 0000000..a56de66 --- /dev/null +++ b/json/base16/kanagawa-dragon.json @@ -0,0 +1,24 @@ +{ + "system": "base16", + "name": "Kanagawa Dragon", + "author": "Tommaso Laurenzi (https://github.com/rebelot)", + "variant": "dark", + "palette": { + "base00": "#0d0c0c", + "base01": "#1D1C19", + "base02": "#282727", + "base03": "#737c73", + "base04": "#a6a69c", + "base05": "#c5c9c5", + "base06": "#7a8382", + "base07": "#c5c9c5", + "base08": "#c4746e", + "base09": "#b98d7b", + "base0A": "#c4b28a", + "base0B": "#87a987", + "base0C": "#8ea4a2", + "base0D": "#8ba4b0", + "base0E": "#8992a7", + "base0F": "#a292a3" + } +} \ No newline at end of file diff --git a/json/base24/embarcadero.json b/json/base24/embarcadero.json new file mode 100644 index 0000000..a44908b --- /dev/null +++ b/json/base24/embarcadero.json @@ -0,0 +1,32 @@ +{ + "system": "base24", + "name": "Embarcadero", + "author": "Thomas Leon Highbaugh", + "variant": "dark", + "palette": { + "base00": "#252A2F", + "base01": "#43474C", + "base02": "#616568", + "base03": "#7F8285", + "base04": "#9EA0A2", + "base05": "#BCBDC0", + "base06": "#DADBDB", + "base07": "#F8F8F8", + "base08": "#ED5D86", + "base09": "#FFCB3D", + "base0A": "#EB824D", + "base0B": "#20C290", + "base0C": "#02EFEF", + "base0D": "#4080D0", + "base0E": "#A070D0", + "base0F": "#50509F", + "base10": "#373742", + "base11": "#717188", + "base12": "#F57D9A", + "base13": "#FFE089", + "base14": "#A0D0A0", + "base15": "#40C0C0", + "base16": "#80B0F0", + "base17": "#C090F0" + } +} \ No newline at end of file diff --git a/json/base24/github-dark.json b/json/base24/github-dark.json new file mode 100644 index 0000000..5a6f907 --- /dev/null +++ b/json/base24/github-dark.json @@ -0,0 +1,32 @@ +{ + "system": "base24", + "name": "Github Dark", + "author": "Tinted Theming (https://github.com/tinted-theming)", + "variant": "dark", + "palette": { + "base00": "#161b22", + "base01": "#30363d", + "base02": "#484f58", + "base03": "#6e7681", + "base04": "#8b949e", + "base05": "#c9d1d9", + "base06": "#f0f6fc", + "base07": "#ffffff", + "base08": "#f85149", + "base09": "#db6d28", + "base0A": "#bb8009", + "base0B": "#2ea043", + "base0C": "#2A9D9A", + "base0D": "#388bfd", + "base0E": "#a371f7", + "base0F": "#3D2F00", + "base10": "#1f2328", + "base11": "#000000", + "base12": "#ff7b72", + "base13": "#d29922", + "base14": "#3fb950", + "base15": "#33B3AE", + "base16": "#58a6ff", + "base17": "#bc8cff" + } +} \ No newline at end of file diff --git a/json/base24/github.json b/json/base24/github.json index f7ccbaa..8c72a04 100644 --- a/json/base24/github.json +++ b/json/base24/github.json @@ -1,32 +1,32 @@ { "system": "base24", - "name": "Github", - "author": "FredHappyface (https://github.com/fredHappyface)", + "name": "Github Light", + "author": "Tinted Theming (https://github.com/tinted-theming)", "variant": "light", "palette": { - "base00": "#f4f4f4", - "base01": "#3e3e3e", - "base02": "#666666", - "base03": "#8c8c8c", - "base04": "#b2b2b2", - "base05": "#d8d8d8", - "base06": "#ffffff", - "base07": "#ffffff", - "base08": "#970b16", - "base09": "#f8eec7", - "base0A": "#2e6cba", - "base0B": "#07962a", - "base0C": "#89d1ec", - "base0D": "#003e8a", - "base0E": "#e94691", - "base0F": "#4b050b", - "base10": "#444444", - "base11": "#222222", - "base12": "#de0000", - "base13": "#f1d007", - "base14": "#87d5a2", - "base15": "#1cfafe", - "base16": "#2e6cba", - "base17": "#ffa29f" + "base00": "#eaeef2", + "base01": "#d0d7de", + "base02": "#afb8c1", + "base03": "#8c959f", + "base04": "#6e7781", + "base05": "#424a53", + "base06": "#32383f", + "base07": "#1f2328", + "base08": "#fa4549", + "base09": "#e16f24", + "base0A": "#bf8700", + "base0B": "#2da44e", + "base0C": "#339D9B", + "base0D": "#218bff", + "base0E": "#a475f9", + "base0F": "#4d2d00", + "base10": "#1f2328", + "base11": "#000000", + "base12": "#ff8182", + "base13": "#d4a72c", + "base14": "#4ac26b", + "base15": "#49BCB7", + "base16": "#54aeff", + "base17": "#c297ff" } } \ No newline at end of file diff --git a/json/base24/gruvbox-dark.json b/json/base24/gruvbox-dark.json index 1e6a844..feb0bb2 100644 --- a/json/base24/gruvbox-dark.json +++ b/json/base24/gruvbox-dark.json @@ -1,32 +1,32 @@ { "system": "base24", "name": "Gruvbox Dark", - "author": "FredHappyface (https://github.com/fredHappyface)", + "author": "Tinted Theming (https://github.com/tinted-theming), morhetz (https://github.com/morhetz/gruvbox)", "variant": "dark", "palette": { - "base00": "#1d1d1d", - "base01": "#1d1d1d", - "base02": "#7f7060", - "base03": "#857564", - "base04": "#8b7b68", - "base05": "#91816c", - "base06": "#978771", - "base07": "#e5d3a2", - "base08": "#be0e17", - "base09": "#cc871a", - "base0A": "#709585", - "base0B": "#868715", - "base0C": "#568d57", - "base0D": "#377274", - "base0E": "#9f4b73", - "base0F": "#5f070b", - "base10": "#544a40", - "base11": "#2a2520", - "base12": "#f63028", - "base13": "#f7b024", - "base14": "#a9b01d", - "base15": "#7db568", - "base16": "#709585", - "base17": "#c76f89" + "base00": "#282828", + "base01": "#3c3836", + "base02": "#504945", + "base03": "#665c54", + "base04": "#928374", + "base05": "#ebdbb2", + "base06": "#fbf1c7", + "base07": "#f9f5d7", + "base08": "#cc241d", + "base09": "#d65d0e", + "base0A": "#d79921", + "base0B": "#98971a", + "base0C": "#689d6a", + "base0D": "#458588", + "base0E": "#b16286", + "base0F": "#9d0006", + "base10": "#2a2520", + "base11": "#1d1d1d", + "base12": "#fb4934", + "base13": "#fabd2f", + "base14": "#b8bb26", + "base15": "#8ec07c", + "base16": "#83a598", + "base17": "#d3869b" } } \ No newline at end of file diff --git a/json/base24/gruvbox-light.json b/json/base24/gruvbox-light.json new file mode 100644 index 0000000..f3c97ac --- /dev/null +++ b/json/base24/gruvbox-light.json @@ -0,0 +1,32 @@ +{ + "system": "base24", + "name": "Gruvbox Light", + "author": "Tinted Theming (https://github.com/tinted-theming), morhetz (https://github.com/morhetz/gruvbox)", + "variant": "light", + "palette": { + "base00": "#fbf1c7", + "base01": "#ebdbb2", + "base02": "#d5c4a1", + "base03": "#bdae93", + "base04": "#7c6f64", + "base05": "#3c3836", + "base06": "#282828", + "base07": "#1d2021", + "base08": "#cc241d", + "base09": "#d65d0e", + "base0A": "#d79921", + "base0B": "#98971a", + "base0C": "#689d6a", + "base0D": "#458588", + "base0E": "#b16286", + "base0F": "#9d0006", + "base10": "#f9f6d7", + "base11": "#fbf9e4", + "base12": "#9d0006", + "base13": "#b57614", + "base14": "#79740e", + "base15": "#427b58", + "base16": "#076678", + "base17": "#8f3f71" + } +} \ No newline at end of file diff --git a/json/base24/mission-brogue.json b/json/base24/mission-brogue.json new file mode 100644 index 0000000..d719fe1 --- /dev/null +++ b/json/base24/mission-brogue.json @@ -0,0 +1,32 @@ +{ + "system": "base24", + "name": "Mission Brogue", + "author": "Thomas Leon Highbaugh", + "variant": "dark", + "palette": { + "base00": "#283139", + "base01": "#3B4954", + "base02": "#4D606F", + "base03": "#60778A", + "base04": "#788EA1", + "base05": "#93A5B4", + "base06": "#ABB9C4", + "base07": "#E7EBEE", + "base08": "#EFA9A9", + "base09": "#F2DB78", + "base0A": "#E0B88A", + "base0B": "#8CD4B0", + "base0C": "#93DFEC", + "base0D": "#A2C5FD", + "base0E": "#CCB7DB", + "base0F": "#8E9ECB", + "base10": "#3E3E3B", + "base11": "#79797A", + "base12": "#F6BFBF", + "base13": "#FFF0B2", + "base14": "#b5E090", + "base15": "#B2F0FD", + "base16": "#C3D9FD", + "base17": "#E3C3E6" + } +} \ No newline at end of file