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,11 @@
# This file is auto-generated by shipwright.nvim
[colors]
foreground = "#EBEFC0"
background = "#0E101A"
cursor_fg = "#0E101A"
cursor_bg = "#EDF2C2"
cursor_border = "#0E101A"
selection_fg = "#EBEFC0"
selection_bg = "#37382D"
ansi = ["#0E101A", "#E03600", "#5DCD97", "#E39500", "#00A3CB", "#795CCC", "#00A3CB", "#EBEFC0"]
brights = ["#2B2F46", "#FF4821", "#58DB9E", "#F6A100", "#00B4E0", "#B3A1E6", "#00B4E0", "#B3B692"]