mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Updated query error row selection color as per dark theme style guide. Fixes #6723
This commit is contained in:
committed by
Akshay Joshi
parent
99c99a9ce9
commit
44e770aa0b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user