blob: b4f3e2f2415d66d32cc4ca44151c93957ec51f2d (
about) (
plain)
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
45
46
47
48
49
50
51
|
# Color theme ported from Konsole: Linux colors
colors:
primary:
foreground: '0xe3e3e3'
bright_foreground: '0xffffff'
dim_foreground: '0xe3e3e3'
background: '0x1f1f1f'
bright_background: '0x686868' # not sure
dim_background: '0x1f1f1f' # not sure
cursor:
text: '0x191622'
cursor: '0xf8f8f2'
search:
matches:
foreground: '0xb2b2b2'
background: '0xb26818'
focused_match:
foreground: CellBackground
background: CellForeground
normal:
black: '0x000000'
red: '0xb21818'
green: '0x18b218'
yellow: '0xb26818'
blue: '0x1818b2'
magenta: '0xb218b2'
cyan: '0x18b2b2'
white: '0xb2b2b2'
bright:
black: '0x686868'
red: '0xff5454'
green: '0x54ff54'
yellow: '0xffff54'
blue: '0x5454ff'
magenta: '0xff54ff'
cyan: '0x54ffff'
white: '0xffffff'
dim:
black: '0x000000'
red: '0xb21818'
green: '0x18b218'
yellow: '0xb26818'
blue: '0x1818b2'
magenta: '0xb218b2'
cyan: '0x18b2b2'
white: '0xb2b2b2'
|