element-web/res/themes/light-custom/css/_custom.scss

144 lines
6.3 KiB
SCSS
Raw Normal View History

2019-10-02 11:05:57 +02:00
/*
Copyright 2019 The Matrix.org Foundation C.I.C.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
2020-06-23 17:53:16 +02:00
$font-family: var(--font-family, $font-family);
$monospace-font-family: var(--font-family-monospace, $monospace-font-family);
// Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A741
$accent: var(--accent, $accent);
$alert: var(--alert, $alert);
$links: var(--links, $links);
$primary-content: var(--primary-content, $primary-content);
$secondary-content: var(--secondary-content, $secondary-content);
$tertiary-content: var(--tertiary-content, $tertiary-content);
$quaternary-content: var(--quaternary-content, $quaternary-content);
$quinary-content: var(--quinary-content, $quinary-content);
$system: var(--system, $system);
$background: var(--background, $background);
$panels: rgba($system, 0.9);
$panel-base: var(--panel-base, $tertiary-content); // This color is not intended for use in the app
$panel-selected: rgba($panel-base, 0.3);
$panel-hover: rgba($panel-base, 0.1);
$panel-actions: rgba($panel-base, 0.2);
$space-nav: rgba($panel-base, 0.1);
2019-09-26 16:15:45 +02:00
//
2019-10-01 15:31:43 +02:00
// --accent-color
$username-variant3-color: var(--accent-color);
2019-09-26 16:15:45 +02:00
//
2019-10-01 15:31:43 +02:00
// --timeline-background-color
$button-secondary-bg-color: var(--timeline-background-color);
$lightbox-border-color: var(--timeline-background-color);
$menu-bg-color: var(--timeline-background-color);
$message-action-bar-bg-color: var(--timeline-background-color);
$background: var(--timeline-background-color);
2019-10-01 15:31:43 +02:00
$togglesw-ball-color: var(--timeline-background-color);
2021-12-03 10:05:25 +01:00
$togglesw-off-color: var(--togglesw-off-color);
2019-10-01 15:31:43 +02:00
$droptarget-bg-color: var(--timeline-background-color-50pct); //still needs alpha at .5
$authpage-modal-bg-color: var(--timeline-background-color-50pct); //still needs alpha at .59
$roomheader-bg-color: var(--timeline-background-color);
2019-09-26 16:15:45 +02:00
//
2019-10-01 15:31:43 +02:00
// --roomlist-highlights-color
$panel-actions: var(--roomlist-highlights-color);
2019-09-26 16:15:45 +02:00
//
2019-10-01 15:31:43 +02:00
// --sidebar-color
2020-10-15 00:30:38 +02:00
$groupFilterPanel-bg-color: var(--sidebar-color);
2019-10-01 15:31:43 +02:00
$tooltip-timeline-bg-color: var(--sidebar-color);
$dialog-backdrop-color: var(--sidebar-color-50pct);
2019-09-26 16:15:45 +02:00
//
2019-10-01 15:31:43 +02:00
// --roomlist-background-color
$header-panel-bg-color: var(--roomlist-background-color);
$panel-gradient: var(--roomlist-background-color-0pct), var(--roomlist-background-color);
// these were #f2f5f8 instead of #f3f8fd, but close enough
$dark-panel-bg-color: var(--roomlist-background-color);
$input-lighter-bg-color: var(--roomlist-background-color);
$secondary-accent-color: var(--roomlist-background-color);
$selected-color: var(--roomlist-background-color);
$widget-menu-bar-bg-color: var(--roomlist-background-color);
2020-07-17 23:59:35 +02:00
$roomlist-bg-color: var(--roomlist-background-color);
2019-09-26 16:15:45 +02:00
//
2019-10-01 15:31:43 +02:00
// --timeline-text-color
$message-action-bar-fg-color: var(--timeline-text-color);
$primary-content: var(--timeline-text-color);
2019-10-01 15:31:43 +02:00
$settings-profile-overlay-placeholder-fg-color: var(--timeline-text-color);
$roomtopic-color: var(--timeline-text-color-50pct);
$tab-label-fg-color: var(--timeline-text-color);
// was #212121
2019-10-01 15:31:43 +02:00
$topleftmenu-color: var(--timeline-text-color);
// was #45474a
2019-10-01 15:31:43 +02:00
$dialog-title-fg-color: var(--timeline-text-color);
$tab-label-fg-color: var(--timeline-text-color);
// was #4e5054
2019-10-01 15:31:43 +02:00
$authpage-lang-color: var(--timeline-text-color);
// was #232f32
$authpage-primary-color: var(--timeline-text-color);
2019-10-01 15:31:43 +02:00
// --roomlist-text-secondary-color
$roomtile-default-badge-bg-color: var(--roomlist-text-secondary-color);
2019-10-01 15:31:43 +02:00
//
// --roomlist-separator-color
$input-darker-bg-color: var(--roomlist-separator-color);
$primary-hairline-color: var(--roomlist-separator-color);// originally #e5e5e5, but close enough
2019-09-26 16:15:45 +02:00
//
2019-10-01 15:31:43 +02:00
// --timeline-text-secondary-color
$authpage-secondary-color: var(--timeline-text-secondary-color);
$pinned-color: var(--timeline-text-secondary-color);
$settings-subsection-fg-color: var(--timeline-text-secondary-color);
$roomheader-addroom-bg-color: var(--timeline-text-secondary-color);
// was #747474
2019-10-01 15:31:43 +02:00
$light-fg-color: var(--timeline-text-secondary-color);
2021-12-03 10:05:25 +01:00
$focus-bg-color: var(--focus-bg-color, $focus-bg-color);
$room-highlight-color: var(--room-highlight-color);
$rte-room-pill-color: $room-highlight-color;
// was #888888
2019-10-01 15:31:43 +02:00
$info-plinth-fg-color: var(--timeline-text-secondary-color);
2019-09-26 16:15:45 +02:00
//
2019-10-01 15:31:43 +02:00
// --primary-color
$accent-alt: var(--primary-color);
2019-09-26 16:15:45 +02:00
//
2019-10-01 15:31:43 +02:00
// --warning-color
$button-danger-disabled-bg-color: var(--warning-color-50pct); // still needs alpha at 0.5
//
2020-09-28 16:20:16 +02:00
// --username colors (which use a 0-based index)
$username-variant1-color: var(--username-colors_0, $username-variant1-color);
$username-variant2-color: var(--username-colors_1, $username-variant2-color);
$username-variant3-color: var(--username-colors_2, $username-variant3-color);
$username-variant4-color: var(--username-colors_3, $username-variant4-color);
$username-variant5-color: var(--username-colors_4, $username-variant5-color);
$username-variant6-color: var(--username-colors_5, $username-variant6-color);
$username-variant7-color: var(--username-colors_6, $username-variant7-color);
$username-variant8-color: var(--username-colors_7, $username-variant8-color);
//
// --timeline-highlights-color
2020-04-28 16:49:25 +02:00
$event-selected-color: var(--timeline-highlights-color);
$event-highlight-bg-color: var(--timeline-highlights-color);
//
// redirect some variables away from their hardcoded values in the light theme
$settings-grey-fg-color: $primary-content;
// --eventbubble colors
$eventbubble-self-bg: var(--eventbubble-self-bg, $eventbubble-self-bg);
$eventbubble-others-bg: var(--eventbubble-others-bg, $eventbubble-others-bg);
$eventbubble-bg-hover: var(--eventbubble-bg-hover, $eventbubble-bg-hover);
$eventbubble-reply-color: var(--eventbubble-reply-color, $eventbubble-reply-color);
2021-12-03 10:05:25 +01:00
$reaction-row-button-selected-bg-color: var(--reaction-row-button-selected-bg-color, $reaction-row-button-selected-bg-color);
$menu-selected-color: var(--menu-selected-color, $menu-selected-color);
$other-user-pill-bg-color: var(--other-user-pill-bg-color, $other-user-pill-bg-color);