summaryrefslogtreecommitdiff
path: root/src/client/themes/d-blue.json5
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-10-19 13:17:11 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-10-19 13:17:11 +0900
commitfb07116a4cad350c93b29b90f92a29a26deb1c83 (patch)
tree0393f268a6e2425d42d73c7731143e066299b543 /src/client/themes/d-blue.json5
parentページのセクション内などが表示されない問題を修正 (#6746) (diff)
downloadmisskey-fb07116a4cad350c93b29b90f92a29a26deb1c83.tar.gz
misskey-fb07116a4cad350c93b29b90f92a29a26deb1c83.tar.bz2
misskey-fb07116a4cad350c93b29b90f92a29a26deb1c83.zip
:art:
Diffstat (limited to 'src/client/themes/d-blue.json5')
-rw-r--r--src/client/themes/d-blue.json529
1 files changed, 29 insertions, 0 deletions
diff --git a/src/client/themes/d-blue.json5 b/src/client/themes/d-blue.json5
new file mode 100644
index 0000000000..96e6240e90
--- /dev/null
+++ b/src/client/themes/d-blue.json5
@@ -0,0 +1,29 @@
+{
+ id: 'ab4eb6d5-dcc0-4457-8a3c-98aad8ea3979',
+
+ name: 'Mi D Blue',
+ author: 'syuilo',
+
+ base: 'dark',
+
+ props: {
+ accent: 'rgb(81 185 189)',
+ bg: 'rgb(54, 54, 54)',
+ fg: 'rgb(199, 209, 216)',
+ fgHighlighted: '#fff',
+ divider: 'rgba(255, 255, 255, 0.14)',
+ panel: '@bg',
+ panelShadow: '" 0 0 0 1px var(--divider)',
+ panelHeaderBg: '@panel',
+ panelHeaderDivider: '@divider',
+ infoFg: '@accent',
+ infoBg: 'rgb(0, 0, 0)',
+ header: ':alpha<0.7<@bg',
+ navBg: 'rgb(71, 71, 71)',
+ renote: '@accent',
+ mention: '#da6d35',
+ mentionMe: '#d44c4c',
+ hashtag: '#4cb8d4',
+ link: '@accent',
+ },
+}