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

295 lines
7.8 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 with Open Sans (on OSX, at least) and result in a huge
horizontal mess. Arial empirically gets it right, hence prioritising
Arial here. */
$font-family: 'Nunito', Arial, Helvetica, Sans-Serif;
2019-02-12 14:02:21 +01:00
// unified palette
// try to use these colors when possible
$accent-color: #03b381;
$notice-primary-color: #ff4b55;
$notice-secondary-color: #61708b;
2019-02-13 14:48:56 +01:00
$header-panel-bg-color: #f2f5f8;
2019-02-12 14:02:21 +01:00
2018-05-25 04:17:29 +02:00
// typical text (dark-on-white in light skin)
$primary-fg-color: #454545;
$primary-bg-color: #ffffff;
// used for dialog box text
$light-fg-color: #747474;
// used for focusing form controls
$focus-bg-color: #dddddd;
// button UI (white-on-green in light skin)
$accent-fg-color: #ffffff;
2018-12-20 13:46:43 +01:00
$accent-color-50pct: #92caad;
$accent-color-alt: #238CF5;
2018-05-25 04:17:29 +02:00
$selection-fg-color: $primary-bg-color;
2018-12-20 13:46:43 +01:00
$focus-brightness: 105%;
2018-05-25 04:17:29 +02:00
// red warning colour
2019-02-13 15:05:45 +01:00
$warning-color: $notice-primary-color;
2018-08-12 13:54:44 +02:00
// background colour for warnings
$warning-bg-color: #DF2A8B;
$info-bg-color: #2A9EDF;
2018-12-20 13:46:43 +01:00
$mention-user-pill-bg-color: $warning-color;
2018-05-25 04:17:29 +02:00
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);
// pinned events indicator
2019-02-12 14:02:21 +01:00
$pinned-unread-color: $notice-primary-color;
$pinned-color: $notice-secondary-color;
2018-05-25 04:17:29 +02:00
// informational plinth
$info-plinth-bg-color: #f7f7f7;
$info-plinth-fg-color: #888;
$preview-bar-bg-color: #f7f7f7;
// left-panel style muted accent color
$secondary-accent-color: #f2f5f8;
$tertiary-accent-color: #d3efe1;
$tagpanel-bg-color: #2e3649;
// used by RoomDirectory permissions
$plinth-bg-color: $secondary-accent-color;
// used by RoomDropTarget
$droptarget-bg-color: rgba(255,255,255,0.5);
// used by AddressSelector
$selected-color: $secondary-accent-color;
// selected for hoverover & selected event tiles
$event-selected-color: #f7f7f7;
// used for the hairline dividers in RoomView
$primary-hairline-color: #e5e5e5;
// used for the border of input text fields
$input-border-color: #e7e7e7;
$input-darker-bg-color: rgba(193, 201, 214, 0.29);
$input-darker-fg-color: #9fa9ba;
$input-lighter-bg-color: #f2f5f8;
$input-lighter-fg-color: $input-darker-fg-color;
2019-01-21 17:24:04 +01:00
$input-focused-border-color: #238cf5;
2019-02-12 14:02:21 +01:00
$input-valid-border-color: $accent-color;
$field-focused-label-bg-color: #ffffff;
2019-02-12 14:02:21 +01:00
$button-bg-color: $accent-color;
$button-fg-color: white;
2018-05-25 04:17:29 +02:00
// apart from login forms, which have stronger border
$strong-input-border-color: #c7c7c7;
// used for UserSettings EditableText
$input-underline-color: rgba(151, 151, 151, 0.5);
$input-fg-color: rgba(74, 74, 74, 0.9);
// scrollbars
$scrollbar-thumb-color: rgba(0, 0, 0, 0.2);
$scrollbar-track-color: transparent;
2018-05-25 04:17:29 +02:00
// context menus
$menu-border-color: #ebedf8;
$menu-bg-color: #fff;
2019-02-12 16:40:06 +01:00
$menu-box-shadow-color: rgba(118, 131, 156, 0.6);
$menu-selected-color: #f5f8fa;
2018-05-25 04:17:29 +02:00
$avatar-initial-color: #ffffff;
$avatar-bg-color: #ffffff;
$h3-color: #3d3b39;
$dialog-title-fg-color: #454545;
$dialog-backdrop-color: rgba(46, 48, 51, 0.38);
$dialog-shadow-color: rgba(0, 0, 0, 0.48);
$dialog-close-fg-color: #9fa9ba;
2018-05-25 04:17:29 +02:00
$dialog-background-bg-color: #e9e9e9;
$lightbox-background-bg-color: #000;
2018-11-26 13:22:34 +01:00
$imagebody-giflabel: rgba(0, 0, 0, 0.7);
$imagebody-giflabel-border: rgba(0, 0, 0, 0.2);
$imagebody-giflabel-color: rgba(255, 255, 255, 1);
2018-11-26 13:22:34 +01:00
2018-05-25 04:17:29 +02:00
$greyed-fg-color: #888;
$neutral-badge-color: #dbdbdb;
$preview-widget-bar-color: #ddd;
$preview-widget-fg-color: $greyed-fg-color;
$blockquote-bar-color: #ddd;
$blockquote-fg-color: #777;
$settings-grey-fg-color: #a2a2a2;
$settings-profile-placeholder-bg-color: #e7e7e7;
$settings-profile-overlay-bg-color: #000;
$settings-profile-overlay-placeholder-bg-color: transparent;
$settings-profile-overlay-fg-color: #fff;
$settings-profile-overlay-placeholder-fg-color: #454545;
$settings-subsection-fg-color: #61708b;
2018-05-25 04:17:29 +02:00
$voip-decline-color: #f48080;
$voip-accept-color: #80f480;
$rte-bg-color: #e9e9e9;
$rte-code-bg-color: rgba(0, 0, 0, 0.04);
$rte-room-pill-color: #aaa;
$rte-group-pill-color: #aaa;
2018-05-25 04:17:29 +02:00
$topleftmenu-color: #212121;
$roomheader-color: #45474a;
2019-02-15 19:16:10 +01:00
$roomheader-addroom-bg-color: #91A1C0;
$roomheader-addroom-fg-color: $accent-fg-color;
2019-02-12 17:05:31 +01:00
$tagpanel-button-color: #91A1C0;
2019-02-12 17:42:11 +01:00
$roomheader-button-color: #91A1C0;
2019-02-12 18:48:27 +01:00
$groupheader-button-color: #91A1C0;
$rightpanel-button-color: #91A1C0;
2019-02-12 19:05:19 +01:00
$composer-button-color: #91A1C0;
2018-05-25 04:17:29 +02:00
$roomtopic-color: #9fa9ba;
2018-11-12 18:19:18 +01:00
$eventtile-meta-color: $roomtopic-color;
2018-05-25 04:17:29 +02:00
$composer-e2e-icon-color: #c9ced6;
2019-02-13 14:57:59 +01:00
$header-divider-color: #91A1C0;
2018-05-25 04:17:29 +02:00
// ********************
$roomtile-name-color: #61708b;
2018-05-25 04:17:29 +02:00
$roomtile-selected-color: #212121;
$roomtile-notified-color: #212121;
$roomtile-selected-bg-color: #fff;
$roomtile-focused-bg-color: #fff;
2019-02-12 13:38:55 +01:00
$username-variant1-color: #368bd6;
$username-variant2-color: #ac3ba8;
$username-variant3-color: #03b381;
$username-variant4-color: #e64f7a;
$username-variant5-color: #ff812d;
$username-variant6-color: #2dc2c5;
$username-variant7-color: #5c56f5;
$username-variant8-color: #74d12c;
2018-10-23 15:48:44 +02:00
2018-05-25 04:17:29 +02:00
$roomtile-transparent-focused-color: rgba(0, 0, 0, 0.1);
$roomsublist-background: $secondary-accent-color;
$roomsublist-label-fg-color: $roomtile-name-color;
$roomsublist-label-bg-color: $tertiary-accent-color;
$roomsublist-chevron-color: $accent-color;
$panel-divider-color: #dee1f3;
2018-05-25 04:17:29 +02:00
// ********************
2019-02-01 11:02:02 +01:00
$widget-menu-bar-bg-color: $secondary-accent-color;
2018-05-25 04:17:29 +02:00
// ********************
// event tile lifecycle
$event-encrypting-color: #abddbc;
$event-sending-color: #ddd;
$event-notsent-color: #f44;
// event redaction
$event-redacted-fg-color: #e2e2e2;
$event-redacted-border-color: #cccccc;
// event timestamp
$event-timestamp-color: #acacac;
$edit-button-url: "$(res)/img/icon_context_message.svg";
$copy-button-url: "$(res)/img/icon_copy_message.svg";
2018-05-25 04:17:29 +02:00
// e2e
$e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent-color
$e2e-unverified-color: #e8bf37;
$e2e-warning-color: #ba6363;
/*** ImageView ***/
$lightbox-bg-color: #454545;
$lightbox-fg-color: #ffffff;
$lightbox-border-color: #ffffff;
// Tabbed views
2019-01-18 23:07:11 +01:00
$tab-label-fg-color: #45474a;
$tab-label-active-fg-color: #ffffff;
$tab-label-bg-color: transparent;
2019-02-12 14:02:21 +01:00
$tab-label-active-bg-color: $accent-color;
2019-01-19 03:40:21 +01:00
$tab-label-icon-bg-color: #454545;
$tab-label-active-icon-bg-color: #ffffff;
// Buttons
$button-primary-fg-color: #ffffff;
2019-02-12 14:02:21 +01:00
$button-primary-bg-color: $accent-color;
2019-02-12 16:40:06 +01:00
$button-secondary-bg-color: $accent-fg-color;
2019-01-22 23:18:14 +01:00
$button-danger-fg-color: #ffffff;
2019-02-13 15:05:45 +01:00
$button-danger-bg-color: $notice-primary-color;
2019-01-22 23:18:14 +01:00
$button-danger-disabled-fg-color: #ffffff;
$button-danger-disabled-bg-color: #f5b6bb; // TODO: Verify color
// Toggle switch
$togglesw-off-color: #c1c9d6;
2019-02-12 14:02:21 +01:00
$togglesw-on-color: $accent-color;
$togglesw-ball-color: #fff;
2018-05-25 04:17:29 +02:00
$progressbar-color: #000;
2019-01-04 00:32:52 +01:00
$room-warning-bg-color: #fff8e3;
$memberstatus-placeholder-color: $roomtile-name-color;
$authpage-bg-color: #2e3649;
$authpage-modal-bg-color: rgba(255, 255, 255, 0.59);
$authpage-body-bg-color: #ffffff;
$authpage-lang-color: #4e5054;
2019-02-13 15:24:03 +01:00
$authpage-primary-color: #454545;
$authpage-secondary-color: #61708b;
2019-02-13 16:06:24 +01:00
$panel-gradient: rgba(242, 245, 248, 0), rgba(242, 245, 248, 1);
2018-05-25 04:17:29 +02:00
// ***** Mixins! *****
@define-mixin mx_DialogButton {
/* align images in buttons (eg spinners) */
vertical-align: middle;
border: 0px;
border-radius: 4px;
2018-05-25 04:17:29 +02:00
font-family: $font-family;
font-size: 14px;
color: $button-fg-color;
background-color: $button-bg-color;
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-color;
}
2018-05-25 04:17:29 +02:00
@define-mixin mx_DialogButton_small {
@mixin mx_DialogButton;
font-size: 15px;
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-color ! important;
color: $accent-color;
2019-02-12 16:40:06 +01:00
background-color: $button-secondary-bg-color;
2019-01-04 00:32:52 +01:00
}