Adding solarized-light (#1608)
This commit is contained in:
parent
cbb698fb62
commit
76ed4266cf
2 changed files with 17 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Solarized Theme
|
# Solarized dark
|
||||||
|
|
||||||
themes:
|
themes:
|
||||||
solarized-dark:
|
solarized-dark:
|
||||||
|
|
@ -12,4 +12,4 @@ themes:
|
||||||
fg: [253, 246, 227]
|
fg: [253, 246, 227]
|
||||||
cyan: [42, 161, 152]
|
cyan: [42, 161, 152]
|
||||||
black: [7, 54, 66]
|
black: [7, 54, 66]
|
||||||
white: [238, 232, 213]
|
white: [238, 232, 213]
|
||||||
|
|
|
||||||
15
example/themes/solarized-light.yaml
Normal file
15
example/themes/solarized-light.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Solarized light
|
||||||
|
|
||||||
|
themes:
|
||||||
|
solarized-light:
|
||||||
|
bg: [253, 246, 227]
|
||||||
|
red: [220, 50, 47]
|
||||||
|
green: [133, 153, 0]
|
||||||
|
yellow: [181, 137, 0]
|
||||||
|
blue: [38, 139, 210]
|
||||||
|
magenta: [211, 54, 130]
|
||||||
|
orange: [203, 75, 22]
|
||||||
|
fg: [101, 123, 131]
|
||||||
|
cyan: [42, 161, 152]
|
||||||
|
black: [7, 54, 66]
|
||||||
|
white: [238, 232, 213]
|
||||||
Loading…
Add table
Reference in a new issue