Skip to content

Commit 8513eaa

Browse files
committed
Change red the second
1 parent 1942d8e commit 8513eaa

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

res/css/views/elements/_Pill.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444

4545
&.mx_UserPill_me:hover {
4646
color: $accent-fg-color !important; // To override .markdown-body
47-
background-color: #FF5722 !important; // To override .markdown-body | same on both themes
47+
background-color: #F44336 !important; // To override .markdown-body | same on both themes
4848
}
4949

5050
// We don't want to indicate clickability

res/css/views/right_panel/_RoomSummaryCard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ limitations under the License.
8383
}
8484

8585
.mx_RoomSummaryCard_e2ee_warning {
86-
background-color: #F4511E;
86+
background-color: #E53935;
8787
&::before {
8888
mask-image: url('$(res)/img/e2e/warning.svg');
8989
}
Lines changed: 3 additions & 3 deletions
Loading

res/img/element-icons/warning-badge.svg

Lines changed: 1 addition & 1 deletion
Loading

res/img/feather-customised/bug.svg

Lines changed: 1 addition & 1 deletion
Loading

res/themes/legacy-dark/css/_legacy-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $room-icon-unread-color: #fff;
9090

9191
// Legacy theme backports
9292
$accent: #8BC34A;
93-
$alert: #F4511E;
93+
$alert: #E53935;
9494
$links: #0086e6;
9595
$primary-content: $primary-fg-color;
9696
$secondary-content: $secondary-fg-color;

res/themes/legacy-light/css/_legacy-light.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ $roomtile-selected-bg-color: #fff;
155155

156156
$presence-away: #d9b072;
157157
$presence-offline: #bdbdbd;
158-
$presence-busy: #F4511E;
158+
$presence-busy: #E53935;
159159

160160
// Legacy theme backports
161161
$accent: #8BC34A;
162-
$alert: #F4511E;
162+
$alert: #E53935;
163163
$links: #0086e6;
164164
$primary-content: $primary-fg-color;
165165
$secondary-content: $secondary-fg-color;

res/themes/light/css/_light.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $panel-actions: rgba($tertiary-content, 0.2);
4949
$space-nav: rgba($tertiary-content, 0.15);
5050

5151
$accent: #8BC34A;
52-
$alert: #F4511E;
52+
$alert: #E53935;
5353
$links: #0086e6;
5454

5555
$username-variant1-color: #4189c9;
@@ -262,8 +262,8 @@ $reaction-row-button-selected-bg-color: #DCEDC8;
262262
// ********************
263263
// These two don't change between themes. They are the $alert, but we don't want
264264
// custom themes to affect them by accident.
265-
$voice-record-stop-symbol-color: #F4511E;
266-
$voice-record-live-circle-color: #F4511E;
265+
$voice-record-stop-symbol-color: #E53935;
266+
$voice-record-live-circle-color: #E53935;
267267
$voice-record-stop-border-color: $quinary-content;
268268
$voice-record-icon-color: $tertiary-content;
269269
// ********************

theme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ M_ACCENT="#8BC34A"
2020
M_ACCENT_DEC="139, 195, 74"
2121
M_ACCENT_DARK="#33691E"
2222
M_ACCENT_LIGHT="#DCEDC8"
23-
M_ALERT="#F4511E"
23+
M_ALERT="#E53935"
2424
M_LINK="#368bd6"
2525

2626
replace_colors() {

0 commit comments

Comments
 (0)