Background color of CursorLine to black

In order to better recognize the current line.
This commit is contained in:
Daniel Siepmann 2025-01-15 14:11:50 +01:00
parent c2f44d943a
commit 95252e9877
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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