UNPKG
@catppuccin/insomnia-plugin-catppuccin
Version:
latest (0.1.3)
0.1.3
0.1.2
Soothing pastel theme for Insomnia.
github.com/catppuccin/insomnia
catppuccin/insomnia
@catppuccin/insomnia-plugin-catppuccin
/
plugin.js
11 lines
(8 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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];