Skip to content

Commit

Permalink
feat(YouTube - Theme): Add Pale Blue, Pale Green, Pale Orange l…
Browse files Browse the repository at this point in the history
…ight colors
  • Loading branch information
anddea committed Dec 11, 2024
1 parent 53805eb commit 1bed931
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ val themePatch = resourcePatch(
"Light Yellow" to "#FFFDFFCC",
"Light Orange" to "#FFFFE6CC",
"Light Red" to "#FFFFD6D6",
"Pale Blue" to "#FFD4FFF8",
"Pale Green" to "#FFD1FFCC",
"Pale Orange" to "#FFFFE9AA",
)

val darkThemeBackgroundColor = stringOption(
Expand Down

0 comments on commit 1bed931

Please sign in to comment.