enhance(frontend): TL上のノートを公開範囲に応じて色分けするように

This commit is contained in:
kakkokari-gtyih 2024-10-20 14:37:57 +09:00
parent b1aac6acc3
commit c67918a814
8 changed files with 81 additions and 3 deletions

View file

@ -79,6 +79,10 @@
codeBoolean: '#c59eff',
deckBg: '#000',
htmlThemeColor: '@bg',
notePublic: 'transparent',
noteHome: '#43b3f4',
noteSpecified: '#f09e05',
noteFollowers: '#c54630',
X3: 'rgba(255, 255, 255, 0.05)',
X4: 'rgba(255, 255, 255, 0.1)',
X5: 'rgba(255, 255, 255, 0.05)',

View file

@ -79,6 +79,10 @@
codeBoolean: '#62b70c',
deckBg: ':darken<3<@bg',
htmlThemeColor: '@bg',
notePublic: 'transparent',
noteHome: '#43b3f4',
noteSpecified: '#f09e05',
noteFollowers: '#c54630',
X3: 'rgba(0, 0, 0, 0.05)',
X4: 'rgba(0, 0, 0, 0.1)',
X5: 'rgba(0, 0, 0, 0.05)',