Background color of CursorLine to black
In order to better recognize the current line.
This commit is contained in:
parent
c2f44d943a
commit
95252e9877
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## v1.7.2 2025-01-15
|
||||
|
||||
### Changed
|
||||
|
||||
- Background color of CursorLine to black.
|
||||
In order to better recognize the current line.
|
||||
|
||||
## v1.7.1 2024-10-04
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -24,7 +24,7 @@ hi ColorColumn cterm=bold ctermbg=1 ctermfg=15
|
|||
hi ColumnMargin cterm=none ctermbg=0 gui=none guibg=#000000
|
||||
hi ColumnMargin cterm=none ctermbg=none ctermfg=none
|
||||
hi CursorColumn cterm=none ctermbg=238 ctermfg=none gui=none guibg=#424242
|
||||
hi CursorLine cterm=none ctermbg=235 ctermfg=none
|
||||
hi CursorLine cterm=none ctermbg=black ctermfg=none
|
||||
hi CursorLineNr cterm=none ctermbg=235 ctermfg=gray
|
||||
hi Directory cterm=none ctermbg=none ctermfg=4 gui=none guibg=#242424 guifg=#88CCE7
|
||||
hi Error cterm=none ctermbg=1 ctermfg=15 gui=none guifg=#F7F7F7
|
||||
|
|
Loading…
Add table
Reference in a new issue