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

401 lines
12 KiB
Plaintext
Raw Normal View History

/* Nunito and Inter lacks combining diacritics, so these will fall through
to the next font. Helevetica's diacritics sometimes 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 also include STIXGeneral explicitly to support a wider range
of combining diacritics (Chrome fails without it, as per
https://bugs.chromium.org/p/chromium/issues/detail?id=1328898).
We should never actively *prefer* STIXGeneral over the default font though,
since it looks pretty rough and implements some non-LGC scripts only
partially, making, for example, Japanese text look patchy and sad. */
/* 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, "STIXGeneral",
2022-12-12 12:24:14 +01:00
"Noto Color Emoji";
$monospace-font-family: "Inconsolata", "Twemoji", "Apple Color Emoji", "Segoe UI Emoji", "Courier", monospace,
"STIXGeneral", "Noto Color Emoji";
/* Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A120 */
/* ******************** */
2022-12-12 12:24:14 +01:00
$primary-content: #17191c;
$secondary-content: #737d8c;
$tertiary-content: #8d97a5;
$quaternary-content: #c1c6cd;
2022-12-12 12:24:14 +01:00
$quinary-content: #e3e8f0;
2022-12-12 12:24:14 +01:00
$system: #f4f6fa;
$system-transparent: rgba($system, 0); /* XXX: workaround for Safari 15.3 linear-gradient bug */
$background: #ffffff;
Live location sharing - beacon in timeline happy path (#8285) * extract location markers into generic Marker Signed-off-by: Kerry Archibald <kerrya@element.io> * wrap marker in smartmarker Signed-off-by: Kerry Archibald <kerrya@element.io> * test smartmarker Signed-off-by: Kerry Archibald <kerrya@element.io> * working map in location body Signed-off-by: Kerry Archibald <kerrya@element.io> * remove skinned sdk Signed-off-by: Kerry Archibald <kerrya@element.io> * use new ZoomButtons in MLocationBody Signed-off-by: Kerry Archibald <kerrya@element.io> * test LocationViewDialog Signed-off-by: Kerry Archibald <kerrya@element.io> * update commentt Signed-off-by: Kerry Archibald <kerrya@element.io> * lint Signed-off-by: Kerry Archibald <kerrya@element.io> * lint Signed-off-by: Kerry Archibald <kerrya@element.io> * extract livetimeremaining into own component Signed-off-by: Kerry Archibald <kerrya@element.io> * extract more beacon state utils Signed-off-by: Kerry Archibald <kerrya@element.io> * update tests for roomlivesharewarning Signed-off-by: Kerry Archibald <kerrya@element.io> * add idle status to live beacon icon * add beacon map and status chin Signed-off-by: Kerry Archibald <kerrya@element.io> * add handling for bubbles Signed-off-by: Kerry Archibald <kerrya@element.io> * tests for BeaconBody Signed-off-by: Kerry Archibald <kerrya@element.io> * i18n Signed-off-by: Kerry Archibald <kerrya@element.io> * move displaystatus check up to mbeaconbody Signed-off-by: Kerry Archibald <kerrya@element.io> * test BeaconStatus Signed-off-by: Kerry Archibald <kerrya@element.io> * rename BeaconStatusChin -> BeaconStatus Signed-off-by: Kerry Archibald <kerrya@element.io> * make BeaconStatus generic Signed-off-by: Kerry Archibald <kerrya@element.io> * lint Signed-off-by: Kerry Archibald <kerrya@element.io> * adjust spinner size Signed-off-by: Kerry Archibald <kerrya@element.io> * polish and copyrights Signed-off-by: Kerry Archibald <kerrya@element.io> * lint Signed-off-by: Kerry Archibald <kerrya@element.io> * better comment Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-04-13 10:44:15 +02:00
$overlay-background: rgba($background, 0.85);
$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);
2022-12-12 12:24:14 +01:00
$accent: #0dbd8b;
$alert: #ff5b55;
$links: #0086e6;
2021-11-15 10:42:06 +01:00
$username-variant1-color: #368bd6;
$username-variant2-color: #ac3ba8;
2022-12-12 12:24:14 +01:00
$username-variant3-color: #0dbd8b;
2021-11-15 10:42:06 +01:00
$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
/* Reused Figma non-compound colors */
/* ******************** */
2021-11-15 10:42:06 +01:00
$inverted-bg-color: #27303a;
$header-panel-bg-color: #f3f8fd;
/* ******************** */
2019-02-12 14:02:21 +01:00
/* Theme specific colors */
/* ******************** */
2021-11-15 10:42:06 +01:00
$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;
2022-12-12 12:24:14 +01:00
$accent-alt: #238cf5;
$info-plinth-fg-color: #888;
/* ******************** */
/* 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;
$spacePanel-bg-color: rgba(232, 232, 232, 0.77);
2022-12-12 12:24:14 +01:00
$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;
2022-12-12 12:24:14 +01:00
$header-panel-text-primary-color: #91a1c0;
/* ******************** */
2018-05-25 04:17:29 +02: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 */
/* ******************** */
2021-11-15 10:42:06 +01:00
$tooltip-timeline-bg-color: $inverted-bg-color;
$tooltip-timeline-fg-color: $background;
/* ******************** */
2021-11-15 10:42:06 +01:00
/* Widget */
/* ******************** */
2021-11-15 10:42:06 +01:00
$widget-menu-bar-bg-color: $secondary-accent-color;
2021-11-16 11:10:44 +01:00
$widget-body-bg-color: $background;
/* ******************** */
2018-05-25 04:17:29 +02:00
/* Menu */
/* ******************** */
2021-11-15 10:42:06 +01:00
$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;
/* ******************** */
2021-11-15 10:42:06 +01:00
/* Settings */
/* ******************** */
2018-05-25 04:17:29 +02:00
$settings-grey-fg-color: #a2a2a2;
2021-11-16 11:10:44 +01:00
$settings-subsection-fg-color: $muted-fg-color;
/* ******************** */
2018-05-25 04:17:29 +02:00
/* Room */
/* ******************** */
$room-icon-unread-color: $secondary-content;
/* ******************** */
/* RoomHeader */
/* ******************** */
$roomheader-addroom-bg-color: rgba(92, 100, 112, 0.2);
$roomheader-addroom-fg-color: #5c6470;
/* ******************** */
2018-05-25 04:17:29 +02:00
/* Rich-text-editor */
/* ******************** */
2022-05-05 11:13:09 +02:00
$pill-bg-color: #aaa;
$pill-hover-bg-color: #ccc;
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
/* Presence */
/* ******************** */
2020-07-18 00:04:02 +02:00
$presence-away: #d9b072;
$presence-offline: $quinary-content;
$presence-busy: $alert;
/* ******************** */
2020-06-12 21:52:54 +02:00
/* Inputs */
/* ******************** */
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);
/* ******************** */
2019-07-03 10:32:37 +02:00
/* Dialog */
/* ******************** */
2021-11-15 10:42:06 +01:00
$dialog-title-fg-color: #45474a;
$dialog-backdrop-color: rgba(46, 48, 51, 0.38);
$dialog-close-fg-color: #c1c1c1;
$dialog-close-external-color: $background;
$dialog-shadow-color: rgba(0, 0, 0, 0.48);
/* ******************** */
2019-07-02 18:31:11 +02:00
/* ImageBody */
/* ******************** */
2021-11-15 10:42:06 +01:00
$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;
/* ******************** */
2018-05-25 04:17:29 +02:00
/* RoomList */
/* ******************** */
2022-12-12 12:24:14 +01:00
$roomlist-bg-color: rgba(245, 245, 245, 0.9);
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;
/* ******************** */
2018-05-25 04:17:29 +02:00
/* e2e */
/* ******************** */
$e2e-verified-color: #0dbd8b;
$e2e-unknown-color: #e8bf37;
2018-05-25 04:17:29 +02:00
$e2e-unverified-color: #e8bf37;
$e2e-warning-color: #ff5b55;
$e2e-verified-color-light: rgba($e2e-verified-color, 0.06);
$e2e-warning-color-light: rgba($e2e-warning-color, 0.06);
/* ******************** */
2018-05-25 04:17:29 +02:00
/* Tabbed views */
/* ******************** */
2021-11-29 13:52:09 +01:00
$tab-label-fg-color: $dialog-title-fg-color;
$tab-label-active-fg-color: $background;
/* ******************** */
/* Buttons */
/* ******************** */
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;
$button-danger-disabled-bg-color: #f5b6bb; /* TODO: Verify color */
/* ******************** */
/* Toggle switch */
/* ******************** */
$togglesw-off-color: #c1c9d6;
2021-11-16 11:10:44 +01:00
$togglesw-ball-color: $background;
/* ******************** */
/* 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;
/* ******************** */
/* 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;
/* ******************** */
/* 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;
/* ******************** */
/* 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-05-05 22:00:56 +02:00
/* Bubble tiles */
/* ******************** */
2022-12-12 12:24:14 +01:00
$eventbubble-self-bg: #e7f8f3;
$eventbubble-others-bg: #e8edf4;
$eventbubble-bg-hover: #f6f7f8;
2021-11-15 10:42:06 +01:00
$eventbubble-reply-color: $quaternary-content;
/* ******************** */
2021-11-15 10:42:06 +01:00
/* 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;
/* ******************** */
2021-11-15 10:42:06 +01:00
/* 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;
2022-12-12 12:24:14 +01:00
$call-view-content-background: #21262c;
$video-feed-secondary-background: #394049; /* XXX: Color from dark theme */
$voipcall-plinth-color: $system;
/* All of these are from dark theme */
$call-system: #21262c;
$call-background: #15191e;
$call-primary-content: #ffffff;
/* This one is from light theme */
$call-light-quaternary-content: #c1c6cd;
/* ******************** */
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;
$inlinecode-border-color: $quinary-content;
$inlinecode-background-color: $system;
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 */
/* ******************** */
$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-08-13 19:03:20 +02:00
:root {
--lp-background-blur: 40px;
2021-08-13 19:03:20 +02:00
}
/* ******************** */
2021-07-01 15:23:00 +02:00
/* Icon URLs */
/* ******************** */
$copy-button-url: "$(res)/img/element-icons/copy.svg";
/* ******************** */
2018-05-25 04:17:29 +02:00
/* Location sharing */
/* ******************** */
$location-marker-color: #ffffff;
$location-live-color: #5c56f5;
$location-live-secondary-color: #deddfd;
/* ******************** */
/* Voice Broadcast */
/* ******************** */
$live-badge-color: #ffffff;
/* ******************** */
/* 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;
}
2022-12-12 12:24:14 +01:00
@define-mixin mx_DialogButton_hover {
}
2018-05-25 04:17:29 +02:00
@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 */
2019-01-04 00:32:52 +01:00
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;
}
body {
color-scheme: light;
}
/* ******************** */
/* diff highlight colors */
/* ******************** */
.hljs-addition {
background: #dfd;
}
.hljs-deletion {
background: #fdd;
}
/* ******************** */