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: neobones_dark
## license: MIT
## author: Michael Chris Lopez
## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/neobones_dark.conf
background #0F191F
foreground #C6D5CF
selection_background #3A3E3D
selection_foreground #C6D5CF
url_color #92A0E2
cursor #C6D5CF
# Tabs
active_tab_background #62415B
active_tab_foreground #C6D5CF
inactive_tab_background #273944
inactive_tab_foreground #C6D5CF
#tab_bar_background ${tab_bar_background}
# normal
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 #273944
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #0F191F
color1 #DE6E7C
color2 #90FF6B
color3 #B77E64
color4 #8190D4
color5 #B279A7
color6 #66A5AD
color7 #C6D5CF
# bright
color8 #263945
# red
color1 #DE6E7C
color9 #E8838F
# green
color2 #90FF6B
color10 #A0FF85
# yellow
color3 #B77E64
color11 #D68C67
# blue
color4 #8190D4
color12 #92A0E2
# magenta
color5 #B279A7
color13 #CF86C1
# cyan
color6 #66A5AD
color14 #65B8C1
# white
color7 #C6D5CF
color15 #98A39E
# You can set the remaining 240 colors as color16 to color255.