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

50 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-11-06 06:18:54 +00:00
# This file is auto-generated by shipwright.nvim
2021-10-31 00:35:48 +00:00
# vim:ft=kitty
## name: vimbones
## author: Michael Chris Lopez
2021-11-06 06:18:54 +00:00
## license: MIT
2021-10-31 00:35:48 +00:00
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/vimbones.conf
## blurb: A zenbones variant inspired by vim.org.
2021-11-06 06:18:54 +00:00
foreground #353535
background #F0F0CA
selection_foreground #353535
selection_background #D7D7D7
# Cursor colors
cursor #353535
cursor_text_color #F0F0CA
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #353535
active_tab_background #DEB9D6
inactive_tab_foreground #353535
inactive_tab_background #D1D1B0
2021-11-06 06:18:54 +00:00
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
2021-10-31 00:35:48 +00:00
color0 #F0F0CA
color8 #C6C6A3
2021-11-06 06:18:54 +00:00
# red
color1 #A8334C
2021-10-31 00:35:48 +00:00
color9 #94253E
2021-11-06 06:18:54 +00:00
# green
color2 #4F6C31
2021-10-31 00:35:48 +00:00
color10 #3F5A22
2021-11-06 06:18:54 +00:00
# yellow
color3 #944927
2021-10-31 00:35:48 +00:00
color11 #803D1C
2021-11-06 06:18:54 +00:00
# blue
color4 #286486
2021-10-31 00:35:48 +00:00
color12 #1D5573
2021-11-06 06:18:54 +00:00
# magenta
color5 #88507D
2021-10-31 00:35:48 +00:00
color13 #7B3B70
2021-11-06 06:18:54 +00:00
# cyan
color6 #3B8992
2021-10-31 00:35:48 +00:00
color14 #2B747C
2021-11-06 06:18:54 +00:00
# white
color7 #353535
2021-10-31 00:35:48 +00:00
color15 #5C5C5C
2021-11-06 06:18:54 +00:00
# You can set the remaining 240 colors as color16 to color255.