CI: update JSON schemes

This commit is contained in:
github-actions[bot] 2025-04-19 03:33:02 +00:00
commit dac4784ddd
12 changed files with 318 additions and 68 deletions

View file

@ -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"
}
}