mirror of
https://github.com/NotAShelf/Basix.git
synced 2025-12-18 01:41:37 +00:00
CI: update JSON schemes
This commit is contained in:
parent
4f1601cd56
commit
77ebb7fc28
10 changed files with 308 additions and 0 deletions
25
json/base16/flexoki-dark.json
Normal file
25
json/base16/flexoki-dark.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Flexoki Dark",
|
||||
"author": "Steph Ango (https://github.com/kepano/flexoki)",
|
||||
"description": "Inky color scheme for prose and code",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#100F0F",
|
||||
"base01": "#1C1B1A",
|
||||
"base02": "#282726",
|
||||
"base03": "#575653",
|
||||
"base04": "#878580",
|
||||
"base05": "#CECDC3",
|
||||
"base06": "#E6E4D9",
|
||||
"base07": "#FFFCF0",
|
||||
"base08": "#D14D41",
|
||||
"base09": "#DA702C",
|
||||
"base0A": "#D0A215",
|
||||
"base0B": "#879A39",
|
||||
"base0C": "#3AA99F",
|
||||
"base0D": "#4385BE",
|
||||
"base0E": "#8B7EC8",
|
||||
"base0F": "#CE5D97"
|
||||
}
|
||||
}
|
||||
25
json/base16/flexoki-light.json
Normal file
25
json/base16/flexoki-light.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Flexoki Light",
|
||||
"author": "Steph Ango (https://github.com/kepano/flexoki)",
|
||||
"description": "Inky color scheme for prose and code",
|
||||
"variant": "light",
|
||||
"palette": {
|
||||
"base00": "#FFFCF0",
|
||||
"base01": "#F2F0E5",
|
||||
"base02": "#E6E4D9",
|
||||
"base03": "#CECDC3",
|
||||
"base04": "#9F9D96",
|
||||
"base05": "#403E3C",
|
||||
"base06": "#282726",
|
||||
"base07": "#100F0F",
|
||||
"base08": "#AF3029",
|
||||
"base09": "#BC5215",
|
||||
"base0A": "#AD8301",
|
||||
"base0B": "#66800B",
|
||||
"base0C": "#24837B",
|
||||
"base0D": "#205EA6",
|
||||
"base0E": "#5E409D",
|
||||
"base0F": "#A02F6F"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue