summaryrefslogtreecommitdiff
path: root/src/client/themes/d-persimmon.json5
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/themes/d-persimmon.json5')
-rw-r--r--src/client/themes/d-persimmon.json525
1 files changed, 0 insertions, 25 deletions
diff --git a/src/client/themes/d-persimmon.json5 b/src/client/themes/d-persimmon.json5
deleted file mode 100644
index e36265ff10..0000000000
--- a/src/client/themes/d-persimmon.json5
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- id: 'c503d768-7c70-4db2-a4e6-08264304bc8d',
-
- name: 'Mi Persimmon Dark',
- author: 'syuilo',
-
- base: 'dark',
-
- props: {
- accent: 'rgb(206, 102, 65)',
- bg: 'rgb(31, 33, 31)',
- fg: '#cdd8c7',
- fgHighlighted: '#fff',
- divider: 'rgba(255, 255, 255, 0.14)',
- panel: 'rgb(41, 43, 41)',
- infoFg: '@fg',
- infoBg: '#333c3b',
- navBg: '#141714',
- renote: '@accent',
- mention: '@accent',
- mentionMe: '#de6161',
- hashtag: '#68bad0',
- link: '#a1c758',
- },
-}