This commit is contained in:
syuilo 2020-07-05 23:30:23 +09:00
parent b08e3f59d3
commit 752669bf5e
1 changed files with 3 additions and 3 deletions

View File

@ -8,12 +8,12 @@
props: {
accent: 'rgb(255, 153, 0)',
panel: 'rgb(22, 22, 22)',
panel: 'rgb(30, 30, 30)',
bg: 'rgb(0, 0, 0)',
fg: 'rgb(240, 240, 240)',
fg: 'rgb(255, 255, 255)',
infoFg: '@accent',
infoBg: 'rgb(0, 0, 0)',
header: 'rgb(27, 27, 27)',
header: 'rgb(37, 37, 37)',
mention: '@accent',
hashtag: '@accent',
link: '@accent',