Underline enclose word of main cursor and fix Enclose word

This commit is contained in:
Krzosa Karol
2024-08-03 08:45:49 +02:00
parent e4a248bb60
commit 6c975b98a1
7 changed files with 26 additions and 3 deletions

View File

@@ -374,6 +374,7 @@ void GenerateConfig() {
Array<Var> colors = {};
colors.add({"Text", "GruvboxDark0Hard"});
colors.add({"TextUnderline", "GruvboxDark0Hard"});
colors.add({"Background", "GruvboxLight0Hard"});
colors.add({"InactiveWindow", "0x0000000F"});
colors.add({"TextLineNumbers", "GruvboxDark4"});