theme changes (hover bg, dark selection bg)
Some checks are pending
Run tests / test-runner (push) Waiting to run

This commit is contained in:
Jan Prochazka 2024-11-22 10:22:38 +01:00
parent bf67a5f13d
commit c7cc1b7611
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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 */