forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
b08e3f59d3
commit
752669bf5e
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
accent: 'rgb(255, 153, 0)',
|
accent: 'rgb(255, 153, 0)',
|
||||||
panel: 'rgb(22, 22, 22)',
|
panel: 'rgb(30, 30, 30)',
|
||||||
bg: 'rgb(0, 0, 0)',
|
bg: 'rgb(0, 0, 0)',
|
||||||
fg: 'rgb(240, 240, 240)',
|
fg: 'rgb(255, 255, 255)',
|
||||||
infoFg: '@accent',
|
infoFg: '@accent',
|
||||||
infoBg: 'rgb(0, 0, 0)',
|
infoBg: 'rgb(0, 0, 0)',
|
||||||
header: 'rgb(27, 27, 27)',
|
header: 'rgb(37, 37, 37)',
|
||||||
mention: '@accent',
|
mention: '@accent',
|
||||||
hashtag: '@accent',
|
hashtag: '@accent',
|
||||||
link: '@accent',
|
link: '@accent',
|
||||||
|
|
Loading…
Reference in a new issue