Files
zenbones-theme/extras/kitty/nordbones.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

50 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-03-24 10:15:11 +00:00
# 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.