-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathseoulbones_dark.conf
49 lines (49 loc) · 1.24 KB
/
seoulbones_dark.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_dark
## author: Michael Chris Lopez
## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/seoulbones_dark.conf
## blurb: A zenbones variant inspired by Seoul256.
foreground #DDDDDD
background #4B4B4B
selection_foreground #DDDDDD
selection_background #777777
# Cursor colors
cursor #E2E2E2
cursor_text_color #4B4B4B
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #DDDDDD
active_tab_background #8283AD
inactive_tab_foreground #DDDDDD
inactive_tab_background #5E5E5E
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #4B4B4B
color8 #6C6465
# red
color1 #E388A3
color9 #EB99B1
# green
color2 #98BD99
color10 #8FCD92
# yellow
color3 #FFDF9B
color11 #FFE5B3
# blue
color4 #97BDDE
color12 #A2C8E9
# magenta
color5 #A5A6C5
color13 #B2B3DA
# cyan
color6 #6FBDBE
color14 #6BCACB
# white
color7 #DDDDDD
color15 #A8A8A8
# You can set the remaining 240 colors as color16 to color255.