try to add new theme
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m10s
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m10s
This commit is contained in:
@@ -104,6 +104,13 @@ export const themes = [
|
||||
group: 'Community',
|
||||
colors: { bg: '#0d1117', accent: '#58a6ff', text: '#c9d1d9' },
|
||||
},
|
||||
{
|
||||
id: 'scrunkly-cat',
|
||||
name: 'scrunkly.cat-dark',
|
||||
type: 'dark',
|
||||
group: 'Community',
|
||||
colors: { bg: '#161924', accent: '#b30051', text: '#dadada' },
|
||||
},
|
||||
];
|
||||
|
||||
export function getThemeById(id) {
|
||||
|
||||
Reference in New Issue
Block a user