Skip to content

Commit

Permalink
Card background is now properly true black.
Browse files Browse the repository at this point in the history
A much needed commit.

Update amoled.yaml

chore(deps): bump yamllint from 1.19.0 to 1.20.0

Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](adrienverge/yamllint@v1.19.0...v1.20.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Brighter text in menus, darker tables

should take care of #10

Update amoled.yaml
  • Loading branch information
lance36 authored and homeassistant committed Dec 27, 2019
1 parent 7146b0b commit 133619a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python-githooks==1.0.6
yamllint==1.19.0
yamllint==1.20.0
7 changes: 4 additions & 3 deletions themes/amoled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ amoled:
divider-color: "rgba(0, 0, 0, .12)"
google-green-500: "#39E949"
google-red-500: "#E45E65"
ha-card-background: "#000000"
label-badge-background-color: "#2E333A"
label-badge-border-color: "green"
label-badge-red: "var(--accent-color)"
Expand Down Expand Up @@ -44,14 +45,14 @@ amoled:
paper-toggle-button-unchecked-button-color: "var(--disabled-text-color)"
paper-toggle-button-unchecked-ink-color: "var(--disabled-text-color)"
primary-background-color: "#000000"
primary-color: "#484A4C"
primary-color: "#434954"
primary-text-color: "#FFFFFF"
secondary-background-color: "#383C45"
secondary-text-color: "#5294E2"
sidebar-icon-color: "var(--primary-color)"
sidebar-selected-icon-color: "var(--primary-text-color)"
sidebar-selected-text-color: "var(--primary-text-color)"
sidebar-text-color: "var(--primary-color)"
table-row-alternative-background-color: "#3E424B"
table-row-background-color: "#353840"
table-row-alternative-background-color: "#222429"
table-row-background-color: "#000000"
text-primary-color: "var(--primary-text-color)"

0 comments on commit 133619a

Please sign in to comment.