Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Dark theme support
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Apr 21, 2021
1 parent c5dd6b4 commit cc095c8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/structures/_RoomStatusBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ limitations under the License.
position: relative;

&:nth-child(2) {
border-left: 1px solid $input-darker-bg-color;
border-left: 1px solid $resend-button-divider-color;
}

&::before {
Expand Down
2 changes: 2 additions & 0 deletions res/themes/dark/css/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ $input-invalid-border-color: $warning-color;

$field-focused-label-bg-color: $bg-color;

$resend-button-divider-color: $muted-fg-color;

// scrollbars
$scrollbar-thumb-color: rgba(255, 255, 255, 0.2);
$scrollbar-track-color: transparent;
Expand Down
2 changes: 2 additions & 0 deletions res/themes/legacy-dark/css/_legacy-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ $input-invalid-border-color: $warning-color;

$field-focused-label-bg-color: $bg-color;

$resend-button-divider-color: $muted-fg-color;

// scrollbars
$scrollbar-thumb-color: rgba(255, 255, 255, 0.2);
$scrollbar-track-color: transparent;
Expand Down
2 changes: 2 additions & 0 deletions res/themes/legacy-light/css/_legacy-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ $input-invalid-border-color: $warning-color;

$field-focused-label-bg-color: #ffffff;

$resend-button-divider-color: $input-darker-bg-color;

$button-bg-color: $accent-color;
$button-fg-color: white;

Expand Down
2 changes: 2 additions & 0 deletions res/themes/light/css/_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ $field-focused-label-bg-color: #ffffff;
$button-bg-color: $accent-color;
$button-fg-color: white;

$resend-button-divider-color: $input-darker-bg-color;

// apart from login forms, which have stronger border
$strong-input-border-color: #c7c7c7;

Expand Down

0 comments on commit cc095c8

Please sign in to comment.