UNPKG

@catppuccin/insomnia-plugin-catppuccin

Version:

Soothing pastel theme for Insomnia.

11 lines (8 loc) 253 B
const { makeTheme, themes } = require("./themes/catppuccin.js"); const catppuccinThemes = [ makeTheme(themes.mocha), makeTheme(themes.macchiato), makeTheme(themes.frappe), makeTheme(themes.latte), ]; module.exports.themes = [...catppuccinThemes];