mirror of
https://github.com/NotAShelf/Basix.git
synced 2025-11-27 07:52:54 +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.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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue