Revert "Convert colors to the superiour format (HSL)"

This reverts commit dad3e18d81.
This commit is contained in:
David Lapshin
2024-05-13 03:22:52 +03:00
parent dad3e18d81
commit 5b6ea6904c
6 changed files with 48 additions and 49 deletions

View File

@ -25,9 +25,9 @@ smart_punctuation = true
[extra]
# Sets theme and browser theme color.
# See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color
primary_color = "hsl(28 100% 50%)"
primary_color = "#ff7800"
# Same as primary_color, but with 20% opacity
primary_color_alpha = "hsl(28 100% 50% / 20%)"
primary_color_alpha = "rgba(255, 120, 0, 0.2)"
# Whether to use emoji as a favicon.
# Replace with an emoji wrapped in quotes.
emoji_favicon = false