Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Update theme for dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan authored May 12, 2020
1 parent e71a1ee commit 39ca478
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions themes/amoled_blue.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A true black theme for devices with AMOLED displays
# Creater: Juan - @juanmtech
# Creator: Juan - @juanmtech
# Website: https://www.juanmtech.com
# YouTube Channel: https://youtube.com/juanmtech
# My Home Assistant Config files: https://github.com/JuanMTech/Home_Assistant_files
Expand All @@ -13,7 +13,7 @@ AMOLED Blue:
primary-color: "#5F9BEA"
light-primary-color: var(--primary-color)
primary-background-color: "#000000"
secondary-background-color: var(--primary-background-color)
secondary-background-color: "#0d0d0d"
divider-color: var(--primary-background-color)
# Text
primary-text-color: "#BDC1C6"
Expand Down Expand Up @@ -47,7 +47,7 @@ AMOLED Blue:
label-badge-gray: "#5F6267"

# Cards
ha-card-border-radius: "15px"
ha-card-border-radius: "10px"
paper-card-background-color: "#000000"
paper-listbox-background-color: "#0D0D0D"
# Switches
Expand All @@ -64,3 +64,6 @@ AMOLED Blue:
table-row-background-color: var(--primary-background-color)
table-row-alternative-background-color: var(--secondary-background-color)
data-table-background-color: var(--primary-background-color)
# Dropdowns
material-background-color: var(--secondary-background-color)
material-secondary-background-color: var(--primary-background-color)

0 comments on commit 39ca478

Please sign in to comment.