statusbar styling

This commit is contained in:
Jan Prochazka
2021-11-25 19:02:52 +01:00
parent d0705ec83e
commit 6304bf5564
5 changed files with 37 additions and 22 deletions

View File

@@ -37,6 +37,7 @@
--theme-bg-magenta: #551c3b; /* magenta-3 */
--theme-font-inv-1: #ffffff;
--theme-font-inv-15: #dedede;
--theme-font-inv-2: #b3b3b3;
--theme-font-inv-3: #808080;
--theme-font-inv-4: #4d4d4d;
@@ -52,8 +53,8 @@
--theme-bg-selected: #15395b; /* blue-3 */
--theme-bg-selected-point: #1765ad; /* blue-5 */
--theme-bg-statusbar-inv: blue;
--theme-bg-statusbar-inv-hover: #4040FF;
--theme-bg-statusbar-inv: #0050b3;
--theme-bg-statusbar-inv-hover: #096dd9;
--theme-bg-modalheader: rgb(43, 60, 61);
--theme-bg-button-inv: #004488;

View File

@@ -30,6 +30,7 @@
--theme-bg-magenta: #ffadd2; /* magenta-3 */
--theme-font-inv-1: #ffffff;
--theme-font-inv-15: #dedede;
--theme-font-inv-2: #b3b3b3;
--theme-font-inv-3: #808080;
--theme-font-inv-4: #4d4d4d;
@@ -46,8 +47,8 @@
--theme-bg-selected-point: #40a9ff; /* blue-5 */
--theme-bg-statusbar-inv: blue;
--theme-bg-statusbar-inv-hover: #4040FF;
--theme-bg-statusbar-inv: #0050b3;
--theme-bg-statusbar-inv-hover: #096dd9;
--theme-bg-modalheader: #eff;
--theme-bg-button-inv: #337ab7;