Skip to content

Commit

Permalink
minor adjustment to dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Oct 21, 2020
1 parent d4dc9b1 commit 6360ae7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. This projec

* **i18n:** Catalan (ca) language added by [@bwp91](https://github.com/bwp91) ([#892](https://github.com/oznu/homebridge-config-ui-x/pull/892))
* The Homebridge UI is now available in 22 different languages!
* **Themes:** Added 11 more dark mode themes with various colour accents ([#883](https://github.com/oznu/homebridge-config-ui-x/pull/883)
* **Themes:** Added 11 more dark mode themes with various colour accents ([#883](https://github.com/oznu/homebridge-config-ui-x/pull/883))

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Supported Languages: :gb: :de: :fr: :poland: :czech_republic: :ru: :cn: :hungary

* Install and configure Homebridge plugins
* Edit the Homebridge `config.json` with advanced JSON syntax checking and structure validation
* Visual configuration for over 160 plugins (no manual config.json editing required)
* Visual configuration for over 400 plugins (no manual config.json editing required)
* Monitor your Homebridge server via a fully customisable widget-based dashboard
* View the Homebridge logs
* View and control Homebridge accessories
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge Config UI X",
"version": "4.29.1-test.2",
"version": "4.29.1-test.4",
"description": "A web based management, configuration and control platform for Homebridge",
"license": "MIT",
"author": "oznu <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/scss/theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

.dark-mode-highlight {
color: $darkModePrimary !important;
opacity: 1;
opacity: 1 !important;
}

.hb-uix-switch input:checked ~ .hb-uix-slider {
Expand Down

0 comments on commit 6360ae7

Please sign in to comment.