forked from zenbones-theme/zenbones.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseoulbones_light.conf
49 lines (49 loc) · 1.24 KB
/
seoulbones_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: seoulbones_light
## author: Michael Chris Lopez
## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/seoulbones_light.conf
## blurb: A zenbones variant inspired by Seoul256.
foreground #555555
background #E2E2E2
selection_foreground #555555
selection_background #CCCCCC
# Cursor colors
cursor #555555
cursor_text_color #E2E2E2
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #555555
active_tab_background #CBB1CA
inactive_tab_foreground #555555
inactive_tab_background #C4C4C4
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #E2E2E2
color8 #BFBABB
# red
color1 #DC5284
color9 #BE3C6D
# green
color2 #628562
color10 #487249
# yellow
color3 #C48562
color11 #A76B48
# blue
color4 #0084A3
color12 #006F89
# magenta
color5 #896788
color13 #7F4C7E
# cyan
color6 #008586
color14 #006F70
# white
color7 #555555
color15 #777777
# You can set the remaining 240 colors as color16 to color255.