summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-03-20 22:42:35 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-03-20 22:42:35 +0900
commitab40756c1a6bfd14535a6b37d61617c14ff64ebf (patch)
treede6953ef808ea62e2d45f5d9641b31f451e24175 /src
parentwip (diff)
downloadmisskey-ab40756c1a6bfd14535a6b37d61617c14ff64ebf.tar.gz
misskey-ab40756c1a6bfd14535a6b37d61617c14ff64ebf.tar.bz2
misskey-ab40756c1a6bfd14535a6b37d61617c14ff64ebf.zip
wip
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/messaging-room.message.vue2
-rw-r--r--src/client/themes/_dark.json51
-rw-r--r--src/client/themes/_light.json51
3 files changed, 3 insertions, 1 deletions
diff --git a/src/client/pages/messaging-room.message.vue b/src/client/pages/messaging-room.message.vue
index ba30f6145b..f26ef449b2 100644
--- a/src/client/pages/messaging-room.message.vue
+++ b/src/client/pages/messaging-room.message.vue
@@ -250,7 +250,7 @@ export default Vue.extend({
padding-right: 32px;
> .balloon {
- $color: var(--panel);
+ $color: var(--messageBg);
background: $color;
&[data-no-text] {
diff --git a/src/client/themes/_dark.json5 b/src/client/themes/_dark.json5
index 5aecffa7cb..bc7c0efc09 100644
--- a/src/client/themes/_dark.json5
+++ b/src/client/themes/_dark.json5
@@ -51,6 +51,7 @@
driveFolderBg: ':alpha<0.3<@accent',
wallpaperOverlay: 'rgba(0, 0, 0, 0.5)',
badge: '#31b1ce',
+ messageBg: ':lighten<5<@bg',
bonzsgfz: ':alpha<0<@bg',
pcncwizz: ':darken<2<@panel',
yrnqrguo: 'rgba(255, 255, 255, 0.05)',
diff --git a/src/client/themes/_light.json5 b/src/client/themes/_light.json5
index 6d55546bb5..adb1280420 100644
--- a/src/client/themes/_light.json5
+++ b/src/client/themes/_light.json5
@@ -51,6 +51,7 @@
driveFolderBg: ':alpha<0.3<@accent',
wallpaperOverlay: 'rgba(255, 255, 255, 0.5)',
badge: '#31b1ce',
+ messageBg: '@panel',
bonzsgfz: ':alpha<0<@bg',
pcncwizz: ':darken<2<@panel',
yrnqrguo: 'rgba(0, 0, 0, 0.05)',