diff --git a/colors/vscode.vim b/colors/vscode.vim index 7797ae3..df58f9e 100644 --- a/colors/vscode.vim +++ b/colors/vscode.vim @@ -20,7 +20,7 @@ hi Function guifg=#dcdcaa ctermfg=187 guibg=NONE ctermbg=NONE gui=NONE cterm=NON hi Statement guifg=#c586c0 ctermfg=175 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE hi Conditional guifg=#c586c0 ctermfg=175 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE hi Repeat guifg=#c586c0 ctermfg=175 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE -hi Label guifg=#9cdcfe ctermfg=153 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE +hi Label guifg=#4ec9b0 ctermfg=79 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE hi Operator guifg=#abb2bf ctermfg=249 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE hi Keyword guifg=#569cd6 ctermfg=74 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE hi Exception guifg=#c586c0 ctermfg=175 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE diff --git a/colors/vscode.yml b/colors/vscode.yml index 974e785..cb1e6a2 100644 --- a/colors/vscode.yml +++ b/colors/vscode.yml @@ -57,7 +57,7 @@ highlights: Statement: "purple" Conditional: "purple" Repeat: "purple" - Label: "light_blue" + Label: "cyan" Operator: "fg" Keyword: "blue" Exception: "purple"