Adjust carets in title bar, Command_ReplaceEx, adjust look of underline

This commit is contained in:
Krzosa Karol
2024-08-08 17:36:18 +02:00
parent a004976c6b
commit 95b7ded031
10 changed files with 81 additions and 46 deletions

View File

@@ -350,8 +350,8 @@ function GenericTextFileRule(_s)
end
end
line, col, _s = ChopLineAndColumn(_s)
_s = ChopColon(_s)
line, col, _s = ChopLineAndColumn(_s)
file_path = match_path(_s)
return {kind = "text", file_path = file_path, line = line, col = col}
end
@@ -457,6 +457,8 @@ void GenerateConfig() {
colors.add({"SubCaret", "GruvboxGray245"});
colors.add({"Selection", "GruvboxLight1"});
colors.add({"WhitespaceDuringSelection", "GruvboxLight4"});
colors.add({"MouseUnderline", "GruvboxDark0Hard"});
colors.add({"CaretUnderline", "GruvboxGray245"});
colors.add({"FuzzySearchLineHighlight", "GruvboxDark0"});