add missing duckbones colorschemes

This commit is contained in:
Michael Chris Lopez
2021-11-11 15:05:38 +08:00
parent 30c5b6ec28
commit f9be7246ed
8 changed files with 519 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
# This file is auto-generated by shipwright.nvim
# vim:ft=kitty
## name: duckbones
## author: Michael Chris Lopez
## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/duckbones.conf
foreground #EBEFC0
background #0E101A
selection_foreground #EBEFC0
selection_background #37382D
# Cursor colors
cursor #EDF2C2
cursor_text_color #0E101A
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #EBEFC0
active_tab_background #4D3191
inactive_tab_foreground #EBEFC0
inactive_tab_background #2B2F44
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #0E101A
color8 #2B2F46
# red
color1 #E03600
color9 #FF4821
# green
color2 #5DCD97
color10 #58DB9E
# yellow
color3 #E39500
color11 #F6A100
# blue
color4 #00A3CB
color12 #00B4E0
# magenta
color5 #795CCC
color13 #B3A1E6
# cyan
color6 #00A3CB
color14 #00B4E0
# white
color7 #EBEFC0
color15 #B3B692
# You can set the remaining 240 colors as color16 to color255.