mirror of
https://github.com/dbgate/dbgate
synced 2024-11-23 08:51:02 +00:00
theme changes (hover bg, dark selection bg)
Some checks are pending
Run tests / test-runner (push) Waiting to run
Some checks are pending
Run tests / test-runner (push) Waiting to run
This commit is contained in:
parent
bf67a5f13d
commit
c7cc1b7611
@ -49,8 +49,8 @@
|
||||
|
||||
--theme-border: #555;
|
||||
|
||||
--theme-bg-hover: #112a45;
|
||||
--theme-bg-selected: #15395b; /* blue-3 */
|
||||
--theme-bg-hover: #555;
|
||||
--theme-bg-selected: #1d4d7e; /* blue-4 */
|
||||
--theme-bg-selected-point: #1765ad; /* blue-5 */
|
||||
|
||||
--theme-bg-statusbar-inv: #0050b3;
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
--theme-border: #ccc;
|
||||
|
||||
--theme-bg-hover: #bae7ff;
|
||||
--theme-bg-hover: #ccc;
|
||||
--theme-bg-selected: #91d5ff; /* blue-3 */
|
||||
--theme-bg-selected-point: #40a9ff; /* blue-5 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user