vitorpy's Dotfiles
1# Zenburn theme for kitty (ANSI)
2background #1f1f1f
3foreground #dcdccc
4
5cursor #8faf9f
6cursor_text_color #1f1f1f
7
8# ANSI colors
9color0 #000d18
10color1 #e89393
11color2 #9ece9e
12color3 #f0dfaf
13color4 #8cd0d3
14color5 #c0bed1
15color6 #dfaf8f
16color7 #efefef
17
18color8 #000d18
19color9 #e89393
20color10 #9ece9e
21color11 #f0dfaf
22color12 #8cd0d3
23color13 #c0bed1
24color14 #dfaf8f
25color15 #efefef
26
27# Optionally, adjust selection
28selection_foreground none
29selection_background #284f28
30
31background_opacity 0.9