-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathnordbones.conf
49 lines (49 loc) · 1.23 KB
/
nordbones.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: nordbones
## author: Michael Chris Lopez
## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/nordbones.conf
## blurb: A zenbones variant inspired by Nord.
foreground #EBEEF3
background #2F3541
selection_foreground #EBEEF3
selection_background #545F70
# Cursor colors
cursor #EEF1F5
cursor_text_color #2F3541
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #EBEEF3
active_tab_background #84637E
inactive_tab_foreground #EBEEF3
inactive_tab_background #414959
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #2F3541
color8 #475063
# red
color1 #C1616A
color9 #D6787F
# green
color2 #A4BE8D
color10 #A8CC86
# yellow
color3 #CF866F
color11 #E09680
# blue
color4 #8FBCBA
color12 #89CAC8
# magenta
color5 #B38DAC
color13 #CF97C5
# cyan
color6 #87BFCE
color14 #82CCE0
# white
color7 #EBEEF3
color15 #A5B4CD
# You can set the remaining 240 colors as color16 to color255.