-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathtokyobones_light.conf
49 lines (49 loc) · 1.25 KB
/
tokyobones_light.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
# This file is auto-generated by shipwright.nvim
# vim:ft=kitty
## name: tokyobones_light
## author: Michael Chris Lopez
## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/tokyobones_light.conf
## blurb: A zenbones variant inspired by Tokyo Night.
foreground #333A57
background #D6D7DC
selection_foreground #333A57
selection_background #BBC0D8
# Cursor colors
cursor #333A57
cursor_text_color #D6D7DC
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #333A57
active_tab_background #B3A9C9
inactive_tab_foreground #333A57
inactive_tab_background #B9BBC3
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #D6D7DC
color8 #ADB0BD
# red
color1 #8B4351
color9 #7E3242
# green
color2 #34645D
color10 #26554F
# yellow
color3 #8F5E14
color11 #794E0D
# blue
color4 #34548C
color12 #26467A
# magenta
color5 #5A4A79
color13 #503875
# cyan
color6 #176775
color14 #34645D
# white
color7 #333A57
color15 #56618D
# You can set the remaining 240 colors as color16 to color255.