mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-04 01:55:11 +02:00
modules/highlights: add highlightOverride
This commit is contained in:
parent
b57fb15344
commit
30bc345dee
2 changed files with 55 additions and 14 deletions
|
@ -1,7 +1,12 @@
|
|||
{
|
||||
example = {
|
||||
options.termguicolors = true;
|
||||
|
||||
highlight = {
|
||||
MacchiatoRed.fg = "#ed8796";
|
||||
};
|
||||
|
||||
highlightOverride = {
|
||||
Normal.fg = "#ff0000";
|
||||
|
||||
# With raw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue