* 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
315 B
YAML
15 lines
No EOL
315 B
YAML
# Dracula Theme
|
|
|
|
themes:
|
|
dracula:
|
|
bg: [40, 42, 54]
|
|
red: [236, 63, 63]
|
|
green: [80, 250, 123]
|
|
yellow: [241, 250, 140]
|
|
blue: [98, 114, 164]
|
|
magenta: [189, 147, 249]
|
|
orange: [216, 133, 76]
|
|
fg: [248, 248, 242]
|
|
cyan: [139, 233, 253]
|
|
black: [35, 36, 38]
|
|
white: [222, 222, 218] |