-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.conf
59 lines (46 loc) · 1020 Bytes
/
theme.conf
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
# vim:ft=kitty
## name: Doom One
## author: Henrik Lissner <https://github.com/hlissner>
## license: MIT
## blurb: Inspired by Atom's One Dark color scheme.
# The basic colors
foreground #bbc2cf
background #282c34
selection_foreground #bbc2cf
selection_background #3f444a
# Cursor colors
cursor #bbc2cf
cursor_text_color #282c34
# kitty window border colors
active_border_color #46D9FF
inactive_border_color #3f444a
# Tab bar colors
active_tab_foreground #282c34
active_tab_background #DFDFDF
inactive_tab_foreground #3f444a
inactive_tab_background #5B6268
# The basic 16 colors
# black
color0 #2a2e38
color8 #3f444a
# red
color1 #ff6c6b
color9 #ff6655
# green
color2 #98be65
color10 #99bb66
# yellow
color3 #ECBE7B
color11 #ECBE7B
# blue
color4 #51afef
color12 #51afef
# magenta
color5 #c678dd
color13 #c678dd
# cyan
color6 #46D9FF
color14 #46D9FF
# white
color7 #DFDFDF
color15 #bbc2cf