colorshemes: add Solarized (dark and light)

This commit is contained in:
Boris Faure 2020-09-25 23:09:18 +02:00
parent a2ba1a39ea
commit 8b97c8b695
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
3 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,41 @@
{
"version": 1,
"md": {
"version": 1,
"name": "Solarized Light",
"author": "Ethan Schoonover",
"website": "https://ethanschoonover.com/solarized/",
"license": "MIT"
},
"def": "#839496",
"bg": "#fdf6e3",
"fg": "#002b36",
"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": [
"#002b36",
"#dc322f",
"#859900",
"#b58900",
"#268bd2",
"#d33682",
"#2aa198",
"#eee8d5",
"#073642",
"#cb4b16",
"#586e75",
"#657b83",
"#839496",
"#6c71c4",
"#93a1a1",
"#fdf6e3"
]
}

View File

@ -0,0 +1,41 @@
{
"version": 1,
"md": {
"version": 1,
"name": "Solarized",
"author": "Ethan Schoonover",
"website": "https://ethanschoonover.com/solarized/",
"license": "MIT"
},
"def": "#839496",
"bg": "#002b36",
"fg": "#fdf6e3",
"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": [
"#073642",
"#dc322f",
"#859900",
"#b58900",
"#268bd2",
"#d33682",
"#2aa198",
"#eee8d5",
"#002b36",
"#cb4b16",
"#586e75",
"#657b83",
"#839496",
"#6c71c4",
"#93a1a1",
"#fdf6e3"
]
}

View File

@ -1,6 +1,8 @@
colorschemes_desc = [
'Nord.json',
'PaperColor.json',
'Solarized.json',
'Solarized Light.json',
]
cs_builder = [join_paths(meson.source_root(),
'data', 'colorschemes', 'builder.sh'),