There's only one solarized theme

CodeMirror depends on some special config to make both solarized light
and solarized dark work. Gerrit doesn't support that and they are both
broken.

Consolidate them into a single solarized theme will at least make
solarized-light work.

This (partially) fixes Bug 4267.

Change-Id: Ia577147950a566ed003d0338b57dfba1696ac7f6
This commit is contained in:
Yuxuan 'fishy' Wang
2016-07-14 14:58:21 -07:00
parent b5973cb420
commit 5e053ec587

View File

@@ -25,7 +25,7 @@ public enum Theme {
NEAT, NEAT,
NEO, NEO,
PARAISO_LIGHT, PARAISO_LIGHT,
SOLARIZED_LIGHT, SOLARIZED,
TTCN, TTCN,
XQ_LIGHT, XQ_LIGHT,
YETI, YETI,
@@ -56,7 +56,6 @@ public enum Theme {
RAILSCASTS, RAILSCASTS,
RUBYBLUE, RUBYBLUE,
SETI, SETI,
SOLARIZED_DARK,
THE_MATRIX, THE_MATRIX,
TOMORROW_NIGHT_BRIGHT, TOMORROW_NIGHT_BRIGHT,
TOMORROW_NIGHT_EIGHTIES, TOMORROW_NIGHT_EIGHTIES,
@@ -92,7 +91,6 @@ public enum Theme {
case RAILSCASTS: case RAILSCASTS:
case RUBYBLUE: case RUBYBLUE:
case SETI: case SETI:
case SOLARIZED_DARK:
case THE_MATRIX: case THE_MATRIX:
case TOMORROW_NIGHT_BRIGHT: case TOMORROW_NIGHT_BRIGHT:
case TOMORROW_NIGHT_EIGHTIES: case TOMORROW_NIGHT_EIGHTIES:
@@ -110,7 +108,7 @@ public enum Theme {
case NEAT: case NEAT:
case NEO: case NEO:
case PARAISO_LIGHT: case PARAISO_LIGHT:
case SOLARIZED_LIGHT: case SOLARIZED:
case TTCN: case TTCN:
case XQ_LIGHT: case XQ_LIGHT:
case YETI: case YETI: