mirror of
https://github.com/NotAShelf/Basix.git
synced 2026-04-26 11:29:57 +00:00
CI: update JSON schemes
This commit is contained in:
parent
b38cc3e01d
commit
69885a8c6a
5 changed files with 94 additions and 20 deletions
|
|
@ -1,24 +1,25 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Dracula",
|
||||
"author": "Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula)",
|
||||
"author": "clach04 (https://github.com/clach04)",
|
||||
"description": "based on https://github.com/dracula/draculatheme.com/blob/main/content/spec.mdx",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#282a36",
|
||||
"base01": "#363447",
|
||||
"base02": "#44475a",
|
||||
"base01": "#21222c",
|
||||
"base02": "#44475A",
|
||||
"base03": "#6272a4",
|
||||
"base04": "#9ea8c7",
|
||||
"base05": "#f8f8f2",
|
||||
"base06": "#f0f1f4",
|
||||
"base06": "#f8f8f2",
|
||||
"base07": "#ffffff",
|
||||
"base08": "#ff5555",
|
||||
"base09": "#ffb86c",
|
||||
"base09": "#FFB86C",
|
||||
"base0A": "#f1fa8c",
|
||||
"base0B": "#50fa7b",
|
||||
"base0C": "#8be9fd",
|
||||
"base0D": "#80bfff",
|
||||
"base0D": "#bd93f9",
|
||||
"base0E": "#ff79c6",
|
||||
"base0F": "#bd93f9"
|
||||
"base0F": "#993333"
|
||||
}
|
||||
}
|
||||
24
json/base16/everforest-light-hard.json
Normal file
24
json/base16/everforest-light-hard.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Everforest Light (Hard)",
|
||||
"author": "M\u00e1rcio Sobel (https://github.com/marciosobel)",
|
||||
"variant": "light",
|
||||
"palette": {
|
||||
"base00": "#fffbef",
|
||||
"base01": "#f8f5e4",
|
||||
"base02": "#edeada",
|
||||
"base03": "#939f91",
|
||||
"base04": "#829181",
|
||||
"base05": "#5c6a72",
|
||||
"base06": "#414b50",
|
||||
"base07": "#272e33",
|
||||
"base08": "#f85552",
|
||||
"base09": "#f57d26",
|
||||
"base0A": "#dfa000",
|
||||
"base0B": "#8da101",
|
||||
"base0C": "#35a77c",
|
||||
"base0D": "#3a94c5",
|
||||
"base0E": "#df69ba",
|
||||
"base0F": "#829181"
|
||||
}
|
||||
}
|
||||
24
json/base16/everforest-light-medium.json
Normal file
24
json/base16/everforest-light-medium.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Everforest Light (Medium)",
|
||||
"author": "M\u00e1rcio Sobel (https://github.com/marciosobel)",
|
||||
"variant": "light",
|
||||
"palette": {
|
||||
"base00": "#fdf6e3",
|
||||
"base01": "#f4f0d9",
|
||||
"base02": "#e6e2cc",
|
||||
"base03": "#939f91",
|
||||
"base04": "#829181",
|
||||
"base05": "#5c6a72",
|
||||
"base06": "#475258",
|
||||
"base07": "#2d353b",
|
||||
"base08": "#f85552",
|
||||
"base09": "#f57d26",
|
||||
"base0A": "#dfa000",
|
||||
"base0B": "#8da101",
|
||||
"base0C": "#35a77c",
|
||||
"base0D": "#3a94c5",
|
||||
"base0E": "#df69ba",
|
||||
"base0F": "#829181"
|
||||
}
|
||||
}
|
||||
24
json/base16/everforest-light-soft.json
Normal file
24
json/base16/everforest-light-soft.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Everforest Light (Soft)",
|
||||
"author": "M\u00e1rcio Sobel (https://github.com/marciosobel)",
|
||||
"variant": "light",
|
||||
"palette": {
|
||||
"base00": "#f3ead3",
|
||||
"base01": "#eae4ca",
|
||||
"base02": "#ddd8be",
|
||||
"base03": "#939f91",
|
||||
"base04": "#829181",
|
||||
"base05": "#5c6a72",
|
||||
"base06": "#4d5960",
|
||||
"base07": "#333c43",
|
||||
"base08": "#f85552",
|
||||
"base09": "#f57d26",
|
||||
"base0A": "#dfa000",
|
||||
"base0B": "#8da101",
|
||||
"base0C": "#35a77c",
|
||||
"base0D": "#3a94c5",
|
||||
"base0E": "#df69ba",
|
||||
"base0F": "#829181"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,32 +1,33 @@
|
|||
{
|
||||
"system": "base24",
|
||||
"name": "Dracula",
|
||||
"author": "FredHappyface (https://github.com/fredHappyface)",
|
||||
"author": "clach04 (https://github.com/clach04)",
|
||||
"description": "based on https://github.com/dracula/draculatheme.com/blob/main/content/spec.mdx",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#282a36",
|
||||
"base01": "#363447",
|
||||
"base02": "#44475a",
|
||||
"base01": "#21222c",
|
||||
"base02": "#44475A",
|
||||
"base03": "#6272a4",
|
||||
"base04": "#9ea8c7",
|
||||
"base05": "#f8f8f2",
|
||||
"base06": "#f0f1f4",
|
||||
"base06": "#f8f8f2",
|
||||
"base07": "#ffffff",
|
||||
"base08": "#ff5555",
|
||||
"base09": "#ffb86c",
|
||||
"base09": "#FFB86C",
|
||||
"base0A": "#f1fa8c",
|
||||
"base0B": "#50fa7b",
|
||||
"base0C": "#8be9fd",
|
||||
"base0D": "#80bfff",
|
||||
"base0D": "#bd93f9",
|
||||
"base0E": "#ff79c6",
|
||||
"base0F": "#bd93f9",
|
||||
"base0F": "#993333",
|
||||
"base10": "#1e2029",
|
||||
"base11": "#16171d",
|
||||
"base12": "#f28c8c",
|
||||
"base13": "#eef5a3",
|
||||
"base14": "#a3f5b8",
|
||||
"base15": "#baedf7",
|
||||
"base16": "#a3ccf5",
|
||||
"base17": "#f5a3d2"
|
||||
"base12": "#ff6e6e",
|
||||
"base13": "#ffffa5",
|
||||
"base14": "#69ff94",
|
||||
"base15": "#a4ffff",
|
||||
"base16": "#d6acff",
|
||||
"base17": "#ff92df"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue