Skip to content

Commit ac5234f

Browse files
committed
removed hi clear command from loading colorscheme fixed #181
This command clear all highlights which are not provided in this colorscheme. DevIcons group is an example. check #181 for more information.
1 parent d6245f0 commit ac5234f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixes
1515

1616
- fixed #175
17+
- removed `hi clear` command from loading colorscheme fixed #181
1718

1819
## [v0.0.5] - 03 May 2022
1920

lua/github-theme/util.lua

-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ util.load = function(hi)
156156
util.colors_name = 'github_' .. theme_style
157157

158158
--Setting
159-
vim.cmd('hi clear')
160159
if vim.fn.exists('syntax_on') then
161160
vim.cmd('syntax reset')
162161
end

0 commit comments

Comments
 (0)