mirror of https://github.com/vector-im/riot-web
325 lines
9.7 KiB
SCSS
325 lines
9.7 KiB
SCSS
// Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A741
|
|
$accent: #0DBD8B;
|
|
$alert: #FF5B55;
|
|
$links: #0086e6;
|
|
$primary-content: #ffffff;
|
|
$secondary-content: #A9B2BC;
|
|
$tertiary-content: #8E99A4;
|
|
$quaternary-content: #6F7882;
|
|
$quinary-content: #394049;
|
|
$system: #21262C;
|
|
$background: #15191E;
|
|
$panels: rgba($system, 0.9);
|
|
$panel-base: #8D97A5; // 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);
|
|
|
|
// TODO: Move userId colors here
|
|
|
|
// unified palette
|
|
// try to use these colors when possible
|
|
$bg-color: $background;
|
|
$base-color: $bg-color;
|
|
$base-text-color: $primary-content;
|
|
$header-panel-bg-color: #20252B;
|
|
$header-panel-border-color: #000000;
|
|
$header-panel-text-primary-color: #B9BEC6;
|
|
$header-panel-text-secondary-color: #c8c8cd;
|
|
$text-primary-color: $primary-content;
|
|
$text-secondary-color: #B9BEC6;
|
|
$quaternary-fg-color: $quaternary-content;
|
|
$search-bg-color: #181b21;
|
|
$search-placeholder-color: #61708b;
|
|
$room-highlight-color: #343a46;
|
|
|
|
// typical text (dark-on-white in light skin)
|
|
$primary-fg-color: $text-primary-color;
|
|
$primary-bg-color: $bg-color;
|
|
$muted-fg-color: $header-panel-text-primary-color;
|
|
|
|
// additional text colors
|
|
$secondary-fg-color: $secondary-content;
|
|
$tertiary-fg-color: $tertiary-content;
|
|
|
|
// used for dialog box text
|
|
$light-fg-color: $header-panel-text-secondary-color;
|
|
|
|
// used for focusing form controls
|
|
$focus-bg-color: $room-highlight-color;
|
|
|
|
$mention-user-pill-bg-color: $warning-color;
|
|
$other-user-pill-bg-color: $room-highlight-color;
|
|
$rte-room-pill-color: $room-highlight-color;
|
|
$rte-group-pill-color: $room-highlight-color;
|
|
|
|
// informational plinth
|
|
$info-plinth-bg-color: $header-panel-bg-color;
|
|
$info-plinth-fg-color: #888;
|
|
|
|
$preview-bar-bg-color: $header-panel-bg-color;
|
|
|
|
$groupFilterPanel-bg-color: rgba(38, 39, 43, 0.82);
|
|
$inverted-bg-color: $base-color;
|
|
|
|
// used by AddressSelector
|
|
$selected-color: $room-highlight-color;
|
|
|
|
// selected for hoverover & selected event tiles
|
|
$event-selected-color: $system;
|
|
|
|
// used for the hairline dividers in RoomView
|
|
$primary-hairline-color: transparent;
|
|
|
|
// used for the border of input text fields
|
|
$input-border-color: rgba(231, 231, 231, 0.2);
|
|
$input-darker-bg-color: $search-bg-color;
|
|
$input-darker-fg-color: $search-placeholder-color;
|
|
$input-lighter-bg-color: #f2f5f8;
|
|
$input-lighter-fg-color: $input-darker-fg-color;
|
|
$input-focused-border-color: #238cf5;
|
|
$input-valid-border-color: $accent-color;
|
|
$input-invalid-border-color: $warning-color;
|
|
|
|
$field-focused-label-bg-color: $bg-color;
|
|
|
|
$resend-button-divider-color: #b9bec64a; // muted-text with a 4A opacity.
|
|
|
|
// scrollbars
|
|
$scrollbar-thumb-color: rgba(255, 255, 255, 0.2);
|
|
$scrollbar-track-color: transparent;
|
|
|
|
// context menus
|
|
$menu-border-color: $header-panel-border-color;
|
|
$menu-bg-color: $header-panel-bg-color;
|
|
$menu-box-shadow-color: $bg-color;
|
|
$menu-selected-color: $room-highlight-color;
|
|
|
|
$avatar-initial-color: #ffffff;
|
|
$avatar-bg-color: $bg-color;
|
|
|
|
$h3-color: $primary-fg-color;
|
|
|
|
$dialog-title-fg-color: $base-text-color;
|
|
$dialog-backdrop-color: #000;
|
|
$dialog-shadow-color: rgba(0, 0, 0, 0.48);
|
|
$dialog-close-fg-color: #9fa9ba;
|
|
|
|
$dialog-background-bg-color: $header-panel-bg-color;
|
|
$lightbox-background-bg-color: #000;
|
|
$lightbox-background-bg-opacity: 0.85;
|
|
|
|
$settings-grey-fg-color: #a2a2a2;
|
|
$settings-profile-placeholder-bg-color: $system;
|
|
$settings-profile-overlay-placeholder-fg-color: #454545;
|
|
$settings-profile-button-bg-color: #e7e7e7;
|
|
$settings-profile-button-fg-color: $settings-profile-overlay-placeholder-fg-color;
|
|
$settings-subsection-fg-color: $text-secondary-color;
|
|
|
|
$topleftmenu-color: $text-primary-color;
|
|
$roomheader-color: $text-primary-color;
|
|
$roomheader-bg-color: $bg-color;
|
|
$roomheader-addroom-bg-color: rgba(92, 100, 112, 0.3);
|
|
$roomheader-addroom-fg-color: $text-primary-color;
|
|
$groupFilterPanel-button-color: $header-panel-text-primary-color;
|
|
$groupheader-button-color: $header-panel-text-primary-color;
|
|
$rightpanel-button-color: $header-panel-text-primary-color;
|
|
$icon-button-color: $tertiary-content;
|
|
$roomtopic-color: $text-secondary-color;
|
|
$eventtile-meta-color: $roomtopic-color;
|
|
|
|
$header-divider-color: $header-panel-text-primary-color;
|
|
$composer-e2e-icon-color: $header-panel-text-primary-color;
|
|
|
|
// ********************
|
|
|
|
$theme-button-bg-color: #e3e8f0;
|
|
$dialpad-button-bg-color: $quinary-content;
|
|
|
|
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2); // Buttons include the filter box, explore button, and sublist buttons
|
|
$roomlist-filter-active-bg-color: $bg-color;
|
|
$roomlist-bg-color: rgba(33, 38, 44, 0.90);
|
|
$roomlist-header-color: $tertiary-fg-color;
|
|
$roomsublist-divider-color: $primary-fg-color;
|
|
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #3e444c 0%, #3e444c00 100%);
|
|
|
|
$groupFilterPanel-divider-color: $roomlist-header-color;
|
|
|
|
$roomtile-preview-color: $secondary-fg-color;
|
|
$roomtile-default-badge-bg-color: #61708b;
|
|
$roomtile-selected-bg-color: rgba(141, 151, 165, 0.2);
|
|
|
|
// ********************
|
|
|
|
$notice-secondary-color: $roomlist-header-color;
|
|
|
|
$panel-divider-color: transparent;
|
|
|
|
$widget-menu-bar-bg-color: $header-panel-bg-color;
|
|
$widget-body-bg-color: rgba(141, 151, 165, 0.2);
|
|
|
|
// event redaction
|
|
$event-redacted-fg-color: #606060;
|
|
$event-redacted-border-color: #000000;
|
|
|
|
$event-highlight-fg-color: $warning-color;
|
|
$event-highlight-bg-color: #25271F;
|
|
|
|
// event timestamp
|
|
$event-timestamp-color: $text-secondary-color;
|
|
|
|
// Tabbed views
|
|
$tab-label-fg-color: $text-primary-color;
|
|
$tab-label-active-fg-color: $text-primary-color;
|
|
$tab-label-bg-color: transparent;
|
|
$tab-label-active-bg-color: $accent-color;
|
|
$tab-label-icon-bg-color: $text-primary-color;
|
|
$tab-label-active-icon-bg-color: $text-primary-color;
|
|
|
|
// Buttons
|
|
$button-primary-fg-color: $primary-content;
|
|
$button-primary-bg-color: $accent-color;
|
|
$button-secondary-bg-color: transparent;
|
|
$button-danger-fg-color: $primary-content;
|
|
$button-danger-bg-color: $notice-primary-color;
|
|
$button-danger-disabled-fg-color: $primary-content;
|
|
$button-danger-disabled-bg-color: #f5b6bb; // TODO: Verify color
|
|
$button-link-fg-color: $accent-color;
|
|
$button-link-bg-color: transparent;
|
|
|
|
// Toggle switch
|
|
$togglesw-off-color: $room-highlight-color;
|
|
|
|
$progressbar-fg-color: $accent-color;
|
|
$progressbar-bg-color: $system;
|
|
|
|
$visual-bell-bg-color: #800;
|
|
|
|
$room-warning-bg-color: $header-panel-bg-color;
|
|
|
|
$dark-panel-bg-color: $header-panel-bg-color;
|
|
$panel-gradient: rgba(34, 38, 46, 0), rgba(34, 38, 46, 1);
|
|
|
|
$message-action-bar-bg-color: $header-panel-bg-color;
|
|
$message-action-bar-fg-color: $header-panel-text-primary-color;
|
|
$message-action-bar-border-color: #616b7f;
|
|
$message-action-bar-hover-border-color: $header-panel-text-primary-color;
|
|
|
|
$reaction-row-button-bg-color: $header-panel-bg-color;
|
|
$reaction-row-button-border-color: #616b7f;
|
|
$reaction-row-button-hover-border-color: $header-panel-text-primary-color;
|
|
$reaction-row-button-selected-bg-color: #1f6954;
|
|
$reaction-row-button-selected-border-color: $accent-color;
|
|
|
|
$kbd-border-color: #000000;
|
|
|
|
$tooltip-timeline-bg-color: $groupFilterPanel-bg-color;
|
|
$tooltip-timeline-fg-color: $primary-content;
|
|
|
|
$interactive-tooltip-bg-color: $base-color;
|
|
$interactive-tooltip-fg-color: $primary-content;
|
|
|
|
$breadcrumb-placeholder-bg-color: #272c35;
|
|
|
|
$user-tile-hover-bg-color: $header-panel-bg-color;
|
|
|
|
$message-body-panel-fg-color: $secondary-fg-color;
|
|
$message-body-panel-bg-color: $quinary-content;
|
|
$message-body-panel-icon-fg-color: $secondary-fg-color;
|
|
$message-body-panel-icon-bg-color: $system; // "System Dark"
|
|
|
|
$voice-record-stop-border-color: $quaternary-fg-color;
|
|
$voice-record-waveform-incomplete-fg-color: $quaternary-fg-color;
|
|
$voice-record-icon-color: $quaternary-fg-color;
|
|
$voice-playback-button-bg-color: $message-body-panel-icon-bg-color;
|
|
$voice-playback-button-fg-color: $message-body-panel-icon-fg-color;
|
|
|
|
// Appearance tab colors
|
|
$appearance-tab-border-color: $room-highlight-color;
|
|
|
|
// blur amounts for left left panel (only for element theme)
|
|
:root {
|
|
--lp-background-blur: 90px;
|
|
--lp-background-overlay: rgba(255, 255, 255, 0.055);
|
|
}
|
|
|
|
$composer-shadow-color: rgba(0, 0, 0, 0.28);
|
|
|
|
// Bubble tiles
|
|
$eventbubble-self-bg: #14322E;
|
|
$eventbubble-others-bg: $event-selected-color;
|
|
$eventbubble-bg-hover: #1C2026;
|
|
$eventbubble-avatar-outline: $bg-color;
|
|
$eventbubble-reply-color: #C1C6CD;
|
|
|
|
// ***** Mixins! *****
|
|
|
|
@define-mixin mx_DialogButton {
|
|
/* align images in buttons (eg spinners) */
|
|
vertical-align: middle;
|
|
border: 0px;
|
|
border-radius: 8px;
|
|
font-family: $font-family;
|
|
font-size: $font-14px;
|
|
color: $button-fg-color;
|
|
background-color: $button-bg-color;
|
|
width: auto;
|
|
padding: 7px;
|
|
padding-left: 1.5em;
|
|
padding-right: 1.5em;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
outline: none;
|
|
}
|
|
|
|
@define-mixin mx_DialogButton_danger {
|
|
background-color: $accent-color;
|
|
}
|
|
|
|
@define-mixin mx_DialogButton_secondary {
|
|
// flip colours for the secondary ones
|
|
font-weight: 600;
|
|
border: 1px solid $accent-color !important;
|
|
color: $accent-color;
|
|
background-color: $button-secondary-bg-color;
|
|
}
|
|
|
|
@define-mixin mx_Dialog_link {
|
|
color: $accent-color;
|
|
text-decoration: none;
|
|
}
|
|
|
|
// Nasty hacks to apply a filter to arbitrary monochrome artwork to make it
|
|
// better match the theme. Typically applied to dark grey 'off' buttons or
|
|
// light grey 'on' buttons.
|
|
.mx_filterFlipColor {
|
|
filter: invert(1);
|
|
}
|
|
|
|
// markdown overrides:
|
|
.mx_EventTile_content .markdown-body {
|
|
table {
|
|
tr {
|
|
background-color: #000000;
|
|
}
|
|
|
|
tr:nth-child(2n) {
|
|
background-color: #080808;
|
|
}
|
|
}
|
|
}
|
|
|
|
// highlight.js overrides
|
|
.hljs-tag {
|
|
color: inherit; // Without this they'd be weirdly blue which doesn't match the theme
|
|
}
|
|
|
|
.hljs-addition {
|
|
background: #1a4b59;
|
|
}
|
|
|
|
.hljs-deletion {
|
|
background: #53232a;
|
|
}
|