テーマカラー変更

This commit is contained in:
ThinaticSystem 2022-02-14 09:12:02 +09:00
parent d0981f5053
commit 56c8428ac2
6 changed files with 14 additions and 14 deletions

View File

@ -4,7 +4,7 @@
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"background_color": "#313a42", "background_color": "#313a42",
"theme_color": "#86b300", "theme_color": "#77b58c",
"icons": [ "icons": [
{ {
"src": "/static-assets/icons/192.png", "src": "/static-assets/icons/192.png",

View File

@ -19,8 +19,8 @@ html
meta(charset='utf-8') meta(charset='utf-8')
meta(name='application-name' content='Misskey') meta(name='application-name' content='Misskey')
meta(name='referrer' content='origin') meta(name='referrer' content='origin')
meta(name='theme-color' content= themeColor || '#86b300') meta(name='theme-color' content= themeColor || '#77b58c')
meta(name='theme-color-orig' content= themeColor || '#86b300') meta(name='theme-color-orig' content= themeColor || '#77b58c')
meta(property='twitter:card' content='summary') meta(property='twitter:card' content='summary')
meta(property='og:site_name' content= instanceName || 'Misskey') meta(property='og:site_name' content= instanceName || 'Misskey')
meta(name='viewport' content='width=device-width, initial-scale=1') meta(name='viewport' content='width=device-width, initial-scale=1')

View File

@ -51,7 +51,7 @@ export async function sendEmail(to: string, subject: string, html: string, text:
a { a {
text-decoration: none; text-decoration: none;
color: #86b300; color: #77b58c;
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
@ -65,7 +65,7 @@ export async function sendEmail(to: string, subject: string, html: string, text:
} }
main > header { main > header {
padding: 32px; padding: 32px;
background: #86b300; background: #77b58c;
} }
main > header > img { main > header > img {
max-width: 128px; max-width: 128px;

View File

@ -188,8 +188,8 @@ export default defineComponent({
pointRadius: 0, pointRadius: 0,
tension: 0, tension: 0,
borderWidth: 2, borderWidth: 2,
borderColor: '#86b300', borderColor: '#77b58c',
backgroundColor: alpha('#86b300', 0.1), backgroundColor: alpha('#77b58c', 0.1),
data: [] data: []
}, { }, {
label: 'MEM (active)', label: 'MEM (active)',

View File

@ -9,7 +9,7 @@
kind: 'dark', kind: 'dark',
props: { props: {
accent: '#86b300', accent: '#77b58c',
accentDarken: ':darken<10<@accent', accentDarken: ':darken<10<@accent',
accentLighten: ':lighten<10<@accent', accentLighten: ':lighten<10<@accent',
accentedBg: ':alpha<0.15<@accent', accentedBg: ':alpha<0.15<@accent',
@ -42,7 +42,7 @@
hashtag: '#ff9156', hashtag: '#ff9156',
mention: '@accent', mention: '@accent',
mentionMe: '@mention', mentionMe: '@mention',
renote: '#229e82', renote: '#229e92',
modalBg: 'rgba(0, 0, 0, 0.5)', modalBg: 'rgba(0, 0, 0, 0.5)',
scrollbarHandle: 'rgba(255, 255, 255, 0.2)', scrollbarHandle: 'rgba(255, 255, 255, 0.2)',
scrollbarHandleHover: 'rgba(255, 255, 255, 0.4)', scrollbarHandleHover: 'rgba(255, 255, 255, 0.4)',
@ -66,7 +66,7 @@
wallpaperOverlay: 'rgba(0, 0, 0, 0.5)', wallpaperOverlay: 'rgba(0, 0, 0, 0.5)',
badge: '#31b1ce', badge: '#31b1ce',
messageBg: '@bg', messageBg: '@bg',
success: '#86b300', success: '#77b58c',
error: '#ec4137', error: '#ec4137',
warn: '#ecb637', warn: '#ecb637',
codeString: '#ffb675', codeString: '#ffb675',

View File

@ -4,12 +4,12 @@
id: 'light', id: 'light',
name: 'Light', name: 'Light',
author: 'syuilo', author: 'ThinaticSystem',
desc: 'Default light theme', desc: 'Default light theme',
kind: 'light', kind: 'light',
props: { props: {
accent: '#86b300', accent: '#77b58c',
accentDarken: ':darken<10<@accent', accentDarken: ':darken<10<@accent',
accentLighten: ':lighten<10<@accent', accentLighten: ':lighten<10<@accent',
accentedBg: ':alpha<0.15<@accent', accentedBg: ':alpha<0.15<@accent',
@ -42,7 +42,7 @@
hashtag: '#ff9156', hashtag: '#ff9156',
mention: '@accent', mention: '@accent',
mentionMe: '@mention', mentionMe: '@mention',
renote: '#229e82', renote: '#229e92',
modalBg: 'rgba(0, 0, 0, 0.3)', modalBg: 'rgba(0, 0, 0, 0.3)',
scrollbarHandle: 'rgba(0, 0, 0, 0.2)', scrollbarHandle: 'rgba(0, 0, 0, 0.2)',
scrollbarHandleHover: 'rgba(0, 0, 0, 0.4)', scrollbarHandleHover: 'rgba(0, 0, 0, 0.4)',
@ -66,7 +66,7 @@
wallpaperOverlay: 'rgba(255, 255, 255, 0.5)', wallpaperOverlay: 'rgba(255, 255, 255, 0.5)',
badge: '#31b1ce', badge: '#31b1ce',
messageBg: '@bg', messageBg: '@bg',
success: '#86b300', success: '#77b58c',
error: '#ec4137', error: '#ec4137',
warn: '#ecb637', warn: '#ecb637',
codeString: '#b98710', codeString: '#b98710',