mirror of
https://github.com/NotAShelf/Basix.git
synced 2024-11-01 08:41:14 +00:00
CI: update JSON schemes
This commit is contained in:
parent
95e8054ccc
commit
42d7ba26ef
5 changed files with 120 additions and 0 deletions
24
json/base16/moonlight.json
Normal file
24
json/base16/moonlight.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Moonlight",
|
||||
"author": "Jeremy Swinarton (https://github.com/jswinarton)",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "212337",
|
||||
"base01": "403c64",
|
||||
"base02": "596399",
|
||||
"base03": "748cd6",
|
||||
"base04": "a1abe0",
|
||||
"base05": "a3ace1",
|
||||
"base06": "b4a4f4",
|
||||
"base07": "ef43fa",
|
||||
"base08": "ff5370",
|
||||
"base09": "f67f81",
|
||||
"base0A": "ffc777",
|
||||
"base0B": "2df4c0",
|
||||
"base0D": "40ffff",
|
||||
"base0C": "04d1f9",
|
||||
"base0E": "b994f1",
|
||||
"base0F": "ecb2f0"
|
||||
}
|
||||
}
|
24
json/base16/precious-dark-eleven.json
Normal file
24
json/base16/precious-dark-eleven.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Precious Dark Eleven",
|
||||
"author": "4lex4 <4lex49@zoho.com>",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "1c1e20",
|
||||
"base01": "292b2d",
|
||||
"base02": "37393a",
|
||||
"base03": "858585",
|
||||
"base04": "a8a8a7",
|
||||
"base05": "b8b7b6",
|
||||
"base06": "b8b7b6",
|
||||
"base07": "b8b7b6",
|
||||
"base08": "ff8782",
|
||||
"base09": "ea9755",
|
||||
"base0A": "d0a543",
|
||||
"base0B": "95b658",
|
||||
"base0C": "42bda7",
|
||||
"base0D": "68b0ee",
|
||||
"base0E": "b799fe",
|
||||
"base0F": "f382d8"
|
||||
}
|
||||
}
|
24
json/base16/precious-dark-fifteen.json
Normal file
24
json/base16/precious-dark-fifteen.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Precious Dark Fifteen",
|
||||
"author": "4lex4 <4lex49@zoho.com>",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "23262b",
|
||||
"base01": "303337",
|
||||
"base02": "3e4044",
|
||||
"base03": "898989",
|
||||
"base04": "abaaa8",
|
||||
"base05": "bab9b6",
|
||||
"base06": "bab9b6",
|
||||
"base07": "bab9b6",
|
||||
"base08": "ff8782",
|
||||
"base09": "e99857",
|
||||
"base0A": "cfa546",
|
||||
"base0B": "95b659",
|
||||
"base0C": "42bda7",
|
||||
"base0D": "66b0ef",
|
||||
"base0E": "b799ff",
|
||||
"base0F": "f382d8"
|
||||
}
|
||||
}
|
24
json/base16/precious-light-warm.json
Normal file
24
json/base16/precious-light-warm.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Precious Light Warm",
|
||||
"author": "4lex4 <4lex49@zoho.com>",
|
||||
"variant": "light",
|
||||
"palette": {
|
||||
"base00": "fff5e5",
|
||||
"base01": "ece4d6",
|
||||
"base02": "d9d3c8",
|
||||
"base03": "7f8080",
|
||||
"base04": "5d6065",
|
||||
"base05": "4e5359",
|
||||
"base06": "4e5359",
|
||||
"base07": "4e5359",
|
||||
"base08": "b14745",
|
||||
"base09": "a25600",
|
||||
"base0A": "876500",
|
||||
"base0B": "557300",
|
||||
"base0C": "0e7767",
|
||||
"base0D": "246da5",
|
||||
"base0E": "7a50c6",
|
||||
"base0F": "a83f92"
|
||||
}
|
||||
}
|
24
json/base16/precious-light-white.json
Normal file
24
json/base16/precious-light-white.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Precious Light White",
|
||||
"author": "4lex4 <4lex49@zoho.com>",
|
||||
"variant": "light",
|
||||
"palette": {
|
||||
"base00": "ffffff",
|
||||
"base01": "ededed",
|
||||
"base02": "dbdbdb",
|
||||
"base03": "848484",
|
||||
"base04": "636363",
|
||||
"base05": "555555",
|
||||
"base06": "555555",
|
||||
"base07": "555555",
|
||||
"base08": "af4947",
|
||||
"base09": "a0570d",
|
||||
"base0A": "876500",
|
||||
"base0B": "557301",
|
||||
"base0C": "087767",
|
||||
"base0D": "186daa",
|
||||
"base0E": "7b4ecb",
|
||||
"base0F": "a93e93"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue