summaryrefslogtreecommitdiff
path: root/src/client/themes
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-08-07 16:12:42 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-08-07 16:12:42 +0900
commitaec2762bf1130a238bec896e896c4ff4b6e41da0 (patch)
tree5be7b582850427f08a1239e0dda65004b9e795da /src/client/themes
parentImprove docs (diff)
downloadmisskey-aec2762bf1130a238bec896e896c4ff4b6e41da0.tar.gz
misskey-aec2762bf1130a238bec896e896c4ff4b6e41da0.tar.bz2
misskey-aec2762bf1130a238bec896e896c4ff4b6e41da0.zip
:art:
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-astro.json52
-rw-r--r--src/client/themes/d-black.json51
-rw-r--r--src/client/themes/l-light.json51
-rw-r--r--src/client/themes/l-vivid.json52
6 files changed, 4 insertions, 6 deletions
diff --git a/src/client/themes/_dark.json5 b/src/client/themes/_dark.json5
index a8ec67e8c7..fef8df4c7c 100644
--- a/src/client/themes/_dark.json5
+++ b/src/client/themes/_dark.json5
@@ -59,7 +59,7 @@
driveFolderBg: ':alpha<0.3<@accent',
wallpaperOverlay: 'rgba(0, 0, 0, 0.5)',
badge: '#31b1ce',
- messageBg: ':lighten<5<@bg',
+ messageBg: '@bg',
success: '#86b300',
error: '#ec4137',
warn: '#ecb637',
diff --git a/src/client/themes/_light.json5 b/src/client/themes/_light.json5
index 0c54c704a6..b31e369a37 100644
--- a/src/client/themes/_light.json5
+++ b/src/client/themes/_light.json5
@@ -59,7 +59,7 @@
driveFolderBg: ':alpha<0.3<@accent',
wallpaperOverlay: 'rgba(255, 255, 255, 0.5)',
badge: '#31b1ce',
- messageBg: '@panel',
+ messageBg: '@bg',
success: '#86b300',
error: '#ec4137',
warn: '#ecb637',
diff --git a/src/client/themes/d-astro.json5 b/src/client/themes/d-astro.json5
index 74b90addd5..08846dec20 100644
--- a/src/client/themes/d-astro.json5
+++ b/src/client/themes/d-astro.json5
@@ -32,7 +32,7 @@
cwHoverBg: '#707b97',
indicator: '@accent',
mentionMe: '#fb5d38',
- messageBg: ':lighten<5<@bg',
+ messageBg: '@bg',
navActive: '@accent',
infoWarnBg: '#42321c',
infoWarnFg: '#ffbd3e',
diff --git a/src/client/themes/d-black.json5 b/src/client/themes/d-black.json5
index f4b93cdcbc..3c18ebdaf1 100644
--- a/src/client/themes/d-black.json5
+++ b/src/client/themes/d-black.json5
@@ -13,6 +13,5 @@
panelHeaderDivider: '@divider',
shadow: 'rgba(255, 255, 255, 0.05)',
modalBg: 'rgba(255, 255, 255, 0.1)',
- messageBg: '#1d1d1d',
},
}
diff --git a/src/client/themes/l-light.json5 b/src/client/themes/l-light.json5
index f85bee3b06..79176cdd62 100644
--- a/src/client/themes/l-light.json5
+++ b/src/client/themes/l-light.json5
@@ -15,6 +15,5 @@
navBg: '#fff',
panel: '#fff',
panelHeaderDivider: '@divider',
- messageBg: '#dedede',
},
}
diff --git a/src/client/themes/l-vivid.json5 b/src/client/themes/l-vivid.json5
index 9fc04cd0d3..32bb9dc26b 100644
--- a/src/client/themes/l-vivid.json5
+++ b/src/client/themes/l-vivid.json5
@@ -35,7 +35,7 @@
cwHoverBg: '#bbc4ce',
indicator: '@accent',
mentionMe: '@mention',
- messageBg: '@panel',
+ messageBg: '@bg',
navActive: '@accent',
infoWarnBg: '#fff0db',
infoWarnFg: '#573c08',