blob: beaf67d49bdce4c41ac623ef5333adbb0ccba186 (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# Monokai-pro for Kitty
# Based on https://www.monokai.pro/
foreground #f7f1ff
# background #222222
background #000000
selection_foreground #131313
selection_background #fce566
url_color #5ad4e6
cursor #f7f1ff
cursor_text_color #222222
active_tab_background #fce566
active_tab_foreground #131313
active_tab_font_style bold
inactive_tab_background #222222
inactive_tab_foreground #f7f1ff
inactive_tab_font_style normal
tab_fade 0.1 0.2 0.8 1
tab_bar_margin_width 1.0
dim_opacity 0.5
inactive_text_alpha 0.5
active_border_color #19181a
macos_titlebar_color background
# black
color0 #333333
color8 #535353
# red
color1 #f44747
color9 #f44747
# green
color2 #7bd88f
color10 #7bd88f
# yellow
color3 #fce566
color11 #fce566
# blue
color4 #3399cc
color12 #3399cc
# magenta
color5 #fc618d
color13 #fc618d
# cyan
color6 #5ad4e6
color14 #5ad4e6
# white
color7 #f7f1ff
color15 #f7f1ff
|