* Remove gray from theme config and improve colors for dark themes * improve theme usage * Add new themes and minor fixes * improve tokyo-night theme according to new changes * Fix formatting * change default black colour * docs(CHANGELOG): #1274 improve themes
15 lines
No EOL
316 B
YAML
15 lines
No EOL
316 B
YAML
# Solarized Theme
|
|
|
|
themes:
|
|
solarized-dark:
|
|
bg: [0, 43, 54]
|
|
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: [253, 246, 227]
|
|
cyan: [42, 161, 152]
|
|
black: [7, 54, 66]
|
|
white: [238, 232, 213] |