[themes] fix some themes colors

This commit is contained in:
maxkadushkin
2025-06-15 23:49:20 +03:00
parent 2795ffe847
commit 0bad95594e
3 changed files with 5 additions and 8 deletions

View File

@ -31,7 +31,7 @@
--border-regular-control: #c0c0c0;
--border-control-focus: #848484;
--border-error: #f62211;
--border-sidebar: #cbcbcb;
--border-sidebar: #f7f7f7;
--border-sidebar-item: transparent;
--border-sidebar-icon: #cbcbcb;
--border-radius-sidebar-item: 8px;

View File

@ -1,9 +1,8 @@
:root {
.theme-gray {
--background-normal: #fff;
--background-normal: #f7f7f7;
--background-normal-element: #fff;
--background-normal-element-light: #f9f9f9;
--background-tabbar: #f7f7f7;
/*--background-button: #fff;*/
--background-accent-button: #3483db;
@ -11,7 +10,6 @@
--background-scrim: fade(#000, 20%);
--background-scroll-thumb: #e0e0e0;
--background-action-panel: #fff;
--background-icon-normal: transparent;
--highlight-button-hover: #e0e0e0;
--highlight-button-pressed: #ccc;
@ -24,7 +22,7 @@
--highlight-text-select: #3494fb;
--highlight-scroll-thumb-hover: #ccc;
--highlight-scroll-track-hover: fade(#000, 3%);
--highlight-sidebar-item-pressed: #ccc;
--highlight-sidebar-item-pressed: #fff;
--highlight-toolbar-tab-underline-document: #4A87E7;
--border-tabbar: #cbcbcb;
@ -32,7 +30,7 @@
--border-regular-control: #c0c0c0;
--border-control-focus: #848484;
--border-error: #f62211;
--border-sidebar: #cbcbcb;
--border-sidebar: #f7f7f7;
--border-sidebar-item: transparent;
--border-radius-sidebar-item: 8px;
--border-radius-sidebar-item-icon: 6px;
@ -52,6 +50,5 @@
--disabled-element-opacity: .4;
--theme-inverted-image-filter: none;
--shadow-sidebar-item-pressed: 0 none;
}
}

View File

@ -19,7 +19,7 @@
"tool-button-hover-background": "#e6e6e6",
"tool-button-pressed-background": "#b7b7b7",
"tool-button-active-background1": "#fff",
"tool-button-active-background": "#fff",
"tool-button-active-background": "#f7f7f7",
"download-widget-background": "#fff",
"download-widget-border": "#cbcbcb",