-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase16-chalk.conf
68 lines (57 loc) · 1.33 KB
/
base16-chalk.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
60
61
62
63
64
65
66
67
68
# vim:ft=kitty
## name: base16 Chalk
## author: Chris Kempson (http://chriskempson.com)
## license: MIT
## upstream: https://github.com/tinted-theming/tinted-terminal
## blurb:
# Scheme name: base16 Chalk
# Scheme author: Chris Kempson (http://chriskempson.com)
# Template author: Tinted Theming (https://github.com/tinted-theming/tinted-terminal)
# The basic colors
background #151515
foreground #d0d0d0
selection_background #505050
selection_foreground #d0d0d0
# Cursor colors
cursor #d0d0d0
cursor_text_color #151515
# URL underline color when hovering with mouse
url_color #b0b0b0
# Kitty window border colors
active_border_color #505050
inactive_border_color #202020
# OS Window titlebar colors
wayland_titlebar_color #151515
macos_titlebar_color #151515
# Tab bar colors
active_tab_background #151515
active_tab_foreground #d0d0d0
inactive_tab_background #202020
inactive_tab_foreground #b0b0b0
tab_bar_background #202020
# The 16 terminal colors
# normal
color0 #151515
color1 #fb9fb1
color2 #acc267
color3 #ddb26f
color4 #6fc2ef
color5 #e1a3ee
color6 #12cfc0
color7 #d0d0d0
# bright
color8 #303030
color9 #fb9fb1
color10 #acc267
color11 #ddb26f
color12 #6fc2ef
color13 #e1a3ee
color14 #12cfc0
color15 #f5f5f5
# extended base16 colors
color16 #eda987
color17 #deaf8f
color18 #202020
color19 #303030
color20 #b0b0b0
color21 #e0e0e0