sops i fucking cannnnt

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-30 20:43:20 +02:00
parent 1ff9e9231d
commit 52343cbc23
10 changed files with 218 additions and 72 deletions

View File

@@ -65,25 +65,25 @@
"modifiers" = [ "italic" ];
};
"constant" = accent.bright;
"constant.character.escape" = foreground;
"constant.character.escape" = special.bright;
"constant.numeric" = foreground;
"constructor" = foreground;
"constructor" = blue.dark;
"debug" = yellow.base;
"diagnostic.modifiers" = [ "underlined" ];
"diff.delta" = blue.bright;
"diff.minus" = red.bright;
"diff.plus" = green.bright;
"diff.minus" = negative.bright;
"diff.plus" = positive.bright;
"error" = red.base;
"function" = foreground;
"hint" = foreground;
"function" = secondary.bright;
"hint" = tertiary.bright;
"info" = foreground;
"keyword" = foreground;
"keyword" = secondary.base;
"label" = foreground;
"namespace" = foreground;
"namespace" = weird.bright;
"operator" = foreground;
"special" = foreground;
"special" = special.base;
"string" = secondary.bright;
"type" = foreground;
"type" = red.dark;
"variable" = accent.base;
"variableother.member" = foreground;
"warning" = red.base;