mirror of
https://github.com/NotAShelf/Basix.git
synced 2025-10-02 15:03:46 +00:00
CI: update JSON schemes
This commit is contained in:
parent
843f0de38d
commit
dac4784ddd
12 changed files with 318 additions and 68 deletions
26
json/base16/digital-rain.json
Normal file
26
json/base16/digital-rain.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Digital Rain",
|
||||
"slug": "digital-rain",
|
||||
"author": "Nathan Byrd (https://github.com/cognitivegears)",
|
||||
"description": "A base16 theme inspired by The Matrix, 90s aesthetics and retro terminals.",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#000000",
|
||||
"base01": "#4A806C",
|
||||
"base02": "#4A8D7E",
|
||||
"base03": "#7C8D7C",
|
||||
"base04": "#919893",
|
||||
"base05": "#00FF00",
|
||||
"base06": "#C4CEC4",
|
||||
"base07": "#D8E2DC",
|
||||
"base08": "#C85A46",
|
||||
"base09": "#C86428",
|
||||
"base0A": "#A67A50",
|
||||
"base0B": "#64C83C",
|
||||
"base0C": "#468C78",
|
||||
"base0D": "#5482AF",
|
||||
"base0E": "#9472B4",
|
||||
"base0F": "#B37C5E"
|
||||
}
|
||||
}
|
24
json/base16/github-dark.json
Normal file
24
json/base16/github-dark.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Github Dark",
|
||||
"author": "Tinted Theming (https://github.com/tinted-theming)",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#161b22",
|
||||
"base01": "#30363d",
|
||||
"base02": "#484f58",
|
||||
"base03": "#6e7681",
|
||||
"base04": "#8b949e",
|
||||
"base05": "#c9d1d9",
|
||||
"base06": "#f0f6fc",
|
||||
"base07": "#ffffff",
|
||||
"base08": "#f85149",
|
||||
"base09": "#db6d28",
|
||||
"base0A": "#bb8009",
|
||||
"base0B": "#2ea043",
|
||||
"base0C": "#2A9D9A",
|
||||
"base0D": "#388bfd",
|
||||
"base0E": "#a371f7",
|
||||
"base0F": "#3D2F00"
|
||||
}
|
||||
}
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Github",
|
||||
"author": "Defman21",
|
||||
"author": "Tinted Theming (https://github.com/tinted-theming)",
|
||||
"variant": "light",
|
||||
"palette": {
|
||||
"base00": "#ffffff",
|
||||
"base01": "#f5f5f5",
|
||||
"base02": "#c8c8fa",
|
||||
"base03": "#969896",
|
||||
"base04": "#e8e8e8",
|
||||
"base05": "#333333",
|
||||
"base06": "#ffffff",
|
||||
"base07": "#ffffff",
|
||||
"base08": "#ed6a43",
|
||||
"base09": "#0086b3",
|
||||
"base0A": "#795da3",
|
||||
"base0B": "#183691",
|
||||
"base0C": "#183691",
|
||||
"base0D": "#795da3",
|
||||
"base0E": "#a71d5d",
|
||||
"base0F": "#333333"
|
||||
"base00": "#eaeef2",
|
||||
"base01": "#d0d7de",
|
||||
"base02": "#afb8c1",
|
||||
"base03": "#8c959f",
|
||||
"base04": "#6e7781",
|
||||
"base05": "#424a53",
|
||||
"base06": "#32383f",
|
||||
"base07": "#1f2328",
|
||||
"base08": "#fa4549",
|
||||
"base09": "#e16f24",
|
||||
"base0A": "#bf8700",
|
||||
"base0B": "#2da44e",
|
||||
"base0C": "#339D9B",
|
||||
"base0D": "#218bff",
|
||||
"base0E": "#a475f9",
|
||||
"base0F": "#4d2d00"
|
||||
}
|
||||
}
|
24
json/base16/gruvbox-dark.json
Normal file
24
json/base16/gruvbox-dark.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Gruvbox dark",
|
||||
"author": "Tinted Theming (https://github.com/tinted-theming), morhetz (https://github.com/morhetz/gruvbox)",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"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"
|
||||
}
|
||||
}
|
24
json/base16/gruvbox-light.json
Normal file
24
json/base16/gruvbox-light.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Gruvbox Light",
|
||||
"author": "Tinted Theming (https://github.com/tinted-theming), morhetz (https://github.com/morhetz/gruvbox)",
|
||||
"variant": "light",
|
||||
"palette": {
|
||||
"base00": "#fbf1c7",
|
||||
"base01": "#ebdbb2",
|
||||
"base02": "#d5c4a1",
|
||||
"base03": "#bdae93",
|
||||
"base04": "#7c6f64",
|
||||
"base05": "#3c3836",
|
||||
"base06": "#282828",
|
||||
"base07": "#1d2021",
|
||||
"base08": "#cc241d",
|
||||
"base09": "#d65d0e",
|
||||
"base0A": "#d79921",
|
||||
"base0B": "#98971a",
|
||||
"base0C": "#689d6a",
|
||||
"base0D": "#458588",
|
||||
"base0E": "#b16286",
|
||||
"base0F": "#9d0006"
|
||||
}
|
||||
}
|
24
json/base16/kanagawa-dragon.json
Normal file
24
json/base16/kanagawa-dragon.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Kanagawa Dragon",
|
||||
"author": "Tommaso Laurenzi (https://github.com/rebelot)",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#0d0c0c",
|
||||
"base01": "#1D1C19",
|
||||
"base02": "#282727",
|
||||
"base03": "#737c73",
|
||||
"base04": "#a6a69c",
|
||||
"base05": "#c5c9c5",
|
||||
"base06": "#7a8382",
|
||||
"base07": "#c5c9c5",
|
||||
"base08": "#c4746e",
|
||||
"base09": "#b98d7b",
|
||||
"base0A": "#c4b28a",
|
||||
"base0B": "#87a987",
|
||||
"base0C": "#8ea4a2",
|
||||
"base0D": "#8ba4b0",
|
||||
"base0E": "#8992a7",
|
||||
"base0F": "#a292a3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue