Skip to content

Commit

Permalink
Use same color codes as Home Assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Sep 2, 2024
1 parent dc0b3bf commit 53a97ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ function capitalizeFirstLetter(string) {
export const defaultColorCss = css`
--default-red: 244, 67, 54;
--default-pink: 233, 30, 99;
--default-purple: 106, 107, 201;
--default-deep-purple: 111, 66, 193;
--default-purple: 146, 107, 199;
--default-deep-purple: 110, 65, 171;
--default-indigo: 63, 81, 181;
--default-blue: 33, 150, 243;
--default-light-blue: 3, 169, 244;
Expand All @@ -73,7 +73,7 @@ export const defaultColorCss = css`
--default-yellow: 255, 235, 59;
--default-amber: 255, 193, 7;
--default-orange: 255, 152, 0;
--default-deep-orange: 255, 111, 0;
--default-deep-orange: 255, 111, 34;
--default-brown: 121, 85, 72;
--default-light-grey: 189, 189, 189;
--default-grey: 158, 158, 158;
Expand Down

0 comments on commit 53a97ed

Please sign in to comment.