22 rice
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user