CI: update JSON schemes

This commit is contained in:
github-actions[bot] 2024-05-11 01:13:40 +00:00
commit e4dc9f586e
273 changed files with 6664 additions and 0 deletions

24
json/base16/stella.json Normal file
View file

@ -0,0 +1,24 @@
{
"system": "base16",
"name": "Stella",
"author": "Shrimpram",
"variant": "dark",
"palette": {
"base00": "2B213C",
"base01": "362B48",
"base02": "4D4160",
"base03": "655978",
"base04": "7F7192",
"base05": "998BAD",
"base06": "B4A5C8",
"base07": "EBDCFF",
"base08": "C79987",
"base09": "8865C6",
"base0A": "C7C691",
"base0B": "ACC79B",
"base0C": "9BC7BF",
"base0D": "A5AAD4",
"base0E": "C594FF",
"base0F": "C7AB87"
}
}