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
00e7362d34
commit
32d6beec28
8 changed files with 166 additions and 78 deletions
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Ayu Dark",
|
||||
"author": "Khue Nguyen <Z5483Y@gmail.com>",
|
||||
"author": "Tinted Theming (https://github.com/tinted-theming), Ayu Theme (https://github.com/ayu-theme)",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#0F1419",
|
||||
"base00": "#0b0e14",
|
||||
"base01": "#131721",
|
||||
"base02": "#272D38",
|
||||
"base03": "#3E4B59",
|
||||
"base04": "#BFBDB6",
|
||||
"base05": "#E6E1CF",
|
||||
"base06": "#E6E1CF",
|
||||
"base07": "#F3F4F5",
|
||||
"base08": "#F07178",
|
||||
"base09": "#FF8F40",
|
||||
"base0A": "#FFB454",
|
||||
"base0B": "#B8CC52",
|
||||
"base0C": "#95E6CB",
|
||||
"base0D": "#59C2FF",
|
||||
"base0E": "#D2A6FF",
|
||||
"base0F": "#E6B673"
|
||||
"base02": "#202229",
|
||||
"base03": "#3e4b59",
|
||||
"base04": "#bfbdb6",
|
||||
"base05": "#e6e1cf",
|
||||
"base06": "#ece8db",
|
||||
"base07": "#f2f0e7",
|
||||
"base08": "#f07178",
|
||||
"base09": "#ff8f40",
|
||||
"base0A": "#ffb454",
|
||||
"base0B": "#aad94c",
|
||||
"base0C": "#95e6cb",
|
||||
"base0D": "#59c2ff",
|
||||
"base0E": "#d2a6ff",
|
||||
"base0F": "#e6b450"
|
||||
}
|
||||
}
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Ayu Light",
|
||||
"author": "Khue Nguyen <Z5483Y@gmail.com>",
|
||||
"author": "Tinted Theming (https://github.com/tinted-theming), Ayu Theme (https://github.com/ayu-theme)",
|
||||
"variant": "light",
|
||||
"palette": {
|
||||
"base00": "#FAFAFA",
|
||||
"base01": "#F3F4F5",
|
||||
"base02": "#F8F9FA",
|
||||
"base03": "#ABB0B6",
|
||||
"base04": "#828C99",
|
||||
"base05": "#5C6773",
|
||||
"base06": "#242936",
|
||||
"base07": "#1A1F29",
|
||||
"base08": "#F07178",
|
||||
"base09": "#FA8D3E",
|
||||
"base0A": "#F2AE49",
|
||||
"base0B": "#86B300",
|
||||
"base0C": "#4CBF99",
|
||||
"base0D": "#36A3D9",
|
||||
"base0E": "#A37ACC",
|
||||
"base0F": "#E6BA7E"
|
||||
"base00": "#f8f9fa",
|
||||
"base01": "#edeff1",
|
||||
"base02": "#d2d4d8",
|
||||
"base03": "#a0a6ac",
|
||||
"base04": "#8A9199",
|
||||
"base05": "#5c6166",
|
||||
"base06": "#4e5257",
|
||||
"base07": "#404447",
|
||||
"base08": "#f07171",
|
||||
"base09": "#fa8d3e",
|
||||
"base0A": "#f2ae49",
|
||||
"base0B": "#6cbf49",
|
||||
"base0C": "#4cbf99",
|
||||
"base0D": "#399ee6",
|
||||
"base0E": "#a37acc",
|
||||
"base0F": "#e6ba7e"
|
||||
}
|
||||
}
|
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Ayu Mirage",
|
||||
"author": "Khue Nguyen <Z5483Y@gmail.com>",
|
||||
"author": "Tinted Theming (https://github.com/tinted-theming), Ayu Theme (https://github.com/ayu-theme)",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#171B24",
|
||||
"base01": "#1F2430",
|
||||
"base02": "#242936",
|
||||
"base03": "#707A8C",
|
||||
"base04": "#8A9199",
|
||||
"base05": "#CCCAC2",
|
||||
"base06": "#D9D7CE",
|
||||
"base07": "#F3F4F5",
|
||||
"base08": "#F28779",
|
||||
"base09": "#FFAD66",
|
||||
"base0A": "#FFD173",
|
||||
"base0B": "#D5FF80",
|
||||
"base0C": "#95E6CB",
|
||||
"base0D": "#5CCFE6",
|
||||
"base0E": "#D4BFFF",
|
||||
"base0F": "#F29E74"
|
||||
"base00": "#1f2430",
|
||||
"base01": "#242936",
|
||||
"base02": "#323844",
|
||||
"base03": "#4A5059",
|
||||
"base04": "#707a8c",
|
||||
"base05": "#cccac2",
|
||||
"base06": "#d9d7ce",
|
||||
"base07": "#f3f4f5",
|
||||
"base08": "#f28779",
|
||||
"base09": "#ffad66",
|
||||
"base0A": "#ffd173",
|
||||
"base0B": "#d5ff80",
|
||||
"base0C": "#95e6cb",
|
||||
"base0D": "#73d0ff",
|
||||
"base0E": "#d4bfff",
|
||||
"base0F": "#f27983"
|
||||
}
|
||||
}
|
24
json/base16/linux-vt.json
Normal file
24
json/base16/linux-vt.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"system": "base16",
|
||||
"name": "Linux VT",
|
||||
"author": "j-c-m (https://github.com/j-c-m/)",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#000000",
|
||||
"base01": "#333333",
|
||||
"base02": "#444444",
|
||||
"base03": "#555555",
|
||||
"base04": "#888888",
|
||||
"base05": "#AAAAAA",
|
||||
"base06": "#CCCCCC",
|
||||
"base07": "#FFFFFF",
|
||||
"base08": "#AA0000",
|
||||
"base09": "#FF5555",
|
||||
"base0A": "#FFFF55",
|
||||
"base0B": "#00AA00",
|
||||
"base0C": "#00AAAA",
|
||||
"base0D": "#5555FF",
|
||||
"base0E": "#FF55FF",
|
||||
"base0F": "#AA5500"
|
||||
}
|
||||
}
|
|
@ -6,10 +6,10 @@
|
|||
"palette": {
|
||||
"base00": "#ffffff",
|
||||
"base01": "#e0e0e0",
|
||||
"base02": "#d6d6d6",
|
||||
"base03": "#8e908c",
|
||||
"base02": "#c5c8c6",
|
||||
"base03": "#b4b7b4",
|
||||
"base04": "#969896",
|
||||
"base05": "#4d4d4c",
|
||||
"base05": "#373b41",
|
||||
"base06": "#282a2e",
|
||||
"base07": "#1d1f21",
|
||||
"base08": "#c82829",
|
||||
|
|
32
json/base24/ayu-dark.json
Normal file
32
json/base24/ayu-dark.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"system": "base24",
|
||||
"name": "Ayu Dark",
|
||||
"author": "Tinted Theming (https://github.com/tinted-theming), Ayu Theme (https://github.com/ayu-theme)",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#0b0e14",
|
||||
"base01": "#131721",
|
||||
"base02": "#202229",
|
||||
"base03": "#3e4b59",
|
||||
"base04": "#bfbdb6",
|
||||
"base05": "#e6e1cf",
|
||||
"base06": "#ece8db",
|
||||
"base07": "#f2f0e7",
|
||||
"base08": "#f07178",
|
||||
"base09": "#ff8f40",
|
||||
"base0A": "#ffb454",
|
||||
"base0B": "#aad94c",
|
||||
"base0C": "#95e6cb",
|
||||
"base0D": "#59c2ff",
|
||||
"base0E": "#d2a6ff",
|
||||
"base0F": "#e6b450",
|
||||
"base10": "#0a0d13",
|
||||
"base11": "#06070A",
|
||||
"base12": "#f26d78",
|
||||
"base13": "#e6b673",
|
||||
"base14": "#7fd962",
|
||||
"base15": "#39bae6",
|
||||
"base16": "#73b8ff",
|
||||
"base17": "#ddbcff"
|
||||
}
|
||||
}
|
|
@ -1,32 +1,32 @@
|
|||
{
|
||||
"system": "base24",
|
||||
"name": "Ayu Light",
|
||||
"author": "FredHappyface (https://github.com/fredHappyface)",
|
||||
"author": "Tinted Theming (https://github.com/tinted-theming), Ayu Theme (https://github.com/ayu-theme)",
|
||||
"variant": "light",
|
||||
"palette": {
|
||||
"base00": "#fafafa",
|
||||
"base01": "#000000",
|
||||
"base02": "#323232",
|
||||
"base03": "#656565",
|
||||
"base04": "#989898",
|
||||
"base05": "#cbcbcb",
|
||||
"base06": "#ffffff",
|
||||
"base07": "#ffffff",
|
||||
"base08": "#ff3333",
|
||||
"base09": "#f29718",
|
||||
"base0A": "#73d8ff",
|
||||
"base0B": "#86b300",
|
||||
"base0C": "#4dbf99",
|
||||
"base0D": "#41a6d9",
|
||||
"base0E": "#f07178",
|
||||
"base0F": "#7f1919",
|
||||
"base10": "#212121",
|
||||
"base11": "#101010",
|
||||
"base12": "#ff6565",
|
||||
"base13": "#ffc94a",
|
||||
"base14": "#b8e532",
|
||||
"base15": "#7ff1cb",
|
||||
"base16": "#73d8ff",
|
||||
"base17": "#ffa3aa"
|
||||
"base00": "#f8f9fa",
|
||||
"base01": "#edeff1",
|
||||
"base02": "#d2d4d8",
|
||||
"base03": "#a0a6ac",
|
||||
"base04": "#8A9199",
|
||||
"base05": "#5c6166",
|
||||
"base06": "#4e5257",
|
||||
"base07": "#404447",
|
||||
"base08": "#f07171",
|
||||
"base09": "#fa8d3e",
|
||||
"base0A": "#f2ae49",
|
||||
"base0B": "#6cbf49",
|
||||
"base0C": "#4cbf99",
|
||||
"base0D": "#399ee6",
|
||||
"base0E": "#a37acc",
|
||||
"base0F": "#e6ba7e",
|
||||
"base10": "#f9f9f9",
|
||||
"base11": "#ffffff",
|
||||
"base12": "#ff7383",
|
||||
"base13": "#ffaa33",
|
||||
"base14": "#86b300",
|
||||
"base15": "#55b4d4",
|
||||
"base16": "#478acc",
|
||||
"base17": "#b595d6"
|
||||
}
|
||||
}
|
32
json/base24/ayu-mirage.json
Normal file
32
json/base24/ayu-mirage.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"system": "base24",
|
||||
"name": "Ayu Mirage",
|
||||
"author": "Tinted Theming (https://github.com/tinted-theming), Ayu Theme (https://github.com/ayu-theme)",
|
||||
"variant": "dark",
|
||||
"palette": {
|
||||
"base00": "#1f2430",
|
||||
"base01": "#242936",
|
||||
"base02": "#323844",
|
||||
"base03": "#4A5059",
|
||||
"base04": "#707a8c",
|
||||
"base05": "#cccac2",
|
||||
"base06": "#d9d7ce",
|
||||
"base07": "#f3f4f5",
|
||||
"base08": "#f28779",
|
||||
"base09": "#ffad66",
|
||||
"base0A": "#ffd173",
|
||||
"base0B": "#d5ff80",
|
||||
"base0C": "#95e6cb",
|
||||
"base0D": "#73d0ff",
|
||||
"base0E": "#d4bfff",
|
||||
"base0F": "#f27983",
|
||||
"base10": "#171b24",
|
||||
"base11": "#1a1f29",
|
||||
"base12": "#ff6666",
|
||||
"base13": "#ffcc66",
|
||||
"base14": "#87d963",
|
||||
"base15": "#5ccfe6",
|
||||
"base16": "#80b0ff",
|
||||
"base17": "#b692ff"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue