mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
9f716487ca
* 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
309 B
YAML
15 lines
309 B
YAML
# Molokai Theme
|
|
|
|
themes:
|
|
molokai-dark:
|
|
bg: [27, 29, 30]
|
|
red: [255, 0, 0]
|
|
green: [0, 140, 0]
|
|
yellow: [255, 255, 0]
|
|
blue: [102, 217, 239]
|
|
magenta: [174, 129, 255]
|
|
orange: [253, 151, 31]
|
|
fg: [248, 248, 240]
|
|
cyan: [0, 255, 255]
|
|
black: [0, 0, 0]
|
|
white: [255, 255, 255] |