chore: rebuild artifacts

This commit is contained in:
github-actions[bot]
2021-11-06 06:18:54 +00:00
parent 0b9ed8e831
commit c4fe7f75c9
77 changed files with 5289 additions and 196 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: zenwritten_dark
## license: MIT
## author: Michael Chris Lopez
## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenwritten_dark.conf
background #191919
foreground #BBBBBB
selection_background #404040
selection_foreground #BBBBBB
url_color #61ABDA
cursor #BBBBBB
# Tabs
active_tab_background #65435E
active_tab_foreground #BBBBBB
inactive_tab_background #393939
inactive_tab_foreground #BBBBBB
#tab_bar_background ${tab_bar_background}
# normal
foreground #BBBBBB
background #191919
selection_foreground #BBBBBB
selection_background #404040
# Cursor colors
cursor #C9C9C9
cursor_text_color #191919
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #BBBBBB
active_tab_background #65435E
inactive_tab_foreground #BBBBBB
inactive_tab_background #393939
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #191919
color1 #DE6E7C
color2 #819B69
color3 #B77E64
color4 #6099C0
color5 #B279A7
color6 #66A5AD
color7 #BBBBBB
# bright
color8 #3D3839
# red
color1 #DE6E7C
color9 #E8838F
# green
color2 #819B69
color10 #8BAE68
# yellow
color3 #B77E64
color11 #D68C67
# blue
color4 #6099C0
color12 #61ABDA
# magenta
color5 #B279A7
color13 #CF86C1
# cyan
color6 #66A5AD
color14 #65B8C1
# white
color7 #BBBBBB
color15 #8E8E8E
# You can set the remaining 240 colors as color16 to color255.