This commit is contained in:
syuilo 2025-04-02 19:16:16 +09:00
parent d0a98f6e6c
commit e1dc1e5111
3 changed files with 9 additions and 3 deletions

View file

@ -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',

View file

@ -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)',
},
}

View file

@ -22,5 +22,8 @@
mentionMe: '#de6161',
hashtag: '#68bad0',
link: '#a1c758',
error: '#ce5441',
warn: '#d0b868',
success: '#a1c758',
},
}