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

@ -0,0 +1,24 @@
{
"system": "base16",
"name": "Pico",
"author": "PICO-8 (http://www.lexaloffle.com/pico-8.php)",
"variant": "dark",
"palette": {
"base00": "000000",
"base01": "1d2b53",
"base02": "7e2553",
"base03": "008751",
"base04": "ab5236",
"base05": "5f574f",
"base06": "c2c3c7",
"base07": "fff1e8",
"base08": "ff004d",
"base09": "ffa300",
"base0A": "fff024",
"base0B": "00e756",
"base0C": "29adff",
"base0D": "83769c",
"base0E": "ff77a8",
"base0F": "ffccaa"
}
}