Skip to content

Commit

Permalink
Update to 12.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck committed Oct 18, 2017
2 parents e591763 + 7050a90 commit 5dd2eb9
Show file tree
Hide file tree
Showing 13 changed files with 153 additions and 17 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ This is a Breeze Dark Theme for [Nextcloud](https://nextcloud.com) based on the

The icons are from the default Nextcloud theme and the individual apps, with the colors changed to better fit the theme.

Current stable release: 12.0.5

![screenshot of theme](screenshot.png)

## Version number
Expand Down
32 changes: 25 additions & 7 deletions core/css/apps/_mail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
}
}

#mail-content {
background-color: #EEE;
color: #000;
padding: 1em;
border: 1px solid $decoration-normal;
border-radius: 3px;
}

#mail-new-message-fixed {
background-color: $background-normal;
}
Expand All @@ -26,28 +34,38 @@
border-top: none;
}

&:last-child {
border-bottom: 1px solid $decoration-normal;
}

&:hover {
background-color: $background-active-hover;
}

&:focus, &.active {
background-color: $background-active;
}

&.unseen {
box-shadow: inset 3px 0 $background-active-alternate;
}
}

.mail-message-summary-from, .date {
opacity: 1;
.date {
opacity: 0.5;
color: $foreground-inactive;
}

.active .mail-message-summary-from, .active .date {
.mail-message-summary-from,
.active .date {
opacity: 1;
color: $foreground-normal;
color: $foreground-inactive;
}

.mail-message-summary-subject {
color: $foreground-active;
font-weight: bold;
.mail-message-summary-subject,
.active .mail-message-summary-from {
opacity: 1;
color: $foreground-normal;
}

.account-toggle-collapse {
Expand Down
3 changes: 3 additions & 0 deletions core/css/apps/_video-calls.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#oca-spreedme-add-room {
border-bottom-color: $decoration-normal;
}
42 changes: 42 additions & 0 deletions core/css/core/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,48 @@ select {
background-image: url('../img/actions/fullscreen.svg');
}

/* Video -------------------------------------------------------------------- */

.icon-video,
.icon-video-white {
background-image: url('../img/actions/video.svg');
}

/* Video off ---------------------------------------------------------------- */

.icon-video-off,
.icon-video-off-white {
background-image: url('../img/actions/video-off.svg');
}

/* Audio -------------------------------------------------------------------- */

.icon-audio,
.icon-audio-white {
background-image: url('../img/actions/audio.svg');
}

/* Audio off ---------------------------------------------------------------- */

.icon-audio-off,
.icon-audio-off-white {
background-image: url('../img/actions/audio-off.svg');
}

/* Screen -------------------------------------------------------------------- */

.icon-screen,
.icon-screen-white {
background-image: url('../img/actions/screen.svg');
}

/* Screen off ---------------------------------------------------------------- */

.icon-screen-off,
.icon-screen-off-white {
background-image: url('../img/actions/screen-off.svg');
}

/* Activity App ------------------------------------------------------------- */

.icon-activity,
Expand Down
60 changes: 53 additions & 7 deletions core/css/server.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion core/css/server.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
=============================================================================
* Nextcloud breeze dark theme
* Version: 12.0.5
* Version: 12.0.6
* Check it out at https://github.com/mwalbeck/nextcloud-breeze-dark
=============================================================================
*/
Expand Down Expand Up @@ -30,6 +30,7 @@
@import 'apps/sso-saml';
@import 'apps/text-editor';
@import 'apps/two-factor';
@import 'apps/video-calls';
// 3rd party apps
@import 'apps/audio-player';
@import 'apps/bookmarks';
Expand Down
4 changes: 4 additions & 0 deletions core/img/actions/screen-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions core/img/actions/screen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions core/img/actions/verified.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions core/img/actions/verify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions core/img/actions/verifying.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions core/img/actions/video-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions core/img/actions/video.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5dd2eb9

Please sign in to comment.