Updated query error row selection color as per dark theme style guide. Fixes #6723

This commit is contained in:
Nikhil Mohite
2021-09-17 21:04:49 +05:30
committed by Akshay Joshi
parent 99c99a9ce9
commit 44e770aa0b
2 changed files with 3 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ $alert-warning-color: $color-bg;
$alert-header-fg: $color-fg;
$table-bg: $color-gray-lighter;
// SET sql text selection background color.
$sql-editor-selection-bg: #536270;
$color-editor-fg: #7dc9f1;
$color-editor-keyword: #db7c74;