summaryrefslogtreecommitdiff
path: root/src/client/themes
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-10 12:40:50 +0900
committerGitHub <noreply@github.com>2021-04-10 12:40:50 +0900
commitd3fe02fb3e8dd7bfc45c246d54d45acccd5959c7 (patch)
tree4cd72e5e5868e89ef3dd83ada99495da2bd7cd85 /src/client/themes
parentFix punycode deprecation warning (#7426) (diff)
downloadsharkey-d3fe02fb3e8dd7bfc45c246d54d45acccd5959c7.tar.gz
sharkey-d3fe02fb3e8dd7bfc45c246d54d45acccd5959c7.tar.bz2
sharkey-d3fe02fb3e8dd7bfc45c246d54d45acccd5959c7.zip
Default UI redesign (#7429)
* wip * wip * wip * wip * Update default.sidebar.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update sticky-sidebar.ts * wip * wip * Update messaging-room.form.vue * Update timeline.vue
Diffstat (limited to 'src/client/themes')
-rw-r--r--src/client/themes/_dark.json52
-rw-r--r--src/client/themes/_light.json52
-rw-r--r--src/client/themes/d-dark.json52
-rw-r--r--src/client/themes/d-persimmon.json51
-rw-r--r--src/client/themes/l-light.json54
-rw-r--r--src/client/themes/l-rainy.json521
6 files changed, 26 insertions, 6 deletions
diff --git a/src/client/themes/_dark.json5 b/src/client/themes/_dark.json5
index 2fa4853e6f..6414a7ad42 100644
--- a/src/client/themes/_dark.json5
+++ b/src/client/themes/_dark.json5
@@ -30,7 +30,7 @@
panelShadow: '" 0 8px 24px rgba(0, 0, 0, 0.12)',
acrylicPanel: ':alpha<0.5<@panel',
shadow: 'rgba(0, 0, 0, 0.3)',
- header: ':alpha<0.7<@bg',
+ header: ':alpha<0.7<@panel',
navBg: '@panel',
navFg: '@fg',
navHoverFg: ':lighten<17<@fg',
diff --git a/src/client/themes/_light.json5 b/src/client/themes/_light.json5
index 94e6977502..0438b54a49 100644
--- a/src/client/themes/_light.json5
+++ b/src/client/themes/_light.json5
@@ -30,7 +30,7 @@
panelShadow: '" 0 8px 24px rgb(21 43 75 / 8%)',
acrylicPanel: ':alpha<0.5<@panel',
shadow: 'rgba(0, 0, 0, 0.1)',
- header: ':alpha<0.7<@bg',
+ header: ':alpha<0.7<@panel',
navBg: '@panel',
navFg: '@fg',
navHoverFg: ':darken<17<@fg',
diff --git a/src/client/themes/d-dark.json5 b/src/client/themes/d-dark.json5
index 7dd29b4a0f..337eaa6396 100644
--- a/src/client/themes/d-dark.json5
+++ b/src/client/themes/d-dark.json5
@@ -18,7 +18,7 @@
panelHeaderDivider: '@divider',
infoFg: '@accent',
infoBg: 'rgb(0, 0, 0)',
- header: ':alpha<0.7<@bg',
+ header: ':alpha<0.7<@panel',
navBg: '#363636',
renote: '@accent',
mention: '#da6d35',
diff --git a/src/client/themes/d-persimmon.json5 b/src/client/themes/d-persimmon.json5
index 862ccc6cea..a1ebaf59eb 100644
--- a/src/client/themes/d-persimmon.json5
+++ b/src/client/themes/d-persimmon.json5
@@ -16,7 +16,6 @@
panelShadow: '" 0 8px 24px rgb(0 0 0 / 25%)',
infoFg: '@fg',
infoBg: '#333c3b',
- header: ':alpha<0.7<@bg',
navBg: '#141714',
renote: '@accent',
mention: '@accent',
diff --git a/src/client/themes/l-light.json5 b/src/client/themes/l-light.json5
index 34be20fae0..fdc1700b95 100644
--- a/src/client/themes/l-light.json5
+++ b/src/client/themes/l-light.json5
@@ -9,9 +9,9 @@
props: {
bg: '#f9f9f9',
- fg: '#636b71',
+ fg: '#676767',
divider: 'rgb(223, 223, 223)',
- header: ':alpha<0.7<@bg',
+ header: ':alpha<0.7<@panel',
navBg: '#fff',
panel: '#fff',
panelShadow: '" 0 8px 24px rgb(21 43 75 / 8%)',
diff --git a/src/client/themes/l-rainy.json5 b/src/client/themes/l-rainy.json5
new file mode 100644
index 0000000000..1edde1cabf
--- /dev/null
+++ b/src/client/themes/l-rainy.json5
@@ -0,0 +1,21 @@
+{
+ id: 'a58a0abb-ff8c-476a-8dec-0ad7837e7e96',
+
+ name: 'Mi Rainy',
+ author: 'syuilo',
+
+ base: 'light',
+
+ props: {
+ accent: '#5db0da',
+ bg: 'rgb(246 248 249)',
+ fg: '#636b71',
+ panel: '#fff',
+ divider: 'rgb(230 233 234)',
+ panelHeaderDivider: '@divider',
+ renote: '@accent',
+ link: '@accent',
+ mention: '@accent',
+ hashtag: '@accent',
+ },
+}