aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-16 02:09:11 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-16 01:09:11 +0000
commitc642dabde3dcb51948e0f909be3b0264ea6feaba (patch)
tree8fc8e8123f8d032ebfc0bb3f1096bb2061f8d13f /src/config.ts
parentUpdate submodules, browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-c642dabde3dcb51948e0f909be3b0264ea6feaba.tar.gz
ferdium-app-c642dabde3dcb51948e0f909be3b0264ea6feaba.tar.zst
ferdium-app-c642dabde3dcb51948e0f909be3b0264ea6feaba.zip
Fix default accent color to Ferdium gradient (#273)
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index 43dbb40bf..1b9aedfce 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -2,7 +2,7 @@
2 2
3import ms from 'ms'; 3import ms from 'ms';
4 4
5export const DEFAULT_ACCENT_COLOR = '#7266F0'; 5export const DEFAULT_ACCENT_COLOR = '#7367F0';
6 6
7export const CHECK_INTERVAL = ms('1h'); // How often should we perform checks 7export const CHECK_INTERVAL = ms('1h'); // How often should we perform checks
8 8