convert neovim to specs generator

This commit is contained in:
Michael Chris Lopez
2021-10-09 16:26:23 +08:00
parent 0911f21ea5
commit f6bcb08068
19 changed files with 264 additions and 213 deletions

View File

@@ -1,13 +1,13 @@
# This file is auto-generated from lua/zenbones/template/wezterm.lua
# Neovim_dark
[colors]
foreground = "#C7D6D0"
foreground = "#C6D5CF"
background = "#0F191F"
cursor_bg = "#D3DEDA"
cursor_border = "#0C1318"
cursor_fg = "#0C1318"
selection_bg = "#3A4A44"
selection_fg = "#C7D6D0"
cursor_bg = "#CEDDD7"
cursor_border = "#0C141A"
cursor_fg = "#0C141A"
selection_bg = "#3D413F"
selection_fg = "#C6D5CF"
ansi = ["#0F191F", "#DE6E7C", "#8EFF6B", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#C7D6D0"]
brights = ["#264354", "#E8838F", "#A1FF85", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#92AFA3"]
ansi = ["#0F191F", "#DE6E7C", "#90FF6B", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#C6D5CF"]
brights = ["#263945", "#E8838F", "#A0FF85", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#98A39E"]

View File

@@ -1,13 +1,13 @@
# This file is auto-generated from lua/zenbones/template/wezterm.lua
# Neovim_light
[colors]
foreground = "#212F19"
background = "#E7EEE8"
cursor_bg = "#212F19"
cursor_border = "#EDF2EE"
cursor_fg = "#EDF2EE"
selection_bg = "#D8E6D0"
selection_fg = "#212F19"
foreground = "#202E18"
background = "#E5EDE6"
cursor_bg = "#202E18"
cursor_border = "#E9EFEA"
cursor_fg = "#E9EFEA"
selection_bg = "#B1EA90"
selection_fg = "#202E18"
ansi = ["#E7EEE8", "#A8334C", "#567A30", "#944927", "#286486", "#88507D", "#3B8992", "#212F19"]
brights = ["#B9D0BC", "#94253E", "#466522", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#4D6E3A"]
ansi = ["#E5EDE6", "#A8334C", "#90FF6B", "#944927", "#286486", "#88507D", "#3B8992", "#202E18"]
brights = ["#B3C6B6", "#94253E", "#5AD500", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#415934"]