Merge pull request 'fix/color-token' (#507) from fix/color-token into release/v9.2.0

This commit is contained in:
Maxim Kadushkin
2025-11-03 22:01:04 +00:00
7 changed files with 0 additions and 20 deletions

View File

@ -7,7 +7,6 @@
/*--background-button: #fff;*/
--background-accent-button: #3483db;
--background-primary-button: #444;
--background-scrim: fade(#000, 20%);
--background-scroll-thumb: #e0e0e0;
--background-action-panel: #fff;
--background-icon-normal: #fff;
@ -30,7 +29,6 @@
--border-divider: #dfdfdf;
--border-regular-control: #c0c0c0;
--border-control-focus: #848484;
--border-error: #f62211;
--border-sidebar: #f7f7f7;
--border-sidebar-item: transparent;
--border-sidebar-icon: #cbcbcb;
@ -48,7 +46,6 @@
--text-negative: var(--text-normal);
--icon-normal: fade(#000, 80%);
--icon-success: #090;
--disabled-element-opacity: .4;
--theme-inverted-image-filter: none;
@ -72,7 +69,6 @@
@background-button: var(--background-button,#fff);
@background-accent-button: var(--background-accent-button);
@background-primary-button: var(--background-primary-button);
@background-scrim: var(--background-scrim);
@background-scroll-thumb: var(--background-scroll-thumb);
@background-action-panel: var(--background-action-panel);
@background-icon-normal: var(--background-icon-normal);
@ -95,7 +91,6 @@
@border-divider: var(--border-divider);
@border-regular-control: var(--border-regular-control);
@border-control-focus: var(--border-control-focus);
@border-error: var(--border-error);
@border-sidebar: var(--border-sidebar);
@border-sidebar-item: var(--border-sidebar-item);
@border-sidebar-icon: var(--border-sidebar-icon, transparent);
@ -115,7 +110,6 @@
@text-negative: var(--text-negative);
@icon-normal: var(--icon-normal);
@icon-success: var(--icon-success);
@disabled-element-opacity: var(--disabled-element-opacity);
@theme-inverted-image-filter: var(--theme-inverted-image-filter);

View File

@ -6,7 +6,6 @@
/*--background-button: #fff;*/
/*--background-accent-button: #3483db;*/
--background-primary-button: #a5a5a5;
/*--background-scrim: fade(#000, 20%);*/
/*--background-scroll-thumb: #e0e0e0;*/
--highlight-button-hover: #ebebeb;
@ -25,7 +24,6 @@
--border-divider: #cbcbcb;
--border-regular-control: #cfcfcf;
--border-control-focus: #848484;
--border-error: #d9534f;
--text-normal: #444;
--text-normal-pressed: #444;

View File

@ -6,7 +6,6 @@
--background-button: #1e1e1e;
--background-primary-button: #e6e6e6;
--background-accent-button: #3483db;
--background-scrim: fade(#000, 60%);
--background-scroll-thumb: #424242;
--background-action-panel: #212121;
--background-icon-normal: #2a2a2a;
@ -31,7 +30,6 @@
--border-divider: #414141;
--border-regular-control: #696969;
--border-control-focus: #b8b8b8;
--border-error: #f62211;
--border-sidebar: 0 none;
--border-sidebar-icon: #616161;

View File

@ -6,7 +6,6 @@
--background-button: #333;
--background-primary-button: #ddd;
--background-accent-button: #3483db;
--background-scrim: fade(#000, 60%);
--background-scroll-thumb: #555;
--background-action-panel: #333;
--background-icon-normal: #333;
@ -31,7 +30,6 @@
--border-divider: #505050;
--border-regular-control: #666666;
--border-control-focus: #ccc;
--border-error: #f62211;
--border-sidebar: #2a2a2a;
--border-sidebar-icon: #616161;

View File

@ -7,7 +7,6 @@
/*--background-button: #fff;*/
--background-accent-button: #3483db;
--background-primary-button: #444;
--background-scrim: fade(#000, 20%);
--background-scroll-thumb: #e0e0e0;
--background-action-panel: #fff;
@ -29,7 +28,6 @@
--border-divider: #dfdfdf;
--border-regular-control: #c0c0c0;
--border-control-focus: #848484;
--border-error: #f62211;
--border-sidebar: #f7f7f7;
--border-sidebar-item: transparent;
--border-radius-sidebar-item: 8px;
@ -44,7 +42,6 @@
--text-contrast-background: #fff;
--icon-normal: fade(#000, 80%);
--icon-success: #090;
--disabled-element-opacity: .4;
--theme-inverted-image-filter: none;

View File

@ -6,7 +6,6 @@
--background-button: #333;
--background-primary-button: #ddd;
--background-accent-button: #3483db;
--background-scrim: fade(#000, 60%);
--background-scroll-thumb: #555;
--background-action-panel: #404040;
--background-icon-normal: #404040;
@ -30,7 +29,6 @@
--border-divider: #505050;
--border-regular-control: #585858;
--border-control-focus: #ccc;
--border-error: #f62211;
--border-sidebar: var(--border-tabbar);
--border-sidebar-icon: #585858;

View File

@ -8,7 +8,6 @@
/*--background-button: #fff;*/
--background-accent-button: #3483db;
--background-primary-button: #3483db;
--background-scrim: fade(#000, 20%);
--background-scroll-thumb: #e0e0e0;
--background-action-panel: #fff;
--background-icon-normal: #fff;
@ -31,7 +30,6 @@
--border-divider: #dfdfdf;
--border-regular-control: #c0c0c0;
--border-control-focus: #848484;
--border-error: #f62211;
--border-sidebar: var(--background-normal);
--border-sidebar-item: transparent;
--border-sidebar-icon: var(--border-divider);
@ -49,7 +47,6 @@
--text-negative: #991B1B;
--icon-normal: fade(#000, 80%);
--icon-success: #090;
--disabled-element-opacity: .4;
--theme-inverted-image-filter: none;