aboutsummaryrefslogtreecommitdiffstats
path: root/kitty/kitty.conf
blob: d15212a074056506834aa59f19e0e4c7552df273 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
confirm_os_window_close 0
# Font settings
font_family      JetBrains Mono Nerd Font Mono
font_size        10.0

# vim:ft=kitty

## name:      Mono Glow Lack
## author:    wnkz (https://github.com/wnkz)
## license:   APACHE-2.0
## upstream:  https://github.com/wnkz/monoglow.nvim/raw/main/extras/kitty/monoglow_lack.conf

#: The basic colors

background #101010
foreground #cccccc
selection_background #282828
selection_foreground #dddddd


#: Cursor colors

cursor #cccccc
cursor_text_color #101010


#: URL underline color when hovering with mouse

url_color #708090


#: kitty window border colors and terminal bell colors

active_border_color #1bfd9c


#: Tab bar colors

active_tab_background #dddddd
active_tab_foreground #0d0d0d
inactive_tab_background #2a2a2a
inactive_tab_foreground #7a7a7a
tab_bar_background none
tab_bar_margin_color none


#: The basic 16 colors

#: black
color0 #2a2a2a
color8 #4a4a4a

#: red
color1 #deeeed
color9 #708090

#: green
color2  #1bfd9c
color10 #a6ffc9

#: yellow
color3  #b4b4b4
color11 #dddddd

#: blue
color4  #7a7a7a
color12 #aaaaaa

#: magenta
color5  #66b2b2
color13 #49c4c4

#: cyan
color6  #cccccc
color14 #d3d3d3

#: white
color7  #f1f1f1
color15 #ffffff