summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-14 00:05:22 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-09-14 00:05:22 -0400
commitfa287d08587aa6172149460eae4b243e78eb7494 (patch)
tree69a6352b3412aa12b52780f468f7c1b3670931cd /config
parent9744378a9b9071872182edb4f151f915ecfa8643 (diff)
updated theme colors
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 76ac69e..3a37c08 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -159,15 +159,15 @@
sizes = [16, 32, 48]
[style]
- primary = "#180D58"
- secondary = "#B84E5C"
+ primary = "#B84E5C"
+ secondary = "#180D58"
success = "#4FD323"
info = "#0E49A2"
warning = "#C68323"
danger = "#E51107"
light = "#BCF8EC"
dark = "#1B1A1F"
- themeOpacity = "100"
+ themeOpacity = "10"
darkModeShade = "20%"
darkModeTint = "40%"
themeFont = "Inter"