From 68f269e0a151dd46d1275ca33a6527cb0d1f9447 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Wed, 7 Apr 2021 11:36:20 -0400 Subject: [PATCH] update line hl --- colors/lunar.vim | 2 +- lunar.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/lunar.vim b/colors/lunar.vim index c6569ff..fefb12c 100644 --- a/colors/lunar.vim +++ b/colors/lunar.vim @@ -260,7 +260,7 @@ hi BufferInactiveMod guifg=#6a6e7e ctermfg=243 guibg=#2f343f ctermbg=237 gui=NON hi BufferInactiveSign guifg=#6a6e7e ctermfg=243 guibg=#2f343f ctermbg=237 gui=NONE cterm=NONE hi BufferInactiveTarget guifg=#bf616a ctermfg=131 guibg=#2f343f ctermbg=237 gui=bold cterm=bold hi CodiVirtualText guifg=#6395ec ctermfg=69 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi IndentBlanklineContextChar guifg=#707070 ctermfg=242 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE +hi IndentBlanklineContextChar guifg=#767a8b ctermfg=244 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE hi DashboardHeader guifg=#88c0d0 ctermfg=110 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE hi DashboardCenter guifg=#c68a75 ctermfg=174 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE hi DashboardFooter guifg=#88c0d0 ctermfg=110 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE diff --git a/lunar.yml b/lunar.yml index 6103729..3813a2d 100644 --- a/lunar.yml +++ b/lunar.yml @@ -46,7 +46,7 @@ palette: bg_inactive: "#2F343F" cursor_fg: "#515052" cursor_bg: "#AEAFAD" - indentlinehighlight: "#707070" + indentlinehighlight: "#767A8B" # "black": "#3b4252", # "brightBlack": "#4c566a", # "brightWhite": "#eceff4",