@@ -20,6 +20,11 @@ export function validate_theme(theme: unknown) : asserts theme is ColorTheme {
// todo: validate
}
exportconstthemes=[
'Minimal Dark',
'Minimal Light',
];
exporttypeColorThemeLabel
='light'
|'dark'
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.