-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathrosebones_dark.conf
49 lines (49 loc) · 1.24 KB
/
rosebones_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: rosebones_dark
## author: Michael Chris Lopez
## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/rosebones_dark.conf
## blurb: A zenbones variant inspired by Rosé Pine.
foreground #E1D4D4
background #1A1825
selection_foreground #E1D4D4
selection_background #523A39
# Cursor colors
cursor #E7DDDD
cursor_text_color #1A1825
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #E1D4D4
active_tab_background #673592
inactive_tab_foreground #E1D4D4
inactive_tab_background #312E43
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #1A1825
color8 #3A3651
# red
color1 #EB7193
color9 #F289A4
# green
color2 #317490
color10 #358DAF
# yellow
color3 #F6C074
color11 #F9CA8E
# blue
color4 #9CCFD8
color12 #94DAE6
# magenta
color5 #C4A7E7
color13 #CEB3EF
# cyan
color6 #9CCFD8
color14 #94DAE6
# white
color7 #E1D4D4
color15 #BF9B99
# You can set the remaining 240 colors as color16 to color255.