Skip to content

Commit

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

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

0 comments on commit b16dcd7

Please sign in to comment.