From b0a2c394a0fc38e4df0151b4035e2bd7442b7b12 Mon Sep 17 00:00:00 2001 From: Denis Dokin Date: Tue, 3 Jun 2025 12:46:52 +0300 Subject: [PATCH] Update colors-table-white-dark.less --- .../less/colors-table-white-dark.less | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/common/main/resources/less/colors-table-white-dark.less b/apps/common/main/resources/less/colors-table-white-dark.less index c194389581..5ef82f0809 100644 --- a/apps/common/main/resources/less/colors-table-white-dark.less +++ b/apps/common/main/resources/less/colors-table-white-dark.less @@ -8,11 +8,11 @@ --toolbar-header-pdf: #222222; --toolbar-header-visio: #222222; - --text-toolbar-header-on-background-document: #FFFFFF; - --text-toolbar-header-on-background-spreadsheet: #FFFFFF; - --text-toolbar-header-on-background-presentation: #FFFFFF; - --text-toolbar-header-on-background-pdf: #FFFFFF; - --text-toolbar-header-on-background-visio: #FFFFFF; + --text-toolbar-header-on-background-document: #222222; + --text-toolbar-header-on-background-spreadsheet: #222222; + --text-toolbar-header-on-background-presentation: #222222; + --text-toolbar-header-on-background-pdf: #222222; + --text-toolbar-header-on-background-visio: #222222; --background-normal: #404040; --background-toolbar: #404040; @@ -20,7 +20,7 @@ --background-toolbar-additional: #404040; --background-primary-dialog-button: #6e9fec; --background-accent-button: #446995; - --background-notification-popover: #fcfed7; + --background-notification-popover: #1F2C5C; --background-notification-badge: #ffd112; --background-scrim: fade(#000, 20%); --background-loader: fade(#181818, 90%); @@ -62,10 +62,10 @@ --text-normal-pressed: #f9f9f9; --text-secondary: #969696; --text-tertiary: #cecece; - --text-link: #445799; - --text-link-hover: #445799; - --text-link-active: #445799; - --text-link-visited: #445799; + --text-link: #92B7F0; + --text-link-hover: #B7CFF5; + --text-link-active: #B7CFF5; + --text-link-visited: #92B7F0; --text-inverse: #fff; --text-toolbar-header: #f3f3f3; --text-contrast-background: #fff;