1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Base colors:
# Black, Red, Green, Yellow, Blue, Magenta, Cyan, Gray, DarkGray
# LightRed, LightGreen, LightYellow, LightBlue, LightMagenta, LightCyan, White
#
# Hex codes also work, e.g. "#1a2b3c"
[]
= "White"
# This can be null to preserve original terminal background
# app_background = "Black"
= "#282a36"
= "#bd93f9"
= "#50fa7b"
= "#282a36"
= "#282a36"
[]
= "#44475a"
= "#6272a4"
[]
[]
= "#50fa7b"
= "#ffb86c"
= "#8be9fd"
= "#6272a4"
= "#ff5555"
= "#ff79c6"
= "#f1fa8c"
= "#ffb86c"
= "#8be9fd"
[]
[]
= "#50fa7b"
= "#ff5555"
[]
= "#bd93f9"
= "#282a36"
= "#282a36"
= "DarkGray"