From b582a1d874f91270a8c323fcae82fde530aad0ef Mon Sep 17 00:00:00 2001 From: noxy Date: Wed, 1 Feb 2017 05:32:13 +0000 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20Krautchan.css=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- s/theme.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/s/theme.js b/s/theme.js index ffec52b..caede39 100644 --- a/s/theme.js +++ b/s/theme.js @@ -14,8 +14,12 @@ var themes = [ { }, { file : 'coldblue.css', label : 'COLD', - id : 'COLD' -}]; + id : 'COLD' , +}, { + file : 'krautchan.css' , + label : 'Krautchan' , + id : 'KC' + }]; var customCss; var addedTheme; function updateCss() {