colorschemes: add Smyck

This commit is contained in:
Boris Faure 2020-09-27 17:20:23 +02:00
parent a5d54d8419
commit a6e0be087b
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,41 @@
{
"version": 1,
"md": {
"version": 1,
"name": "Smyck",
"author": "John-Paul Bader (hukl)",
"website": "http://color.smyck.ork/",
"license": "MIT"
},
"def": "#aaaaaa",
"bg": "#000000",
"fg": "#aaaaaa",
"main": "#3399ff",
"hl": "#ffffff",
"end_sel": "#ff0000",
"tab_missed_1": "#ff9933",
"tab_missed_2": "#ff3300",
"tab_missed_3": "#ff0000",
"tab_missed_over_1": "#ffff33",
"tab_missed_over_2": "#ff9933",
"tab_missed_over_3": "#ff0000",
"tab_title_2": "#000000",
"ansi": [
"#000000",
"#c75646",
"#8eb33b",
"#d0b03c",
"#4e90a7",
"#c8a0d1",
"#218693",
"#b0b0b0",
"#5d5d5d",
"#e09690",
"#cdee69",
"#ffe377",
"#9cd9f0",
"#fbb1f9",
"#77dfd8",
"#f7f7f7"
]
}

View File

@ -4,6 +4,7 @@ colorschemes_desc = [
'Nord.json',
'Ocean Dark.json',
'PaperColor.json',
'Smyck.json',
'Solarized.json',
'Solarized Light.json',
]