blob: bfaaaa49894a65ba1ec004b5eca51a728a519e80 (
plain) (
blame)
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
|
# auto-generated theme
[cursor]
color={{ hex_noprefix .normal_black }} {{ hex_noprefix .normal_yellow }}
[colors]
alpha=0.95
background={{ hex_noprefix .bright_black }}
foreground={{ hex_noprefix .normal_white }}
regular0={{ hex_noprefix .normal_black }}
regular1={{ hex_noprefix .normal_red }}
regular2={{ hex_noprefix .normal_green }}
regular3={{ hex_noprefix .normal_yellow }}
regular4={{ hex_noprefix .normal_blue }}
regular5={{ hex_noprefix .normal_magenta }}
regular6={{ hex_noprefix .normal_cyan }}
regular7={{ hex_noprefix .normal_white }}
bright0={{ hex_noprefix .dim_white }}
bright1={{ hex_noprefix .bright_red }}
bright2={{ hex_noprefix .bright_green }}
bright3={{ hex_noprefix .bright_yellow }}
bright4={{ hex_noprefix .bright_blue }}
bright5={{ hex_noprefix .bright_magenta }}
bright6={{ hex_noprefix .bright_cyan }}
bright7={{ hex_noprefix .bright_white }}
selection-background={{ hex_noprefix .normal_yellow }}
selection-foreground={{ hex_noprefix .normal_black }}
jump-labels={{ hex_noprefix .normal_white }} {{ hex_noprefix .bright_blue }}
urls={{ hex_noprefix .bright_blue }}
|