colorschemes: add Mustang

This commit is contained in:
Boris Faure 2020-09-27 12:49:25 +02:00
parent 3a602b661f
commit e82f6252e9
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": "Mustang",
"author": "Henrique C. Alves",
"website": "https://www.deviantart.com/hcalves/art/Mustang-Vim-Colorscheme-98974484",
"license": "MIT"
},
"def": "#ffffff",
"bg": "#1a1a1a",
"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",
"#ff6565",
"#93d44f",
"#eab93d",
"#204a87",
"#ce5c00",
"#89b6e2",
"#cccccc",
"#555753",
"#ff8d8d",
"#c8e7a8",
"#ffc123",
"#3465a4",
"#f57900",
"#46a400",
"#ffffff"
]
}

View File

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