From 8fcc4c67667b0951d6c0d28cec320bd4b2f8f107 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 11 Dec 2018 19:09:00 +0300 Subject: [PATCH] fix --- static/styles.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/styles.json b/static/styles.json index b6bd6530..00ad6ae1 100644 --- a/static/styles.json +++ b/static/styles.json @@ -7,9 +7,9 @@ "monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ], "mammal": [ "Mammal", "#272c37", "#444b5d", "#f8f8f8", "#9bacc8", "#7f3142", "#2bd850", "#2b90d9", "#ca8f04" ], - "redmond-xx": "./static/themes/redmond-xx.json", - "redmond-xx-se": "./static/themes/redmond-xx-se.json", - "redmond-xxi": "./static/themes/redmond-xxi.json", - "breezy-dark": "./static/themes/breezy-dark.json", - "breezy-light": "./static/themes/breezy-light.json" + "redmond-xx": "/static/themes/redmond-xx.json", + "redmond-xx-se": "/static/themes/redmond-xx-se.json", + "redmond-xxi": "/static/themes/redmond-xxi.json", + "breezy-dark": "/static/themes/breezy-dark.json", + "breezy-light": "/static/themes/breezy-light.json" }