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

@@ -38,6 +38,7 @@ local GruvboxFadedAqua = 0x427b58ff
local GruvboxFadedOrange = 0xaf3a03ff
Color = {}
Color.Text = GruvboxDark0Hard
Color.TextUnderline = GruvboxDark0Hard
Color.Background = GruvboxLight0Hard
Color.InactiveWindow = 0x0000000F
Color.TextLineNumbers = GruvboxDark4
@@ -197,6 +198,7 @@ end
)==";
void ReloadStyle() {
ColorText = GetColor("Text", ColorText);
ColorTextUnderline = GetColor("TextUnderline", ColorTextUnderline);
ColorBackground = GetColor("Background", ColorBackground);
ColorInactiveWindow = GetColor("InactiveWindow", ColorInactiveWindow);
ColorTextLineNumbers = GetColor("TextLineNumbers", ColorTextLineNumbers);