Add monochrome theme with grayscale filter

This commit is contained in:
Eason Li 2026-01-04 20:41:42 +08:00
parent 28d58ed18f
commit 7d2de8ce2a
5 changed files with 186 additions and 39 deletions

View file

@ -14,10 +14,12 @@
* limitations under the License.
*/
import { catppuccinTheme } from './catppuccin'
import { monochromeTheme } from './monochrome'
import type { ThemeRegistry } from '../types'
export const themeRegistry: ThemeRegistry = {
catppuccin: catppuccinTheme,
monochrome: monochromeTheme,
}
export { catppuccinTheme }
export { catppuccinTheme, monochromeTheme }