From 8619ee5c46498e7a1a09d9b3d51b1d36f567cb4d Mon Sep 17 00:00:00 2001 From: xero Date: Tue, 24 Oct 2023 16:23:04 -0400 Subject: [PATCH] =?UTF-8?q?fix(ibl):=20=F0=9D=98=B6=F0=9D=98=B4?= =?UTF-8?q?=F0=9D=98=A6=20=F0=9D=98=AF=F0=9D=98=A6=F0=9D=98=B8=20?= =?UTF-8?q?=F0=9D=98=A5=F0=9D=98=A6=F0=9D=98=A7=F0=9D=98=A2=F0=9D=98=B6?= =?UTF-8?q?=F0=9D=98=AD=F0=9D=98=B5=20=F0=9D=98=A9=F0=9D=98=AA=F0=9D=98=A8?= =?UTF-8?q?=F0=9D=98=A9=F0=9D=98=AD=F0=9D=98=AA=F0=9D=98=A8=F0=9D=98=A9?= =?UTF-8?q?=F0=9D=98=B5=20=F0=9D=98=A8=F0=9D=98=B3=F0=9D=98=B0=F0=9D=98=B6?= =?UTF-8?q?=F0=9D=98=B1=F0=9D=98=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- colors/miasma.vim | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/colors/miasma.vim b/colors/miasma.vim index 4685c07..4b1db1a 100644 --- a/colors/miasma.vim +++ b/colors/miasma.vim @@ -80,11 +80,12 @@ hi htmlTag guifg=#5f875f guibg=NONE guisp=NONE blend=NONE gui=NONE hi htmlTagName guifg=#5f875f guibg=NONE guisp=NONE blend=NONE gui=NONE hi htmlUnderline guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=underline hi htmlUnderlineItalic guifg=NONE guibg=NONE guisp=NONE blend=NONE gui=underline +hi IblIndent guifg=#242d1d guibg=NONE guisp=NONE blend=NONE gui=nocombine +hi IblScope guifg=#43492a guibg=NONE guisp=NONE blend=NONE gui=nocombine +hi IblWhitespace guifg=#242d1d guibg=NONE guisp=NONE blend=NONE gui=nocombine hi Identifier guifg=#d7c483 guibg=NONE guisp=NONE blend=NONE gui=NONE hi Ignore guifg=#444444 guibg=NONE guisp=NONE blend=NONE gui=underline hi IncSearch guifg=#222222 guibg=#bb7744 guisp=NONE blend=NONE gui=NONE -hi IndentBlanklineChar guifg=#242d1d guibg=NONE guisp=NONE blend=NONE gui=nocombine -hi IndentBlanklineContextChar guifg=#43492a guibg=NONE guisp=NONE blend=NONE gui=nocombine hi Keyword guifg=#5f875f guibg=NONE guisp=NONE blend=NONE gui=NONE hi LazyButtonActive guifg=#222222 guibg=#78834b guisp=NONE blend=NONE gui=NONE hi LazyButton guifg=NONE guibg=#222222 guisp=NONE blend=NONE gui=NONE @@ -172,10 +173,6 @@ hi! link helpURL Underlined hi! link htmlEndTag htmlTag hi! link htmlLink Underlined hi! link Include PreProc -hi! link IndentBlanklineContextSpaceChar IndentBlanklineContextChar -hi! link IndentBlanklineContextStart IndentBlanklineContextChar -hi! link IndentBlanklineSpaceCharBlankline IndentBlanklineChar -hi! link IndentBlanklineSpaceChar IndentBlanklineChar hi! link javaScriptBraces Delimiter hi! link javaScript Normal hi! link @keyword Keyword