Skip to content

Commit

Permalink
Update to 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck committed Jun 8, 2017
2 parents e17dbef + 00ef7f3 commit 72af0b6
Show file tree
Hide file tree
Showing 55 changed files with 1,006 additions and 1,383 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
core/css/.sass-cache
core/css/server.css.map
.directory
15 changes: 15 additions & 0 deletions ICONS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
The icons for this theme are from the following projects:

* Nextcloud Server - [https://github.com/nextcloud/server](https://github.com/nextcloud/server)
* Nextcloud Serverinfo - [https://github.com/nextcloud/serverinfo](https://github.com/nextcloud/serverinfo)
* Nextcloud News - [https://github.com/nextcloud/news](https://github.com/nextcloud/news)
* Nextcloud Activity - [https://github.com/nextcloud/activity](https://github.com/nextcloud/activity)
* Nextcloud Two Factor TOTP - [https://github.com/nextcloud/twofactor_totp](https://github.com/nextcloud/twofactor_totp)
* Nextcloud Two Factor U2F - [https://github.com/nextcloud/twofactor_u2f](https://github.com/nextcloud/twofactor_u2f)
* Nextcloud Gallery - [https://github.com/nextcloud/gallery](https://github.com/nextcloud/gallery)
* Nextcloud Calendar - [https://github.com/nextcloud/calendar](https://github.com/nextcloud/calendar)
* Nextcloud Announcement Center - [https://github.com/nextcloud/announcementcenter](https://github.com/nextcloud/announcementcenter)
* Nextcloud Social Sharing - [https://github.com/nextcloud/socialsharing](https://github.com/nextcloud/socialsharing)
* Audio Player - [https://github.com/Rello/audioplayer](https://github.com/Rello/audioplayer)

The colours of the icons have been changed to better fit the style of the theme.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Nextcloud Breeze Dark Theme
This is a Breeze Dark Theme for [Nextcloud](https://nextcloud.com) based on the Breeze Dark theme made by the KDE Project.

The icons are from the default Nextcloud theme, with the colors changed to better fit the theme.
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.0

![screenshot of theme](screenshot.png)

## Version number

The first number is the Nextcloud version. The second number is the Nextcloud point release version. The third number is the theme version.
Expand Down
123 changes: 123 additions & 0 deletions core/css/apps/_audio-player.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
#app-navigation-toggle_alternative {
background-color: $background-normal;
}

// Progress Bar

.sm2-bar-ui {
&, .bd a {
color: $foreground-normal;
}

.sm2-inline-gradient {
background-color: $background-normal;
}

.bd .sm2-button-element:hover {
background-color: $background-normal;
}
}

.sm2-progress {

.sm2-progress-bar {
background-color: $background-active;
background-image: none;
}

.sm2-progress-track {
background-color: $background-dark;
background-image: none;
}

.sm2-progress-ball {
background-color: rgba(242, 242, 242, 1);
}
}

// Sidebar

#myCategory li {

&.activeIndiPlaylist:hover {
font-weight: bold;
}

&:hover {
background-color: $background-active-hover;
font-weight: normal;
}
}
.sm2-playlist-cover {
background-color: $background-active-hover !important;
}

// Content

.albumdescr {

span.albumname {
color: $foreground-normal;
}

span.artist {
color: $foreground-inactive;
}
}

.songcontainer {
background-color: $background-dark !important;
color: $foreground-normal !important;
box-shadow: none;

.songcontainer-cover {
box-shadow: none;
}

span.title, span.number, span.time {
color: $foreground-normal !important;
}
}

#individual-playlist-header {

span {
color: $foreground-normal;
}

.header-indi {
border-bottom-color: $decoration-normal;
color: $foreground-normal;
}
}

#individual-playlist {

li {
color: $foreground-normal;

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

span.title, span.interpret, span.album-indi, span.time {
color: $foreground-normal !important;
}
}

.ioc {
color: $foreground-normal !important;
}
}

#phototools {
background-color: $background-normal;
border: 1px solid $decoration-normal;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;

img {
filter: invert(95%);
}
}
52 changes: 52 additions & 0 deletions core/css/apps/_bookmarks.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
#bm_import:hover ~ button#bm_import_submit {
background-color: $background-normal;
color: $foreground-normal;
}

.bookmark_single {
border-bottom-color: $decoration-normal;

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

.bookmark_single_form {
border-bottom-color: $decoration-normal;

.tagit {
box-shadow: none;
}
}

ul.tagit {
border-color: $decoration-normal;

input[type="text"] {
color: $foreground-inactive;
}

li.tagit-choice {
color: $foreground-normal;
background-color: $background-normal;
border-color: $decoration-normal;

&:hover, &.remove {
background-color: $background-normal;
border-color: $decoration-active;
}

.close .text-icon {
color: $foreground-inactive;
}

a.tagLabel:hover, a.close .text-icon:hover {
color: $foreground-active;
}
}
}

#tag_filter ul.tagit li.tagit-choice {
background-color: $background-normal;
border: 1px solid $decoration-normal;
}
2 changes: 2 additions & 0 deletions core/css/apps/_ldap.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#ldapSettings {
background-color: $background-normal;

> fieldset {
background-color: $background-normal;
}
Expand Down
16 changes: 1 addition & 15 deletions core/css/apps/_news.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,8 @@

li.folder {
border-right: 1px solid $decoration-normal;
background: $background-dark;
}

.app-navigation-entry-menu {
background-color: $background-normal;
color: $foreground-normal;
border: 1px solid $decoration-normal;
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;

&::after {
border-bottom-color: $decoration-normal;
}
}
}

.app-news #app-content {
Expand Down
4 changes: 4 additions & 0 deletions core/css/apps/_notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
background-color: $background-normal;
border: 1px solid $decoration-normal;
border-top: none;

a {
color: $foreground-link;
}
}

.notification-container {
Expand Down
14 changes: 13 additions & 1 deletion core/css/apps/_passman.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
}

#app-content-wrapper {

.credential-table tr td {
border-bottom-color: $decoration-normal;
}
Expand Down Expand Up @@ -53,6 +54,12 @@
background-color: inherit;
border-bottom: 1px solid $decoration-normal;
}

.searchboxContainer .searchOptions {
background: $background-normal;
border-color: $decoration-normal;
box-shadow: none;
}
}

.tab_header li.active .indicator {
Expand Down Expand Up @@ -120,7 +127,7 @@
}

#app-navigation li:hover > a, #app-navigation li:active > a {
background-color: $background-normal;
background: none;
}
}

Expand Down Expand Up @@ -264,4 +271,9 @@ tags-input {
margin-bottom: inherit;
padding-bottom: inherit;
}
}

.ui-tabs .ui-tabs-nav li {
background: $background-dark;
border-color: $decoration-normal;
}
6 changes: 6 additions & 0 deletions core/css/apps/_tasks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
background-color: $background-active;
border-bottom: 1px solid $decoration-normal;
text-shadow: none;

textarea {
&:hover, &:active, &:focus {
background: none repeat scroll 0 0 transparent !important;
}
}
}

#app-sidebar div.content-wrapper .body .section {
Expand Down
4 changes: 2 additions & 2 deletions core/css/core/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
}

input {
background: $background-dark !important;
background-color: $background-dark !important;
}

select {
background: $background-normal !important;
background-color: $background-normal !important;
}
}

Expand Down
Loading

0 comments on commit 72af0b6

Please sign in to comment.