mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-09 21:28:30 -06:00
New settings for changing the selection appearance in editors
Default values follow desktop style as before. See issue #2320.
This commit is contained in:
@@ -146,6 +146,9 @@ void ExtendedScintilla::reloadCommonSettings()
|
||||
setColor(Settings::getValue("syntaxhighlighter", "foreground_colour").toString());
|
||||
setMatchedBraceBackgroundColor(Settings::getValue("syntaxhighlighter", "highlight_colour").toString());
|
||||
|
||||
setSelectionBackgroundColor(Settings::getValue("syntaxhighlighter", "selected_bg_colour").toString());
|
||||
|
||||
setSelectionForegroundColor(Settings::getValue("syntaxhighlighter", "selected_fg_colour").toString());
|
||||
}
|
||||
|
||||
void ExtendedScintilla::reloadKeywords()
|
||||
|
||||
Reference in New Issue
Block a user