element-web/res/themes/light/css/_light.scss

356 lines
10 KiB
SCSS
Raw Normal View History

2018-05-25 04:17:29 +02:00
// XXX: check this?
/* Nunito lacks combining diacritics, so these will fall through
to the next font. Helevetica's diacritics however do not combine
nicely (on OSX, at least) and result in a huge horizontal mess.
Arial empirically gets it right, hence prioritising Arial here. */
/* We fall through to Twemoji for emoji rather than falling through
to native Emoji fonts (if any) to ensure cross-browser consistency */
/* Noto Color Emoji contains digits, in fixed-width, therefore causing
digits in flowed text to stand out.
TODO: Consider putting all emoji fonts to the end rather than the front. */
$font-family: 'Inter', 'Twemoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Arial', 'Helvetica', sans-serif, 'Noto Color Emoji';
2018-05-25 04:17:29 +02:00
$monospace-font-family: 'Inconsolata', 'Twemoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Courier', monospace, 'Noto Color Emoji';
2019-05-19 18:41:18 +02:00
// Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A120
2021-11-15 10:42:06 +01:00
// ********************
$primary-content: #17191C;
$secondary-content: #737D8C;
$tertiary-content: #8D97A5;
$quaternary-content: #c1c6cd;
$quinary-content: #E3E8F0;
$system: #F4F6FA;
$background: #ffffff;
$panels: rgba($system, 0.9);
$panel-selected: rgba($tertiary-content, 0.3);
$panel-hover: rgba($tertiary-content, 0.1);
$panel-actions: rgba($tertiary-content, 0.2);
$space-nav: rgba($tertiary-content, 0.15);
$accent: #0DBD8B;
$alert: #FF5B55;
$links: #0086e6;
2021-11-15 10:42:06 +01:00
$username-variant1-color: #368bd6;
$username-variant2-color: #ac3ba8;
$username-variant3-color: #0DBD8B;
$username-variant4-color: #e64f7a;
$username-variant5-color: #ff812d;
$username-variant6-color: #2dc2c5;
$username-variant7-color: #5c56f5;
$username-variant8-color: #74d12c;
// ********************
2019-05-19 18:41:18 +02:00
2021-11-15 10:42:06 +01:00
// Reused Figma non-compound colors
// ********************
$inverted-bg-color: #27303a;
$header-panel-bg-color: #f3f8fd;
2021-11-15 10:42:06 +01:00
// ********************
2019-02-12 14:02:21 +01:00
2021-11-15 10:42:06 +01:00
// Theme specific colors
// ********************
$icon-button-color: $quaternary-content;
// ********************
2018-05-25 04:17:29 +02:00
// Colors that aren't in Figma and are theme specific - we need to get rid of these
// ********************
$selection-fg-color: $background;
$yellow-background: #fff8e3;
$secondary-accent-color: #f2f5f8;
$button-fg-color: $background;
$neutral-badge-color: #dbdbdb;
$strong-input-border-color: #c7c7c7;
$preview-widget-bar-color: #dddddd;
$accent-fg-color: $background;
$accent-alt: #238CF5;
$info-plinth-fg-color: #888;
// ********************
2021-11-15 10:42:06 +01:00
// Colors that aren't in Figma - we need to get rid of these
// ********************
$dark-panel-bg-color: $secondary-accent-color;
2021-11-15 10:42:06 +01:00
$muted-fg-color: #61708b;
2018-05-25 04:17:29 +02:00
$light-fg-color: #747474;
$focus-bg-color: $preview-widget-bar-color;
2018-05-25 04:17:29 +02:00
$info-plinth-bg-color: #f7f7f7;
2020-07-27 17:49:05 +02:00
$event-selected-color: #f6f7f8;
2021-11-15 10:42:06 +01:00
$topleftmenu-color: #212121;
$roomtopic-color: #9e9e9e;
$groupFilterPanel-bg-color: rgba(232, 232, 232, 0.77);
$panel-gradient: rgba(242, 245, 248, 0), rgba(242, 245, 248, 1);
$h3-color: #3d3b39;
2021-11-15 10:42:06 +01:00
$event-highlight-bg-color: $yellow-background;
$header-panel-text-primary-color: #91A1C0;
2021-11-15 10:42:06 +01:00
// ********************
2018-05-25 04:17:29 +02:00
2021-11-15 10:42:06 +01:00
// Blockquote
// ********************
2021-11-29 13:52:09 +01:00
$blockquote-bar-color: $focus-bg-color;
2021-11-15 10:42:06 +01:00
// ********************
// Tooltip
// ********************
$tooltip-timeline-bg-color: $inverted-bg-color;
$tooltip-timeline-fg-color: $background;
// ********************
// Widget
// ********************
$widget-menu-bar-bg-color: $secondary-accent-color;
2021-11-16 11:10:44 +01:00
$widget-body-bg-color: $background;
2021-11-15 10:42:06 +01:00
// ********************
2018-05-25 04:17:29 +02:00
2021-11-15 10:42:06 +01:00
// Menu
// ********************
$menu-border-color: #e7e7e7;
2021-11-17 10:36:28 +01:00
$menu-bg-color: $background;
2021-11-15 10:42:06 +01:00
$menu-box-shadow-color: rgba(118, 131, 156, 0.6);
$menu-selected-color: #f5f8fa;
// ********************
// Settings
// ********************
2018-05-25 04:17:29 +02:00
$settings-grey-fg-color: #a2a2a2;
2019-02-19 12:49:49 +01:00
$settings-profile-overlay-placeholder-fg-color: #2e2f32;
2021-11-29 13:52:09 +01:00
$settings-profile-button-bg-color: $menu-border-color;
2021-11-16 11:10:44 +01:00
$settings-subsection-fg-color: $muted-fg-color;
2021-11-15 10:42:06 +01:00
// ********************
2018-05-25 04:17:29 +02:00
2021-11-15 10:42:06 +01:00
// RoomHeader
// ********************
$roomheader-addroom-bg-color: rgba(92, 100, 112, 0.2);
$roomheader-addroom-fg-color: #5c6470;
2018-05-25 04:17:29 +02:00
// ********************
2021-11-15 10:42:06 +01:00
// Rich-text-editor
// ********************
$rte-room-pill-color: #aaa;
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);
2021-11-15 10:42:06 +01:00
$rte-bg-color: #e9e9e9;
$rte-code-bg-color: rgba(0, 0, 0, 0.04);
// ********************
2020-06-12 21:52:54 +02:00
2021-11-15 10:42:06 +01:00
// Presence
// ********************
2020-07-18 00:04:02 +02:00
$presence-away: #d9b072;
$presence-offline: $quinary-content;
2020-06-12 21:52:54 +02:00
// ********************
2021-11-15 10:42:06 +01:00
// Inputs
2018-05-25 04:17:29 +02:00
// ********************
2021-11-29 13:52:09 +01:00
$input-border-color: $menu-border-color;
2021-11-15 10:42:06 +01:00
$input-darker-bg-color: $quinary-content;
$input-darker-fg-color: #9fa9ba;
2021-11-29 13:52:09 +01:00
$input-lighter-bg-color: $secondary-accent-color;
$input-underline-color: rgba(151, 151, 151, 0.5);
$input-fg-color: rgba(74, 74, 74, 0.9);
2018-05-25 04:17:29 +02:00
// ********************
2019-07-03 10:32:37 +02:00
2021-11-15 10:42:06 +01:00
// Dialog
// ********************
$dialog-title-fg-color: #45474a;
$dialog-backdrop-color: rgba(46, 48, 51, 0.38);
$dialog-close-fg-color: #c1c1c1;
$dialog-shadow-color: rgba(0, 0, 0, 0.48);
2021-11-15 10:42:06 +01:00
// ********************
2019-07-02 18:31:11 +02:00
2021-11-15 10:42:06 +01:00
// ImageBody
// ********************
$imagebody-giflabel: rgba(0, 0, 0, 0.7);
$imagebody-giflabel-border: rgba(0, 0, 0, 0.2);
2021-11-29 13:52:09 +01:00
$imagebody-giflabel-color: $background;
2021-11-15 10:42:06 +01:00
// ********************
2018-05-25 04:17:29 +02:00
2021-11-15 10:42:06 +01:00
// RoomList
// ********************
$roomlist-bg-color: rgba(245, 245, 245, 0.90);
2021-11-29 13:52:09 +01:00
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, $background 0%, #ffffff00 100%);
2021-11-16 11:10:44 +01:00
$roomtile-default-badge-bg-color: $muted-fg-color;
2021-11-15 10:42:06 +01:00
// ********************
2018-05-25 04:17:29 +02:00
// e2e
2021-11-15 10:42:06 +01:00
// ********************
$e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent
$e2e-unknown-color: #e8bf37;
2018-05-25 04:17:29 +02:00
$e2e-unverified-color: #e8bf37;
$e2e-warning-color: #ba6363;
2021-11-15 10:42:06 +01:00
// ********************
2018-05-25 04:17:29 +02:00
// Tabbed views
2021-11-15 10:42:06 +01:00
// ********************
2021-11-29 13:52:09 +01:00
$tab-label-fg-color: $dialog-title-fg-color;
$tab-label-active-fg-color: $background;
2021-11-15 10:42:06 +01:00
// ********************
// Buttons
2021-11-15 10:42:06 +01:00
// ********************
2021-11-16 11:10:44 +01:00
$button-primary-fg-color: $background;
2019-02-12 16:40:06 +01:00
$button-secondary-bg-color: $accent-fg-color;
$button-danger-fg-color: $background;
$button-danger-disabled-fg-color: $background;
2019-01-22 23:18:14 +01:00
$button-danger-disabled-bg-color: #f5b6bb; // TODO: Verify color
2021-11-15 10:42:06 +01:00
// ********************
// Toggle switch
2021-11-15 10:42:06 +01:00
// ********************
$togglesw-off-color: #c1c9d6;
2021-11-16 11:10:44 +01:00
$togglesw-ball-color: $background;
2021-11-15 10:42:06 +01:00
// ********************
2021-11-15 10:42:06 +01:00
// Authpage
// ********************
$authpage-primary-color: #232f32;
$authpage-bg-color: #2e3649;
2021-11-29 13:52:09 +01:00
$authpage-modal-bg-color: $roomlist-bg-color;
$authpage-focus-bg-color: $focus-bg-color;
$authpage-lang-color: #4e5054;
2021-11-16 11:10:44 +01:00
$authpage-secondary-color: $muted-fg-color;
2021-11-15 10:42:06 +01:00
// ********************
2021-11-15 10:42:06 +01:00
// Message action bar
// ********************
$message-action-bar-bg-color: $background;
$message-action-bar-fg-color: $primary-content;
$message-action-bar-border-color: #e9edf1;
2019-05-15 10:12:53 +02:00
$message-action-bar-hover-border-color: $focus-bg-color;
2021-11-15 10:42:06 +01:00
// ********************
2021-11-15 10:42:06 +01:00
// Reaction row
// ********************
2019-05-15 10:12:53 +02:00
$reaction-row-button-hover-border-color: $focus-bg-color;
$reaction-row-button-selected-bg-color: #e9fff9;
2021-11-15 10:42:06 +01:00
// ********************
2021-11-15 10:42:06 +01:00
// Voice messages
// ********************
// These two don't change between themes. They are the $alert, but we don't want
// custom themes to affect them by accident.
$voice-record-stop-symbol-color: #ff5b55;
$voice-record-live-circle-color: #ff5b55;
$voice-record-stop-border-color: $quinary-content;
$voice-record-icon-color: $tertiary-content;
2021-11-15 10:42:06 +01:00
// ********************
2021-05-05 22:00:56 +02:00
2021-11-15 10:42:06 +01:00
// Bubble tiles
// ********************
$eventbubble-self-bg: #F0FBF8;
$eventbubble-others-bg: $system;
$eventbubble-bg-hover: #FAFBFD;
$eventbubble-reply-color: $quaternary-content;
// ********************
// Lightbox
// ********************
2021-11-16 11:10:44 +01:00
$lightbox-fg-color: $background;
2021-11-15 10:42:06 +01:00
$lightbox-background-bg-color: #000;
$lightbox-background-bg-opacity: 0.95;
// ********************
// VoIP
// ********************
$call-view-button-on-foreground: $secondary-content;
$call-view-button-on-background: $background;
$call-view-button-off-foreground: $background;
$call-view-button-off-background: $secondary-content;
$video-feed-secondary-background: #394049; // XXX: Color from dark theme
$voipcall-plinth-color: $system;
2021-11-15 10:42:06 +01:00
// ********************
// One-off colors
// ********************
$progressbar-bg-color: $panel-actions;
2021-12-03 10:23:38 +01:00
$kbd-border-color: $message-action-bar-border-color;
2021-11-15 10:42:06 +01:00
$visual-bell-bg-color: #faa;
$event-timestamp-color: #acacac;
2021-11-29 13:52:09 +01:00
$slider-background-color: $togglesw-off-color;
$appearance-tab-border-color: $input-darker-bg-color;
$composer-shadow-color: rgba(0, 0, 0, 0.04);
$breadcrumb-placeholder-bg-color: #e8eef5;
2021-11-15 10:42:06 +01:00
$theme-button-bg-color: $quinary-content;
$resend-button-divider-color: $input-darker-bg-color;
2021-11-15 10:42:06 +01:00
$codeblock-background-color: $header-panel-bg-color;
$scrollbar-thumb-color: rgba(0, 0, 0, 0.2);
$selected-color: $secondary-accent-color;
2021-11-15 10:42:06 +01:00
// ********************
// One-off global colors - these apply to both themes
2021-11-15 10:42:06 +01:00
// ********************
$pinned-color: $tertiary-content;
$avatar-initial-color: $background;
$primary-hairline-color: transparent;
2021-11-15 10:42:06 +01:00
$focus-brightness: 105%;
// ********************
2020-04-23 12:33:28 +02:00
// blur amounts for left left panel (only for element theme)
2021-11-15 10:42:06 +01:00
// ********************
2021-08-13 19:03:20 +02:00
:root {
--lp-background-blur: 40px;
2021-08-13 19:03:20 +02:00
}
2021-11-15 10:42:06 +01:00
// ********************
2021-07-01 15:23:00 +02:00
2021-11-15 10:42:06 +01:00
// Icon URLs
// ********************
$copy-button-url: "$(res)/img/feather-customised/clipboard.svg";
// ********************
2018-05-25 04:17:29 +02:00
2021-11-15 10:42:06 +01:00
// Mixins
// ********************
2018-05-25 04:17:29 +02:00
@define-mixin mx_DialogButton {
/* align images in buttons (eg spinners) */
vertical-align: middle;
border: 0px;
border-radius: 8px;
2018-05-25 04:17:29 +02:00
font-family: $font-family;
font-size: $font-14px;
color: $button-fg-color;
background-color: $accent;
2018-05-25 04:17:29 +02:00
width: auto;
padding: 7px;
padding-left: 1.5em;
padding-right: 1.5em;
cursor: pointer;
display: inline-block;
outline: none;
}
@define-mixin mx_DialogButton_hover {
}
@define-mixin mx_DialogButton_danger {
background-color: $accent;
}
2018-05-25 04:17:29 +02:00
@define-mixin mx_DialogButton_small {
@mixin mx_DialogButton;
font-size: $font-15px;
2018-05-25 04:17:29 +02:00
padding: 0px 1.5em 0px 1.5em;
}
2019-01-04 00:32:52 +01:00
@define-mixin mx_DialogButton_secondary {
// flip colours for the secondary ones
font-weight: 600;
border: 1px solid $accent !important;
color: $accent;
2019-02-12 16:40:06 +01:00
background-color: $button-secondary-bg-color;
2019-01-04 00:32:52 +01:00
}
@define-mixin mx_Dialog_link {
color: $accent;
text-decoration: none;
}
2021-11-15 10:42:06 +01:00
// ********************
// diff highlight colors
2021-11-15 10:42:06 +01:00
// ********************
.hljs-addition {
background: #dfd;
}
.hljs-deletion {
background: #fdd;
}
2021-11-15 10:42:06 +01:00
// ********************