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

50 lines
1.2 KiB
Plaintext
Raw 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_light
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_light.conf
## blurb: A zenbones variant inspired by neovim.io.
2021-11-05 15:31:28 +08:00
foreground #202E18
background #E5EDE6
selection_foreground #202E18
selection_background #ADE48C
# Cursor colors
cursor #202E18
cursor_text_color #E5EDE6
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #202E18
active_tab_background #DCB5D4
inactive_tab_foreground #202E18
inactive_tab_background #C2CFC4
2021-11-05 15:31:28 +08:00
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
2021-10-09 16:26:23 +08:00
color0 #E5EDE6
color8 #B3C6B6
2021-11-05 15:31:28 +08:00
# red
color1 #A8334C
2021-09-21 21:13:10 +08:00
color9 #94253E
2021-11-05 15:31:28 +08:00
# green
color2 #567A30
2021-10-10 13:43:40 +08:00
color10 #3F5A22
2021-11-05 15:31:28 +08:00
# yellow
color3 #944927
2021-09-21 21:13:10 +08:00
color11 #803D1C
2021-11-05 15:31:28 +08:00
# blue
color4 #286486
2021-09-21 21:13:10 +08:00
color12 #1D5573
2021-11-05 15:31:28 +08:00
# magenta
color5 #88507D
2021-09-21 21:13:10 +08:00
color13 #7B3B70
2021-11-05 15:31:28 +08:00
# cyan
color6 #3B8992
2021-09-21 21:13:10 +08:00
color14 #2B747C
2021-11-05 15:31:28 +08:00
# white
color7 #202E18
2021-10-09 16:26:23 +08:00
color15 #415934
2021-11-05 15:31:28 +08:00
# You can set the remaining 240 colors as color16 to color255.