aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-12-11 19:09:00 +0300
committerHenry Jameson <me@hjkos.com>2018-12-11 19:09:00 +0300
commit8fcc4c67667b0951d6c0d28cec320bd4b2f8f107 (patch)
tree50c4d353576cc419eeea4f45c4497309222cf360 /static
parentc3f8b713a77adbac73678f3f1c7a9ab937ca5904 (diff)
fix
Diffstat (limited to 'static')
-rw-r--r--static/styles.json10
1 files 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"
}