blob: b5b15d3775cbf0ff2e65388cba21a3bd5fce41bc (
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
|
# Color theme ported from Konsole Linux colors
[colors.primary]
foreground = '#e3e3e3'
bright_foreground = '#ffffff'
background = '#1f1f1f'
[colors.cursor]
text = '#191622'
cursor = '#f8f8f2'
[colors.search]
matches = { foreground = '#b2b2b2', background = '#b26818' }
focused_match = { foreground = "CellBackground", background = "CellForeground" }
[colors.normal]
black = '#000000'
red = '#b21818'
green = '#18b218'
yellow = '#b26818'
blue = '#1818b2'
magenta = '#b218b2'
cyan = '#18b2b2'
white = '#b2b2b2'
[colors.bright]
black = '#686868'
red = '#ff5454'
green = '#54ff54'
yellow = '#ffff54'
blue = '#5454ff'
magenta = '#ff54ff'
cyan = '#54ffff'
white = '#ffffff'
[colors.dim]
black = '#000000'
red = '#b21818'
green = '#18b218'
yellow = '#b26818'
blue = '#1818b2'
magenta = '#b218b2'
cyan = '#18b2b2'
white = '#b2b2b2'
|