From 8bbff90aca078cb740422df0680c8c1cb7595be6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Dec 2018 09:21:23 +0900 Subject: [Client] Add Monokai theme :art: --- src/client/theme/monokai.json5 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/client/theme/monokai.json5 (limited to 'src/client/theme') diff --git a/src/client/theme/monokai.json5 b/src/client/theme/monokai.json5 new file mode 100644 index 0000000000..859c1c2340 --- /dev/null +++ b/src/client/theme/monokai.json5 @@ -0,0 +1,24 @@ +{ + 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' + }, +} -- cgit v1.2.3-freya