mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-09 21:28:30 -06:00
New setting for configuring brace matching background
This allows modifying this background colour and provides a better default, which does not make the cursor invisible (in dark mode) and it is itself visible outside of the current line (in light mode). See issues #2203 and #2320
This commit is contained in:
@@ -144,6 +144,8 @@ void ExtendedScintilla::reloadCommonSettings()
|
||||
}
|
||||
setPaper(Settings::getValue("syntaxhighlighter", "background_colour").toString());
|
||||
setColor(Settings::getValue("syntaxhighlighter", "foreground_colour").toString());
|
||||
setMatchedBraceBackgroundColor(Settings::getValue("syntaxhighlighter", "highlight_colour").toString());
|
||||
|
||||
}
|
||||
|
||||
void ExtendedScintilla::reloadKeywords()
|
||||
|
||||
Reference in New Issue
Block a user