convert neovim to specs generator
This commit is contained in:
@@ -6,35 +6,35 @@
|
||||
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/neovim_dark.conf
|
||||
|
||||
background #0F191F
|
||||
foreground #C7D6D0
|
||||
selection_background #3A4A44
|
||||
selection_foreground #C7D6D0
|
||||
foreground #C6D5CF
|
||||
selection_background #3D413F
|
||||
selection_foreground #C6D5CF
|
||||
url_color #61ABDA
|
||||
cursor #C7D6D0
|
||||
cursor #C6D5CF
|
||||
|
||||
# Tabs
|
||||
active_tab_background #73516C
|
||||
active_tab_foreground #C7D6D0
|
||||
inactive_tab_background #284253
|
||||
inactive_tab_foreground #C7D6D0
|
||||
active_tab_foreground #C6D5CF
|
||||
inactive_tab_background #273944
|
||||
inactive_tab_foreground #C6D5CF
|
||||
#tab_bar_background ${tab_bar_background}
|
||||
|
||||
# normal
|
||||
color0 #0F191F
|
||||
color1 #DE6E7C
|
||||
color2 #8EFF6B
|
||||
color2 #90FF6B
|
||||
color3 #B77E64
|
||||
color4 #6099C0
|
||||
color5 #B279A7
|
||||
color6 #66A5AD
|
||||
color7 #C7D6D0
|
||||
color7 #C6D5CF
|
||||
|
||||
# bright
|
||||
color8 #264354
|
||||
color8 #263945
|
||||
color9 #E8838F
|
||||
color10 #A1FF85
|
||||
color10 #A0FF85
|
||||
color11 #D68C67
|
||||
color12 #61ABDA
|
||||
color13 #CF86C1
|
||||
color14 #65B8C1
|
||||
color15 #92AFA3
|
||||
color15 #98A39E
|
||||
|
||||
@@ -5,36 +5,36 @@
|
||||
## 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
|
||||
background #E5EDE6
|
||||
foreground #202E18
|
||||
selection_background #B1EA90
|
||||
selection_foreground #202E18
|
||||
url_color #1D5573
|
||||
cursor #212F19
|
||||
cursor #202E18
|
||||
|
||||
# Tabs
|
||||
active_tab_background #D2A6C8
|
||||
active_tab_foreground #212F19
|
||||
inactive_tab_background #C0D3C3
|
||||
inactive_tab_foreground #212F19
|
||||
active_tab_foreground #202E18
|
||||
inactive_tab_background #BDCABF
|
||||
inactive_tab_foreground #202E18
|
||||
#tab_bar_background ${tab_bar_background}
|
||||
|
||||
# normal
|
||||
color0 #E7EEE8
|
||||
color0 #E5EDE6
|
||||
color1 #A8334C
|
||||
color2 #567A30
|
||||
color2 #90FF6B
|
||||
color3 #944927
|
||||
color4 #286486
|
||||
color5 #88507D
|
||||
color6 #3B8992
|
||||
color7 #212F19
|
||||
color7 #202E18
|
||||
|
||||
# bright
|
||||
color8 #B9D0BC
|
||||
color8 #B3C6B6
|
||||
color9 #94253E
|
||||
color10 #466522
|
||||
color10 #5AD500
|
||||
color11 #803D1C
|
||||
color12 #1D5573
|
||||
color13 #7B3B70
|
||||
color14 #2B747C
|
||||
color15 #4D6E3A
|
||||
color15 #415934
|
||||
|
||||
Reference in New Issue
Block a user