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

Commit 0642b91

Browse files
author
Juan
authored
Update green_dark_mode.yaml
1 parent 5ebb32e commit 0642b91

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

themes/green_dark_mode.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A matte black theme with a green accent color
2-
# Creater: Juan - @juanmtech
2+
# Creator: Juan - @juanmtech
33
# Website: https://www.juanmtech.com
44
# YouTube Channel: https://youtube.com/juanmtech
55
# My Home Assistant Config files: https://github.com/JuanMTech/Home_Assistant_files
@@ -13,7 +13,7 @@ Green Dark Mode:
1313
primary-color: "#45AA79"
1414
light-primary-color: var(--primary-color)
1515
primary-background-color: "#1C1D21"
16-
secondary-background-color: var(--primary-background-color)
16+
secondary-background-color: "#252629"
1717
divider-color: var(--primary-background-color)
1818
# Text
1919
primary-text-color: "#BDC1C6"
@@ -47,7 +47,7 @@ Green Dark Mode:
4747
label-badge-gray: "#5F6267"
4848

4949
# Cards
50-
ha-card-border-radius: "15px"
50+
ha-card-border-radius: "10px"
5151
ha-card-box-shadow: 0px
5252
paper-card-background-color: "#252629"
5353
paper-listbox-background-color: "#1C1D21"
@@ -65,3 +65,6 @@ Green Dark Mode:
6565
table-row-background-color: var(--primary-background-color)
6666
table-row-alternative-background-color: var(--secondary-background-color)
6767
data-table-background-color: var(--primary-background-color)
68+
# Dropdowns
69+
material-background-color: var(--secondary-background-color)
70+
material-secondary-background-color: var(--primary-background-color)

0 commit comments

Comments
 (0)