Skip to content

Commit

Permalink
Revert "Fixes #120: Ubuntu orange theme is too bright"
Browse files Browse the repository at this point in the history
This reverts commit 9cf7868.
  • Loading branch information
Digimezzo Raphaël committed May 29, 2020
1 parent a4f0652 commit cdacf07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.4] - 2020-05-21
## [2.0.4] - 2020-05-17
### Added
### Changed
### Removed
### Fixed
- Small UI glitch in upper right corner of Settings and Information screens when using native titlebar
- Colors are rendered brigther than expected

## [2.0.3] - 2020-05-16
### Added
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ng:serve": "ng serve",
"ng:serve:web": "npm run postinstall:web && ng serve -o",
"electron:serve-tsc": "tsc -p tsconfig-serve.json",
"electron:serve": "wait-on http-get://localhost:4200/ && npm run electron:serve-tsc && electron . --serve --disable-color-correct-rendering",
"electron:serve": "wait-on http-get://localhost:4200/ && npm run electron:serve-tsc && electron . --serve",
"electron:local": "npm run build:prod && electron .",
"electron:linux": "npm run build:prod && npx electron-builder build --linux",
"electron:windows": "npm run build:prod && npx electron-builder build --windows",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@types/node": "10.12.18",
"codelyzer": "4.5.0",
"core-js": "2.6.1",
"electron": "7.3.0",
"electron": "8.2.5",
"electron-builder": "22.5.1",
"electron-reload": "1.4.0",
"jasmine-core": "3.4.0",
Expand Down

0 comments on commit cdacf07

Please sign in to comment.