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

50 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2021-11-05 15:31:28 +08:00
# This file is auto-generated by shipwright.nvim
2021-09-21 21:13:10 +08:00
# vim:ft=kitty
2021-10-09 17:30:15 +08:00
## name: neobones_dark
2021-09-21 21:13:10 +08:00
## author: Michael Chris Lopez
2021-11-05 15:31:28 +08:00
## license: MIT
2021-10-09 17:30:15 +08:00
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/neobones_dark.conf
## blurb: A zenbones variant inspired by neovim.io.
2021-11-05 15:31:28 +08:00
foreground #C6D5CF
background #0F191F
selection_foreground #C6D5CF
selection_background #3A3E3D
# Cursor colors
cursor #CEDDD7
cursor_text_color #0F191F
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #C6D5CF
active_tab_background #62415B
inactive_tab_foreground #C6D5CF
inactive_tab_background #20303A
2021-11-05 15:31:28 +08:00
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
2021-10-03 08:29:42 +08:00
color0 #0F191F
2021-10-09 16:26:23 +08:00
color8 #263945
2021-11-05 15:31:28 +08:00
# red
color1 #DE6E7C
2021-10-03 08:29:42 +08:00
color9 #E8838F
2021-11-05 15:31:28 +08:00
# green
color2 #90FF6B
2021-10-09 16:26:23 +08:00
color10 #A0FF85
2021-11-05 15:31:28 +08:00
# yellow
color3 #B77E64
2021-10-03 08:29:42 +08:00
color11 #D68C67
2021-11-05 15:31:28 +08:00
# blue
color4 #8190D4
2021-10-15 14:33:10 +08:00
color12 #92A0E2
2021-11-05 15:31:28 +08:00
# magenta
color5 #B279A7
2021-10-03 08:29:42 +08:00
color13 #CF86C1
2021-11-05 15:31:28 +08:00
# cyan
color6 #66A5AD
2021-10-03 08:29:42 +08:00
color14 #65B8C1
2021-11-05 15:31:28 +08:00
# white
color7 #C6D5CF
2021-10-09 16:26:23 +08:00
color15 #98A39E
2021-11-05 15:31:28 +08:00
# You can set the remaining 240 colors as color16 to color255.