2022-05-25 05:37:08 +02:00
|
|
|
/* Nunito and Inter lacks combining diacritics, so these will fall through
|
|
|
|
to the next font. Helevetica's diacritics sometimes do not combine
|
2019-05-19 16:23:43 +02:00
|
|
|
nicely (on OSX, at least) and result in a huge horizontal mess.
|
2022-05-25 05:37:08 +02:00
|
|
|
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
|
2023-01-06 05:11:41 +01:00
|
|
|
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. */
|
2019-05-19 16:23:43 +02:00
|
|
|
/* We fall through to Twemoji for emoji rather than falling through
|
|
|
|
to native Emoji fonts (if any) to ensure cross-browser consistency */
|
2020-02-26 15:29:51 +01:00
|
|
|
/* 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. */
|
2023-01-06 05:11:41 +01:00
|
|
|
$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";
|
|
|
|
|
2023-01-06 05:11:41 +01:00
|
|
|
$monospace-font-family: "Inconsolata", "Twemoji", "Apple Color Emoji", "Segoe UI Emoji", "Courier", monospace,
|
|
|
|
"STIXGeneral", "Noto Color Emoji";
|
2022-07-27 15:39:29 +02:00
|
|
|
|
|
|
|
/* 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;
|
2021-08-04 09:49:05 +02:00
|
|
|
$quaternary-content: #c1c6cd;
|
2022-12-12 12:24:14 +01:00
|
|
|
$quinary-content: #e3e8f0;
|
2021-11-29 16:59:21 +01:00
|
|
|
|
2022-12-12 12:24:14 +01:00
|
|
|
$system: #f4f6fa;
|
|
|
|
$system-transparent: rgba($system, 0); /* XXX: workaround for Safari 15.3 linear-gradient bug */
|
2021-08-04 09:49:05 +02:00
|
|
|
$background: #ffffff;
|
2022-04-13 10:44:15 +02:00
|
|
|
$overlay-background: rgba($background, 0.85);
|
2021-11-29 16:59:21 +01:00
|
|
|
|
2021-08-12 16:16:13 +02:00
|
|
|
$panels: rgba($system, 0.9);
|
2021-08-04 10:10:23 +02:00
|
|
|
$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);
|
2021-08-04 09:49:05 +02:00
|
|
|
|
2022-12-12 12:24:14 +01:00
|
|
|
$accent: #0dbd8b;
|
|
|
|
$alert: #ff5b55;
|
2021-11-29 16:59:21 +01:00
|
|
|
$links: #0086e6;
|
2023-03-21 10:23:20 +01:00
|
|
|
$link-external: #0467dd;
|
2021-11-29 16:59:21 +01:00
|
|
|
|
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;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2019-05-19 18:41:18 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Reused Figma non-compound colors */
|
|
|
|
/* ******************** */
|
2021-11-15 10:42:06 +01:00
|
|
|
$inverted-bg-color: #27303a;
|
2019-04-30 18:41:11 +02:00
|
|
|
$header-panel-bg-color: #f3f8fd;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2019-02-12 14:02:21 +01:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Theme specific colors */
|
|
|
|
/* ******************** */
|
2021-11-15 10:42:06 +01:00
|
|
|
$icon-button-color: $quaternary-content;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2018-05-25 04:17:29 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Colors that aren't in Figma and are theme specific - we need to get rid of these */
|
|
|
|
/* ******************** */
|
2021-11-29 16:59:21 +01:00
|
|
|
$selection-fg-color: $background;
|
2022-04-05 18:15:31 +02:00
|
|
|
$yellow-background: #fff8e3;
|
2021-11-29 16:59:21 +01:00
|
|
|
$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;
|
2021-11-29 16:59:21 +01:00
|
|
|
$info-plinth-fg-color: #888;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2021-11-29 16:59:21 +01:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Colors that aren't in Figma - we need to get rid of these */
|
|
|
|
/* ******************** */
|
2021-11-29 16:59:21 +01:00
|
|
|
$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;
|
2021-11-29 16:59:21 +01:00
|
|
|
$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;
|
2022-03-23 00:07:37 +01:00
|
|
|
$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);
|
2021-11-29 16:59:21 +01:00
|
|
|
$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;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2018-05-25 04:17:29 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Blockquote */
|
|
|
|
/* ******************** */
|
2021-11-29 13:52:09 +01:00
|
|
|
$blockquote-bar-color: $focus-bg-color;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2021-11-15 10:42:06 +01:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Tooltip */
|
|
|
|
/* ******************** */
|
2021-11-15 10:42:06 +01:00
|
|
|
$tooltip-timeline-bg-color: $inverted-bg-color;
|
|
|
|
$tooltip-timeline-fg-color: $background;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2021-11-15 10:42:06 +01:00
|
|
|
|
2022-07-27 15:39:29 +02: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;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2018-05-25 04:17:29 +02:00
|
|
|
|
2022-07-27 15:39: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;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2021-11-15 10:42:06 +01:00
|
|
|
|
2022-07-27 15:39:29 +02: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;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2018-05-25 04:17:29 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Room */
|
|
|
|
/* ******************** */
|
2022-04-04 13:36:54 +02:00
|
|
|
$room-icon-unread-color: $secondary-content;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2022-04-04 13:36:54 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* RoomHeader */
|
|
|
|
/* ******************** */
|
2020-07-14 18:39:14 +02:00
|
|
|
$roomheader-addroom-bg-color: rgba(92, 100, 112, 0.2);
|
|
|
|
$roomheader-addroom-fg-color: #5c6470;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2018-05-25 04:17:29 +02:00
|
|
|
|
2022-07-27 15:39: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);
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2020-06-12 21:52:54 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Presence */
|
|
|
|
/* ******************** */
|
2020-07-18 00:04:02 +02:00
|
|
|
$presence-away: #d9b072;
|
2021-08-04 10:10:23 +02:00
|
|
|
$presence-offline: $quinary-content;
|
2022-03-14 11:22:12 +01:00
|
|
|
$presence-busy: $alert;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2020-06-12 21:52:54 +02:00
|
|
|
|
2022-07-27 15:39:29 +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;
|
2021-11-29 16:59:21 +01:00
|
|
|
$input-underline-color: rgba(151, 151, 151, 0.5);
|
|
|
|
$input-fg-color: rgba(74, 74, 74, 0.9);
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2019-07-03 10:32:37 +02:00
|
|
|
|
2022-07-27 15:39:29 +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;
|
2022-01-07 15:54:45 +01:00
|
|
|
$dialog-close-external-color: $background;
|
2021-11-29 16:59:21 +01:00
|
|
|
$dialog-shadow-color: rgba(0, 0, 0, 0.48);
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2019-07-02 18:31:11 +02:00
|
|
|
|
2022-07-27 15:39:29 +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;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2018-05-25 04:17:29 +02:00
|
|
|
|
2022-07-27 15:39: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;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2018-05-25 04:17:29 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* e2e */
|
|
|
|
/* ******************** */
|
2022-12-20 03:07:28 +01:00
|
|
|
$e2e-verified-color: #0dbd8b;
|
2020-01-20 18:14:31 +01:00
|
|
|
$e2e-unknown-color: #e8bf37;
|
2018-05-25 04:17:29 +02:00
|
|
|
$e2e-unverified-color: #e8bf37;
|
2022-12-20 03:07:28 +01:00
|
|
|
$e2e-warning-color: #ff5b55;
|
2022-08-11 12:39:14 +02:00
|
|
|
$e2e-verified-color-light: rgba($e2e-verified-color, 0.06);
|
|
|
|
$e2e-warning-color-light: rgba($e2e-warning-color, 0.06);
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2018-05-25 04:17:29 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Tabbed views */
|
|
|
|
/* ******************** */
|
2021-11-29 13:52:09 +01:00
|
|
|
$tab-label-fg-color: $dialog-title-fg-color;
|
2021-08-04 10:10:23 +02:00
|
|
|
$tab-label-active-fg-color: $background;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2019-01-18 21:43:17 +01:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* 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;
|
2021-08-04 10:10:23 +02:00
|
|
|
$button-danger-fg-color: $background;
|
|
|
|
$button-danger-disabled-fg-color: $background;
|
2022-07-27 15:39:29 +02:00
|
|
|
$button-danger-disabled-bg-color: #f5b6bb; /* TODO: Verify color */
|
|
|
|
/* ******************** */
|
2019-08-28 18:00:57 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Toggle switch */
|
|
|
|
/* ******************** */
|
2019-01-23 23:50:41 +01:00
|
|
|
$togglesw-off-color: #c1c9d6;
|
2021-11-16 11:10:44 +01:00
|
|
|
$togglesw-ball-color: $background;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2019-01-22 01:27:43 +01:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Authpage */
|
|
|
|
/* ******************** */
|
2021-11-29 16:59:21 +01:00
|
|
|
$authpage-primary-color: #232f32;
|
2019-01-23 02:28:23 +01:00
|
|
|
$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;
|
2019-01-23 16:57:31 +01:00
|
|
|
$authpage-lang-color: #4e5054;
|
2021-11-16 11:10:44 +01:00
|
|
|
$authpage-secondary-color: $muted-fg-color;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2019-01-23 02:28:23 +01:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Message action bar */
|
|
|
|
/* ******************** */
|
2021-08-12 11:10:47 +02:00
|
|
|
$message-action-bar-bg-color: $background;
|
2021-08-12 11:27:12 +02:00
|
|
|
$message-action-bar-fg-color: $primary-content;
|
2019-04-30 18:41:11 +02:00
|
|
|
$message-action-bar-border-color: #e9edf1;
|
2019-05-15 10:12:53 +02:00
|
|
|
$message-action-bar-hover-border-color: $focus-bg-color;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2019-04-29 14:04:16 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Reaction row */
|
|
|
|
/* ******************** */
|
2019-05-15 10:12:53 +02:00
|
|
|
$reaction-row-button-hover-border-color: $focus-bg-color;
|
2019-05-02 12:48:32 +02:00
|
|
|
$reaction-row-button-selected-bg-color: #e9fff9;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2019-05-17 13:09:47 +02:00
|
|
|
|
2022-07-27 15:39:29 +02: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. */
|
2021-10-25 11:32:38 +02:00
|
|
|
$voice-record-stop-symbol-color: #ff5b55;
|
|
|
|
$voice-record-live-circle-color: #ff5b55;
|
2021-08-06 08:34:46 +02:00
|
|
|
$voice-record-stop-border-color: $quinary-content;
|
2021-08-12 11:53:54 +02:00
|
|
|
$voice-record-icon-color: $tertiary-content;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2021-05-05 22:00:56 +02:00
|
|
|
|
2022-07-27 15:39:29 +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;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2021-11-15 10:42:06 +01:00
|
|
|
|
2022-07-27 15:39:29 +02: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;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2021-11-15 10:42:06 +01:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* VoIP */
|
|
|
|
/* ******************** */
|
2021-11-15 18:24:11 +01:00
|
|
|
$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;
|
2021-11-15 18:24:11 +01:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
$video-feed-secondary-background: #394049; /* XXX: Color from dark theme */
|
2021-11-29 16:59:21 +01:00
|
|
|
$voipcall-plinth-color: $system;
|
2022-04-20 17:03:33 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* All of these are from dark theme */
|
2023-01-04 05:44:38 +01:00
|
|
|
$call-system: #21262c;
|
|
|
|
$call-background: #15191e;
|
|
|
|
$call-primary-content: #ffffff;
|
|
|
|
/* This one is from light theme */
|
|
|
|
$call-light-quaternary-content: #c1c6cd;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2021-11-15 10:42:06 +01:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* One-off colors */
|
|
|
|
/* ******************** */
|
2021-11-29 16:59:21 +01:00
|
|
|
$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;
|
2020-06-22 13:28:15 +02:00
|
|
|
$appearance-tab-border-color: $input-darker-bg-color;
|
2021-11-29 16:59:21 +01:00
|
|
|
$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;
|
2021-11-29 16:59:21 +01:00
|
|
|
$resend-button-divider-color: $input-darker-bg-color;
|
2023-01-19 14:42:59 +01:00
|
|
|
$inlinecode-border-color: $quinary-content;
|
|
|
|
$inlinecode-background-color: $system;
|
2021-11-15 10:42:06 +01:00
|
|
|
$codeblock-background-color: $header-panel-bg-color;
|
2021-11-29 16:59:21 +01:00
|
|
|
$scrollbar-thumb-color: rgba(0, 0, 0, 0.2);
|
|
|
|
$selected-color: $secondary-accent-color;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2021-11-15 10:42:06 +01:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* One-off global colors - these apply to both themes */
|
|
|
|
/* ******************** */
|
2021-11-29 16:59:21 +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%;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2020-04-23 12:33:28 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* blur amounts for left left panel (only for element theme) */
|
|
|
|
/* ******************** */
|
2021-08-13 19:03:20 +02:00
|
|
|
:root {
|
2021-08-26 12:41:29 +02:00
|
|
|
--lp-background-blur: 40px;
|
2021-08-13 19:03:20 +02:00
|
|
|
}
|
2022-04-05 18:15:31 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2021-07-01 15:23:00 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Icon URLs */
|
|
|
|
/* ******************** */
|
2022-07-01 11:29:19 +02:00
|
|
|
$copy-button-url: "$(res)/img/element-icons/copy.svg";
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2018-05-25 04:17:29 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* Location sharing */
|
|
|
|
/* ******************** */
|
2022-03-02 14:00:40 +01:00
|
|
|
$location-marker-color: #ffffff;
|
|
|
|
$location-live-color: #5c56f5;
|
2022-03-21 17:43:43 +01:00
|
|
|
$location-live-secondary-color: #deddfd;
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2022-03-02 14:00:40 +01:00
|
|
|
|
2022-09-26 15:29:38 +02:00
|
|
|
/* Voice Broadcast */
|
|
|
|
/* ******************** */
|
|
|
|
$live-badge-color: #ffffff;
|
|
|
|
/* ******************** */
|
|
|
|
|
2022-05-10 03:55:31 +02:00
|
|
|
body {
|
|
|
|
color-scheme: light;
|
|
|
|
}
|
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|
2020-01-06 00:35:05 +01:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* diff highlight colors */
|
|
|
|
/* ******************** */
|
2020-01-06 00:35:05 +01:00
|
|
|
.hljs-addition {
|
|
|
|
background: #dfd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hljs-deletion {
|
|
|
|
background: #fdd;
|
|
|
|
}
|
2022-04-05 18:15:31 +02:00
|
|
|
|
2022-07-27 15:39:29 +02:00
|
|
|
/* ******************** */
|