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