CI: update JSON schemes

This commit is contained in:
github-actions[bot] 2025-03-01 03:33:07 +00:00
commit 815346616e
150 changed files with 4800 additions and 0 deletions

32
json/base24/batman.json Normal file
View file

@ -0,0 +1,32 @@
{
"system": "base24",
"name": "Batman",
"author": "FredHappyface (https://github.com/fredHappyface)",
"variant": "dark",
"palette": {
"base00": "#1b1d1e",
"base01": "#1b1d1e",
"base02": "#505354",
"base03": "#6d6f6e",
"base04": "#8a8c89",
"base05": "#a7a8a3",
"base06": "#c5c5be",
"base07": "#dadad5",
"base08": "#e6db43",
"base09": "#f3fd21",
"base0A": "#909495",
"base0B": "#c8be46",
"base0C": "#615f5e",
"base0D": "#737074",
"base0E": "#737271",
"base0F": "#736d21",
"base10": "#353738",
"base11": "#1a1b1c",
"base12": "#fff68d",
"base13": "#feed6c",
"base14": "#fff27c",
"base15": "#a2a2a5",
"base16": "#909495",
"base17": "#9a999d"
}
}