Skip to content
Snippets Groups Projects
Unverified Commit 8bbff90a authored by syuilo's avatar syuilo
Browse files

[Client] Add Monokai theme 🎨

parent fcb3ba99
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ export const halloweenTheme: Theme = require('../theme/halloween.json5');
export const cafeTheme: Theme = require('../theme/cafe.json5');
export const japaneseSushiSetTheme: Theme = require('../theme/japanese-sushi-set.json5');
export const gruvboxDarkTheme: Theme = require('../theme/gruvbox-dark.json5');
export const monokaiTheme: Theme = require('../theme/monokai.json5');
export const builtinThemes = [
lightTheme,
......@@ -27,7 +28,8 @@ export const builtinThemes = [
halloweenTheme,
cafeTheme,
japaneseSushiSetTheme,
gruvboxDarkTheme
gruvboxDarkTheme,
monokaiTheme
];
export function applyTheme(theme: Theme, persisted = true) {
......
{
id: 'fef11dc4-6b17-436e-b374-73282c44ddc0',
name: 'Monokai',
author: 'syuilo',
base: 'dark',
vars: {
primary: '#f92672',
secondary: '#272822',
text: '#f8f8f2',
},
props: {
renoteGradient: '#3f500f',
renoteText: '#a6e22e',
quoteBorder: '#a6e22e',
mfmMention: '#ae81ff',
mfmUrl: '#66d9ef',
mfmLink: '#e6db74',
mfmHashtag: '#fd971f'
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment