Skip to content

Commit

Permalink
fix(shell): inaccurate highlight group for function names
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Sep 30, 2024
1 parent 4e9d4ff commit 87b8554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/everforest.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let s:configuration = everforest#get_configuration()
let s:palette = everforest#get_palette(s:configuration.background, s:configuration.colors_override)
let s:path = expand('<sfile>:p') " the path of this script
let s:last_modified = 'Mon Sep 30 09:50:05 UTC 2024'
let s:last_modified = 'Mon Sep 30 10:08:51 UTC 2024'
let g:everforest_loaded_file_types = []

if !(exists('g:colors_name') && g:colors_name ==# 'everforest' && s:configuration.better_performance)
Expand Down Expand Up @@ -2869,7 +2869,7 @@ highlight! link shVariable Blue
highlight! link shVarAssign Orange
highlight! link shCmdSubRegion Green
highlight! link shCommandSub Orange
highlight! link shFunctionOne Green
highlight! link shFunction Green
highlight! link shFunctionKey RedItalic
" }}}
" syn_end }}}
Expand Down

0 comments on commit 87b8554

Please sign in to comment.