Merge branch 'main' into refactor-build

Conflicts:
	README.md
	autoload/zenbones_dark.vim
	colors/zenbones.vim
	doc/zenbones.md
	lua/zenflesh/init.lua
This commit is contained in:
Michael Chris Lopez
2021-11-04 10:06:35 +08:00
26 changed files with 1221 additions and 176 deletions

View File

@@ -0,0 +1,40 @@
# This file is auto-generated from lua/zenbones/template/kitty.lua
# vim:ft=kitty
## name: zenbones_dark
## license: MIT
## author: Michael Chris Lopez
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenbones_dark.conf
background #1C1917
foreground #B4BDC3
selection_background #3D4042
selection_foreground #B4BDC3
url_color #92A0E2
cursor #B4BDC3
# Tabs
active_tab_background #65435E
active_tab_foreground #B4BDC3
inactive_tab_background #3E3835
inactive_tab_foreground #B4BDC3
#tab_bar_background ${tab_bar_background}
# normal
color0 #0F191F
color1 #DE6E7C
color2 #90FF6B
color3 #B77E64
color4 #8190D4
color5 #B279A7
color6 #66A5AD
color7 #C6D5CF
# bright
color8 #263945
color9 #E8838F
color10 #A0FF85
color11 #D68C67
color12 #92A0E2
color13 #CF86C1
color14 #65B8C1
color15 #98A39E

View File

@@ -0,0 +1,40 @@
# This file is auto-generated from lua/zenbones/template/kitty.lua
# vim:ft=kitty
## name: zenbones_light
## license: MIT
## author: Michael Chris Lopez
## 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
color1 #A8334C
color2 #567A30
color3 #944927
color4 #286486
color5 #88507D
color6 #3B8992
color7 #202E18
# bright
color8 #B3C6B6
color9 #94253E
color10 #3F5A22
color11 #803D1C
color12 #1D5573
color13 #7B3B70
color14 #2B747C
color15 #415934