Skip to content

Commit ad781f6

Browse files
committed
feat(plugin): optimize junegunn/limelight.vim
1 parent 55f6de0 commit ad781f6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- Add `g:sonokai_spell_foreground`.
10+
- Optimize `junegunn/limelight.vim`.
1011

1112
### Changed
1213

colors/sonokai.vim

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
let s:configuration = sonokai#get_configuration()
1111
let s:palette = sonokai#get_palette(s:configuration.style)
1212
let s:path = expand('<sfile>:p') " the path of this script
13-
let s:last_modified = 'Sat Jan 22 12:12:24 UTC 2022'
13+
let s:last_modified = 'Sun Jan 23 12:56:48 UTC 2022'
1414
let g:sonokai_loaded_file_types = []
1515

1616
if !(exists('g:colors_name') && g:colors_name ==# 'sonokai' && s:configuration.better_performance)
@@ -707,6 +707,10 @@ highlight! link WhichKeySeperator Green
707707
highlight! link WhichKeyGroup Orange
708708
highlight! link WhichKeyDesc Blue
709709
" }}}
710+
" junegunn/limelight.vim {{{
711+
let g:limelight_conceal_ctermfg = s:palette.grey_dim[1]
712+
let g:limelight_conceal_guifg = s:palette.grey_dim[0]
713+
" }}}
710714
" unblevable/quick-scope {{{
711715
call sonokai#highlight('QuickScopePrimary', s:palette.green, s:palette.none, 'underline')
712716
call sonokai#highlight('QuickScopeSecondary', s:palette.blue, s:palette.none, 'underline')

0 commit comments

Comments
 (0)