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

Commit

Permalink
Various colour, contrast and legibility improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadonomy committed Dec 20, 2018
1 parent 6c2d2f6 commit d7473c4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions res/css/structures/_RoomSubList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ limitations under the License.
font-weight: 600;
font-size: 12px;
padding: 0 5px;
background-color: $accent-color;
background-color: $roomtile-name-color;
}

.mx_RoomSubList_addRoom, .mx_RoomSubList_badge {
Expand All @@ -114,7 +114,7 @@ limitations under the License.
}

.mx_RoomSubList_badgeHighlight {
background-color: $warning-color;
background-color: $accent-color;
}

.mx_RoomSubList_chevron {
Expand Down
4 changes: 2 additions & 2 deletions res/css/views/rooms/_RoomTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ limitations under the License.
}

.mx_RoomTile_unreadNotify .mx_RoomTile_badge {
background-color: $accent-color;
background-color: $roomtile-name-color;
}

.mx_RoomTile_highlight .mx_RoomTile_badge {
background-color: $warning-color;
background-color: $accent-color;
}

.mx_RoomTile_unread, .mx_RoomTile_highlight {
Expand Down
8 changes: 4 additions & 4 deletions res/img/icons-close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion res/img/topleft-chevron.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions res/themes/dharma/css/_dharma.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ $rte-group-pill-color: #aaa;

$topleftmenu-color: #212121;
$roomheader-color: #45474a;
$roomheader-addroom-color: #929eb4;
$roomheader-addroom-color: #91A1C0;
$roomtopic-color: #9fa9ba;
$eventtile-meta-color: $roomtopic-color;

// ********************

$roomtile-name-color: #929eb4;
$roomtile-name-color: #61708b;
$roomtile-selected-color: #212121;
$roomtile-notified-color: #212121;
$roomtile-selected-bg-color: #fff;
Expand Down Expand Up @@ -215,7 +215,10 @@ $progressbar-color: #000;
> input[type=search] {
border: none;
flex: 1;
color: inherit; //from .mx_textinput
color: $primary-fg-color;
},
input::placeholder {
color: $roomsublist-label-fg-color;
}
}
}
Expand Down

0 comments on commit d7473c4

Please sign in to comment.