create builder for neovim

This commit is contained in:
Michael Chris Lopez
2021-09-21 21:13:10 +08:00
parent 922eb2de63
commit 4fa79603c3
17 changed files with 772 additions and 15 deletions

View File

@@ -0,0 +1,27 @@
# This file is auto-generated from lua/zenbones/template/alacritty.lua
# neovim_dark alacritty colors
colors:
# Default colors
primary:
background: '#E7EEE8'
foreground: '#212F19'
# Normal colors
normal:
black: '#E7EEE8'
red: '#A8334C'
green: '#567A30'
yellow: '#944927'
blue: '#286486'
magenta: '#88507D'
cyan: '#3B8992'
white: '#212F19'
# Bright colors
bright:
black: '#B9D0BC'
red: '#94253E'
green: '#466522'
yellow: '#803D1C'
blue: '#1D5573'
magenta: '#7B3B70'
cyan: '#2B747C'
white: '#4D6E3A'

View File

@@ -0,0 +1,27 @@
# This file is auto-generated from lua/zenbones/template/alacritty.lua
# neovim_light alacritty colors
colors:
# Default colors
primary:
background: '#E7EEE8'
foreground: '#212F19'
# Normal colors
normal:
black: '#E7EEE8'
red: '#A8334C'
green: '#567A30'
yellow: '#944927'
blue: '#286486'
magenta: '#88507D'
cyan: '#3B8992'
white: '#212F19'
# Bright colors
bright:
black: '#B9D0BC'
red: '#94253E'
green: '#466522'
yellow: '#803D1C'
blue: '#1D5573'
magenta: '#7B3B70'
cyan: '#2B747C'
white: '#4D6E3A'

View File

@@ -0,0 +1,40 @@
# This file is auto-generated from lua/zenbones/template/kitty.lua
# vim:ft=kitty
## name: neovim_dark
## license: MIT
## author: Michael Chris Lopez
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/neovim_dark.conf
background #E7EEE8
foreground #212F19
selection_background #D8E6D0
selection_foreground #212F19
url_color #1D5573
cursor #212F19
# Tabs
active_tab_background #D2A6C8
active_tab_foreground #212F19
inactive_tab_background #C0D3C3
inactive_tab_foreground #212F19
#tab_bar_background ${tab_bar_background}
# normal
color0 #E7EEE8
color1 #A8334C
color2 #567A30
color3 #944927
color4 #286486
color5 #88507D
color6 #3B8992
color7 #212F19
# bright
color8 #B9D0BC
color9 #94253E
color10 #466522
color11 #803D1C
color12 #1D5573
color13 #7B3B70
color14 #2B747C
color15 #4D6E3A

View File

@@ -0,0 +1,40 @@
# This file is auto-generated from lua/zenbones/template/kitty.lua
# vim:ft=kitty
## name: neovim_light
## license: MIT
## author: Michael Chris Lopez
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/neovim_light.conf
background #E7EEE8
foreground #212F19
selection_background #D8E6D0
selection_foreground #212F19
url_color #1D5573
cursor #212F19
# Tabs
active_tab_background #D2A6C8
active_tab_foreground #212F19
inactive_tab_background #C0D3C3
inactive_tab_foreground #212F19
#tab_bar_background ${tab_bar_background}
# normal
color0 #E7EEE8
color1 #A8334C
color2 #567A30
color3 #944927
color4 #286486
color5 #88507D
color6 #3B8992
color7 #212F19
# bright
color8 #B9D0BC
color9 #94253E
color10 #466522
color11 #803D1C
color12 #1D5573
color13 #7B3B70
color14 #2B747C
color15 #4D6E3A

View File

@@ -0,0 +1,18 @@
# This file is auto-generated from lua/zenbones/template/tmux.lua
set -g status-left ' #[fg=#88507D,bold]#{s/root//:client_key_table} '
set -g status-right '#[fg=#88507D,bold] [#S]#[fg=#88507D,bold] [%d/%m] #[fg=#88507D,bold][%I:%M%p] '
set -g status-style fg='#88507D',bg='#212F19'
set -g window-status-current-style fg='#88507D',bg='#212F19',bold
set -g pane-border-style fg='#88507D'
set -g pane-active-border-style fg='#88507D'
set -g message-style fg='#E7EEE8',bg='#D8E6D0'
set -g display-panes-active-colour '#88507D'
set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#E7EEE8',bg='#D8E6D0'

View File

@@ -0,0 +1,18 @@
# This file is auto-generated from lua/zenbones/template/tmux.lua
set -g status-left ' #[fg=#88507D,bold]#{s/root//:client_key_table} '
set -g status-right '#[fg=#88507D,bold] [#S]#[fg=#88507D,bold] [%d/%m] #[fg=#88507D,bold][%I:%M%p] '
set -g status-style fg='#88507D',bg='#212F19'
set -g window-status-current-style fg='#88507D',bg='#212F19',bold
set -g pane-border-style fg='#88507D'
set -g pane-active-border-style fg='#88507D'
set -g message-style fg='#E7EEE8',bg='#D8E6D0'
set -g display-panes-active-colour '#88507D'
set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#E7EEE8',bg='#D8E6D0'

View File

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

View File

@@ -0,0 +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"
ansi = ["#E7EEE8", "#A8334C", "#567A30", "#944927", "#286486", "#88507D", "#3B8992", "#212F19"]
brights = ["#B9D0BC", "#94253E", "#466522", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#4D6E3A"]