Skip to content

Commit

Permalink
Initial attempt to get something working
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck committed Sep 12, 2022
1 parent 30e590a commit bce6264
Show file tree
Hide file tree
Showing 8 changed files with 13,829 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/node_modules
/vendor
/.php_cs.cache
css/*.map
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ stylelint:
stylelint-fix:
npm run stylelint:fix

watch:
npm run watch

build:
npm run build

appstore:
rm -rf $(build_directory)
mkdir -p $(sign_directory)
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Please note that you need the Accessibility app enabled in Nextcloud to access t
Under the Theming section in the admin settings you can add your own custom styling to the theme. Only standard CSS can be used. This custom styling will be applied whenever the theme is enabled and only affects the Breeze Dark theme.
]]></description>
<version>24.0.2</version>
<version>25.0.0</version>
<licence>agpl</licence>
<author mail="mw@mwalbeck.org" homepage="https://github.com/mwalbeck/nextcloud-breeze-dark">Magnus Walbeck</author>
<namespace>BreezeDark</namespace>
Expand All @@ -45,7 +45,7 @@ Under the Theming section in the admin settings you can add your own custom styl
<bugs>https://github.com/mwalbeck/nextcloud-breeze-dark/issues</bugs>
<screenshot>https://raw.githubusercontent.com/mwalbeck/nextcloud-breeze-dark/master/screenshot.png</screenshot>
<dependencies>
<nextcloud min-version="24" max-version="24"/>
<nextcloud min-version="25" max-version="25"/>
</dependencies>
<settings>
<personal>OCA\BreezeDark\Settings\Personal</personal>
Expand Down
5,049 changes: 5,049 additions & 0 deletions css/server-automatic.css

Large diffs are not rendered by default.

5,352 changes: 5,352 additions & 0 deletions css/server.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/variables/_color-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
*/

:root {
[data-themes="breezedark"] {
// Primary Breeze colours
--color-paper-white: rgba(252, 252, 252, 1);
--color-cardboard-gray: rgba(239, 240, 241, 1);
Expand Down

0 comments on commit bce6264

Please sign in to comment.