aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-03 11:59:00 +0800
committerGitHub <noreply@github.com>2023-12-03 11:59:00 +0800
commit0d885247b03439ee3aff4c0b9ec095a29bb21759 (patch)
tree8b3d8419bcfe2408ead3aaf1da73f05835292212 /test/functional/api
parent481a3158866638946c91fab28ae5bca97ff1e814 (diff)
parent64a14026d76ba1798d91e15a941fcb6af7cbc5ad (diff)
downloadrneovim-0d885247b03439ee3aff4c0b9ec095a29bb21759.tar.gz
rneovim-0d885247b03439ee3aff4c0b9ec095a29bb21759.tar.bz2
rneovim-0d885247b03439ee3aff4c0b9ec095a29bb21759.zip
Merge pull request #26334 from echasnovski/default-colorscheme
feat(highlight): update default color scheme
Diffstat (limited to 'test/functional/api')
-rw-r--r--test/functional/api/highlight_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/api/highlight_spec.lua b/test/functional/api/highlight_spec.lua
index 7d7d07e30e..c9edbf825d 100644
--- a/test/functional/api/highlight_spec.lua
+++ b/test/functional/api/highlight_spec.lua
@@ -561,7 +561,7 @@ describe('API: get highlight', function()
end)
it('can correctly detect links', function()
- command('hi String guifg=#a6e3a1')
+ command('hi String guifg=#a6e3a1 ctermfg=NONE')
command('hi link @string string')
command('hi link @string.cpp @string')
eq({ fg = 10937249 }, meths.get_hl(0, { name = 'String' }))