summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-10-24 15:50:20 +0200
committerFlorian Orben <florian.orben@gmail.com>2015-10-29 17:26:34 +0100
commit3e7ffafa97c61ddd2f479022e4d63bdf745fcac3 (patch)
tree2b7342139352da056fef2422ce203bb7d1b1d215 /web/react/utils/constants.jsx
parent1e4510be3bb13c00583e14dbbcf99ade7a76c9bd (diff)
downloadchat-3e7ffafa97c61ddd2f479022e4d63bdf745fcac3.tar.gz
chat-3e7ffafa97c61ddd2f479022e4d63bdf745fcac3.tar.bz2
chat-3e7ffafa97c61ddd2f479022e4d63bdf745fcac3.zip
code style theme chooser
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index e65b7337f..2c9959d4a 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -304,6 +304,13 @@ module.exports = {
uiName: 'Mention Highlight Link'
}
],
+ CODE_THEMES: {
+ github: 'GitHub',
+ solarized_light: 'Solarized light',
+ monokai: 'Monokai',
+ solarized_dark: 'Solarized Dark'
+ },
+ DEFAULT_CODE_THEME: 'github',
Preferences: {
CATEGORY_DIRECT_CHANNEL_SHOW: 'direct_channel_show',
CATEGORY_DISPLAY_SETTINGS: 'display_settings',