mirror of
https://github.com/NotAShelf/Basix.git
synced 2025-10-01 14:33:34 +00:00
CI: update JSON schemes
This commit is contained in:
parent
32d6beec28
commit
3695f133ba
6 changed files with 156 additions and 0 deletions
25
json/base16/chinoiserie-midnight.json
Normal file
25
json/base16/chinoiserie-midnight.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Chinoiserie Midnight",
|
||||
"author": "Di Wang (https://cs.cmu.edu/~diw3)",
|
||||
"description": "A variant of Tomorrow scheme from https://github.com/stonebuddha/base16-chinoiserie-scheme",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#1d1d1d",
|
||||
"base01": "#282828",
|
||||
"base02": "#373737",
|
||||
"base03": "#918072",
|
||||
"base04": "#bdaead",
|
||||
"base05": "#c4cbcf",
|
||||
"base06": "#eee7f2",
|
||||
"base07": "#fffef9",
|
||||
"base08": "#ed5a56",
|
||||
"base09": "#fc8c23",
|
||||
"base0A": "#fbb957",
|
||||
"base0B": "#aeb831",
|
||||
"base0C": "#88b68d",
|
||||
"base0D": "#81a2a2",
|
||||
"base0E": "#cf8997",
|
||||
"base0F": "#cd6227"
|
||||
}
|
||||
}
|
25
json/base16/chinoiserie-morandi.json
Normal file
25
json/base16/chinoiserie-morandi.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Chinoiserie Morandi",
|
||||
"author": "Di Wang (https://cs.cmu.edu/~diw3)",
|
||||
"description": "A variant of Tomorrow scheme from https://github.com/stonebuddha/base16-chinoiserie-scheme",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#1d1d1d",
|
||||
"base01": "#282828",
|
||||
"base02": "#373737",
|
||||
"base03": "#918072",
|
||||
"base04": "#bdaead",
|
||||
"base05": "#c4cbcf",
|
||||
"base06": "#eee7f2",
|
||||
"base07": "#fffef9",
|
||||
"base08": "#c06061",
|
||||
"base09": "#ff937f",
|
||||
"base0A": "#e5bc84",
|
||||
"base0B": "#8ca07b",
|
||||
"base0C": "#5e8c9b",
|
||||
"base0D": "#839ec9",
|
||||
"base0E": "#98a1d8",
|
||||
"base0F": "#d9cdb4"
|
||||
}
|
||||
}
|
25
json/base16/chinoiserie-night.json
Normal file
25
json/base16/chinoiserie-night.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Chinoiserie Night",
|
||||
"author": "Di Wang (https://cs.cmu.edu/~diw3)",
|
||||
"description": "A variant of Tomorrow scheme from https://github.com/stonebuddha/base16-chinoiserie-scheme",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#1d1d1d",
|
||||
"base01": "#282828",
|
||||
"base02": "#373737",
|
||||
"base03": "#918072",
|
||||
"base04": "#bdaead",
|
||||
"base05": "#c4cbcf",
|
||||
"base06": "#eee7f2",
|
||||
"base07": "#fffef9",
|
||||
"base08": "#f07c82",
|
||||
"base09": "#f4a83a",
|
||||
"base0A": "#f4ce69",
|
||||
"base0B": "#b2cf87",
|
||||
"base0C": "#b0d5df",
|
||||
"base0D": "#8fb2c9",
|
||||
"base0E": "#be9db9",
|
||||
"base0F": "#b89485"
|
||||
}
|
||||
}
|
25
json/base16/chinoiserie.json
Normal file
25
json/base16/chinoiserie.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Chinoiserie",
|
||||
"author": "Di Wang (https://cs.cmu.edu/~diw3)",
|
||||
"description": "A variant of Tomorrow scheme from https://github.com/stonebuddha/base16-chinoiserie-scheme",
|
||||
"variant": "light",
|
||||
"palette": {
|
||||
"base00": "#ffffff",
|
||||
"base01": "#e0e0e0",
|
||||
"base02": "#d6d6d6",
|
||||
"base03": "#80766e",
|
||||
"base04": "#918072",
|
||||
"base05": "#4a4035",
|
||||
"base06": "#2f2f35",
|
||||
"base07": "#131124",
|
||||
"base08": "#c04851",
|
||||
"base09": "#fb8b05",
|
||||
"base0A": "#d6a01d",
|
||||
"base0B": "#428675",
|
||||
"base0C": "#2b73af",
|
||||
"base0D": "#815c94",
|
||||
"base0E": "#c08eaf",
|
||||
"base0F": "#945833"
|
||||
}
|
||||
}
|
24
json/base16/hardhacker.json
Normal file
24
json/base16/hardhacker.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Hardhacker",
|
||||
"author": "fe2-Nyxar, based on the https://github.com/hardhackerlabs",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#211e2a",
|
||||
"base01": "#2c2737",
|
||||
"base02": "#3f3951",
|
||||
"base03": "#6e6780",
|
||||
"base04": "#8a829e",
|
||||
"base05": "#e4dee9",
|
||||
"base06": "#f2e8f0",
|
||||
"base07": "#ffffff",
|
||||
"base08": "#e965a5",
|
||||
"base09": "#f4b870",
|
||||
"base0A": "#ebde76",
|
||||
"base0B": "#b1f2a7",
|
||||
"base0C": "#b3f4f3",
|
||||
"base0D": "#95a6f4",
|
||||
"base0E": "#ff79c6",
|
||||
"base0F": "#bd93f9"
|
||||
}
|
||||
}
|
32
json/base24/tomorrow-night.json
Normal file
32
json/base24/tomorrow-night.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"system": "base24",
|
||||
"name": "Tomorrow Night",
|
||||
"author": "Cody Buell (https://github.com/codybuell)",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#1d1f21",
|
||||
"base01": "#282a2e",
|
||||
"base02": "#373b41",
|
||||
"base03": "#969896",
|
||||
"base04": "#b4b7b4",
|
||||
"base05": "#c5c8c6",
|
||||
"base06": "#e0e0e0",
|
||||
"base07": "#ffffff",
|
||||
"base08": "#cc6666",
|
||||
"base09": "#de935f",
|
||||
"base0A": "#f0c674",
|
||||
"base0B": "#b5bd68",
|
||||
"base0C": "#8abeb7",
|
||||
"base0D": "#81a2be",
|
||||
"base0E": "#b294bb",
|
||||
"base0F": "#a3685a",
|
||||
"base10": "#080909",
|
||||
"base11": "#2d3135",
|
||||
"base12": "#e74c3c",
|
||||
"base13": "#f7dc6f",
|
||||
"base14": "#b8d4b3",
|
||||
"base15": "#95d3ce",
|
||||
"base16": "#85c1e9",
|
||||
"base17": "#d7a3ca"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue