mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-28 21:45:18 +02:00
🎨
This commit is contained in:
parent
d0a98f6e6c
commit
e1dc1e5111
3 changed files with 9 additions and 3 deletions
packages/frontend-shared/themes
|
@ -7,9 +7,9 @@
|
|||
bg: '#232125',
|
||||
fg: '#efdab9',
|
||||
link: '#78b0a0',
|
||||
warn: '#ecb637',
|
||||
warn: '#ffd152',
|
||||
badge: '#31b1ce',
|
||||
error: '#ec4137',
|
||||
error: '#ff6652',
|
||||
focus: ':alpha<0.3<@accent',
|
||||
navBg: '@panel',
|
||||
navFg: '@fg',
|
||||
|
@ -24,7 +24,7 @@
|
|||
hashtag: '#ff9156',
|
||||
mention: '#ffd152',
|
||||
modalBg: 'rgba(0, 0, 0, 0.5)',
|
||||
success: '#86b300',
|
||||
success: '#78b07f',
|
||||
indicator: '@accent',
|
||||
mentionMe: '#fb5d38',
|
||||
messageBg: '@bg',
|
||||
|
|
|
@ -22,5 +22,8 @@
|
|||
mentionMe: 'rgb(212, 210, 76)',
|
||||
hashtag: '#5bcbb0',
|
||||
link: '@accent',
|
||||
success: '@accent',
|
||||
warn: 'rgb(255, 213, 82)',
|
||||
error: 'rgb(255, 105, 82)',
|
||||
},
|
||||
}
|
||||
|
|
|
@ -22,5 +22,8 @@
|
|||
mentionMe: '#de6161',
|
||||
hashtag: '#68bad0',
|
||||
link: '#a1c758',
|
||||
error: '#ce5441',
|
||||
warn: '#d0b868',
|
||||
success: '#a1c758',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue