This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-22 21:40:39 +02:00
parent 7d6429d466
commit 43a2bf1fcb
5 changed files with 18 additions and 13 deletions

View File

@@ -39,13 +39,17 @@
file-picker.hidden = false;
middle-click-paste = false;
cursorline = true;
indent-guides.render = true;
indent-guides = {
render = true;
character = "";
};
lsp.display-inlay-hints = true;
statusline.center = [ "position-percentage" ];
true-color = true;
whitespace.characters = {
newline = "";
tab = "";
skip-levels = 1;
};
};
@@ -60,9 +64,9 @@
"fg" = white.dark;
"modifiers" = [ "italic" ];
};
"constant" = cyan.bright;
"constant" = yellow.base;
"constant.character.escape" = yellow.bright;
"constant.numeric" = blue.bright;
"constant.numeric" = green.bright;
"constructor" = magenta.bright;
"debug" = yellow.dark;
"diagnostic.modifiers" = [ "underlined" ];