remove bright/stark variants

This commit is contained in:
Michael Chris Lopez
2021-11-05 15:31:28 +08:00
parent f6d1b0e169
commit 635f71ae81
26 changed files with 179 additions and 1904 deletions

View File

@@ -1,40 +1,48 @@
# This file is auto-generated from lua/zenbones/template/kitty.lua
# This file is auto-generated by shipwright.nvim
# vim:ft=kitty
## name: zenbones_light
## license: MIT
## author: Michael Chris Lopez
## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenbones_light.conf
background #F0EDEC
foreground #2C363C
selection_background #CBD9E3
selection_foreground #2C363C
url_color #1D5573
cursor #2C363C
# Tabs
active_tab_background #DEB9D6
active_tab_foreground #2C363C
inactive_tab_background #D1C7C3
inactive_tab_foreground #2C363C
#tab_bar_background ${tab_bar_background}
# normal
color0 #E5EDE6
foreground #2C363C
background #F0EDEC
selection_foreground #2C363C
selection_background #CBD9E3
# Cursor colors
cursor #2C363C
cursor_text_color #F0EDEC
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #2C363C
active_tab_background #DEB9D6
inactive_tab_foreground #2C363C
inactive_tab_background #D1C7C3
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #F0EDEC
color8 #CFC1BA
# red
color1 #A8334C
color2 #567A30
color3 #944927
color4 #286486
color5 #88507D
color6 #3B8992
color7 #202E18
# bright
color8 #B3C6B6
color9 #94253E
# green
color2 #4F6C31
color10 #3F5A22
# yellow
color3 #944927
color11 #803D1C
# blue
color4 #286486
color12 #1D5573
# magenta
color5 #88507D
color13 #7B3B70
# cyan
color6 #3B8992
color14 #2B747C
color15 #415934
# white
color7 #2C363C
color15 #4F5E68
# You can set the remaining 240 colors as color16 to color255.