mirror of
https://github.com/NotAShelf/Basix.git
synced 2025-11-27 16:02:55 +00:00
CI: update JSON schemes
This commit is contained in:
parent
843f0de38d
commit
dac4784ddd
12 changed files with 318 additions and 68 deletions
|
|
@ -1,32 +1,32 @@
|
|||
{
|
||||
"system": "base24",
|
||||
"name": "Gruvbox Dark",
|
||||
"author": "FredHappyface (https://github.com/fredHappyface)",
|
||||
"author": "Tinted Theming (https://github.com/tinted-theming), morhetz (https://github.com/morhetz/gruvbox)",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#1d1d1d",
|
||||
"base01": "#1d1d1d",
|
||||
"base02": "#7f7060",
|
||||
"base03": "#857564",
|
||||
"base04": "#8b7b68",
|
||||
"base05": "#91816c",
|
||||
"base06": "#978771",
|
||||
"base07": "#e5d3a2",
|
||||
"base08": "#be0e17",
|
||||
"base09": "#cc871a",
|
||||
"base0A": "#709585",
|
||||
"base0B": "#868715",
|
||||
"base0C": "#568d57",
|
||||
"base0D": "#377274",
|
||||
"base0E": "#9f4b73",
|
||||
"base0F": "#5f070b",
|
||||
"base10": "#544a40",
|
||||
"base11": "#2a2520",
|
||||
"base12": "#f63028",
|
||||
"base13": "#f7b024",
|
||||
"base14": "#a9b01d",
|
||||
"base15": "#7db568",
|
||||
"base16": "#709585",
|
||||
"base17": "#c76f89"
|
||||
"base00": "#282828",
|
||||
"base01": "#3c3836",
|
||||
"base02": "#504945",
|
||||
"base03": "#665c54",
|
||||
"base04": "#928374",
|
||||
"base05": "#ebdbb2",
|
||||
"base06": "#fbf1c7",
|
||||
"base07": "#f9f5d7",
|
||||
"base08": "#cc241d",
|
||||
"base09": "#d65d0e",
|
||||
"base0A": "#d79921",
|
||||
"base0B": "#98971a",
|
||||
"base0C": "#689d6a",
|
||||
"base0D": "#458588",
|
||||
"base0E": "#b16286",
|
||||
"base0F": "#9d0006",
|
||||
"base10": "#2a2520",
|
||||
"base11": "#1d1d1d",
|
||||
"base12": "#fb4934",
|
||||
"base13": "#fabd2f",
|
||||
"base14": "#b8bb26",
|
||||
"base15": "#8ec07c",
|
||||
"base16": "#83a598",
|
||||
"base17": "#d3869b"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue