colorschemes: add Ocean Dark

This commit is contained in:
Boris Faure 2020-09-26 17:30:50 +02:00
parent 8b97c8b695
commit 8cd482d00c
Signed by untrusted user who does not match committer: 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": "Ocean Dark",
"author": "Chris Kempson",
"website": "https://github.com/chriskempson/base16-builder/blob/master/schemes/ocean.yml"
"license": "MIT"
},
"def": "#c0c5ce",
"bg": "#2b303b",
"fg": "#c0c5ce",
"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": [
"#2b303b",
"#bf616a",
"#a3be8c",
"#ebcb8b",
"#8ba1b3",
"#b48ead",
"#96b5b4",
"#c0c5ce",
"#65737e",
"#d08770",
"#343d46",
"#4f5b66",
"#a7adba",
"#dfe1e8",
"#ab7967",
"#eff1f5"
]
}

View File

@ -1,5 +1,6 @@
colorschemes_desc = [
'Nord.json',
'Ocean Dark.json',
'PaperColor.json',
'Solarized.json',
'Solarized Light.json',