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