colorschemes: add Mild

This commit is contained in:
Boris Faure 2020-09-27 12:50:45 +02:00
parent e82f6252e9
commit a5d54d8419
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": "Mild",
"author": "Terminology's developers",
"website": "https://www.enlightenment.org/about-terminology",
"license": "BSD-2-Clause"
},
"def": "#aaaaaa",
"bg": "#303030",
"fg": "#aaaaaa",
"main": "#dcdcdc",
"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",
"#ff6565",
"#93d44f",
"#eab93d",
"#204a87",
"#ce5c00",
"#89b6e2",
"#cccccc",
"#555753",
"#ff8d8d",
"#c8e7a8",
"#ffc123",
"#3465a4",
"#f57900",
"#46a400",
"#ffffff"
]
}

View File

@ -1,4 +1,5 @@
colorschemes_desc = [
'Mild.json',
'Mustang.json',
'Nord.json',
'Ocean Dark.json',