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/nebula.json Normal file
View file

@ -0,0 +1,24 @@
{
"system": "base16",
"name": "Nebula",
"author": "Gabriel Fontes (https://github.com/Misterio77)",
"variant": "dark",
"palette": {
"base00": "22273b",
"base01": "414f60",
"base02": "5a8380",
"base03": "6e6f72",
"base04": "87888b",
"base05": "a4a6a9",
"base06": "c7c9cd",
"base07": "8dbdaa",
"base08": "777abc",
"base09": "94929e",
"base0A": "4f9062",
"base0B": "6562a8",
"base0C": "226f68",
"base0D": "4d6bb6",
"base0E": "716cae",
"base0F": "8c70a7"
}
}