Implemented GH Issue #599: Added 'solarized dark' theme to CodeMirror

This commit is contained in:
danielyxie 2019-07-01 22:40:49 -07:00 committed by danielyxie
parent 8ddf7dfbd4
commit 8be7fa9157
2 changed files with 3 additions and 1 deletions

@ -222,6 +222,7 @@ export let CONSTANTS: IMap<any> = {
LatestUpdate: LatestUpdate:
` `
v0.47.2 v0.47.2
* * Added 'Solarized Dark' theme to CodeMirror editor
* Bug fix: Stock Market UI should no longer crash for certain locale settings
` `
} }

@ -67,6 +67,7 @@ export enum CodeMirrorThemeSetting {
Seti = "seti", Seti = "seti",
Shadowfox = "shadowfox", Shadowfox = "shadowfox",
Solarized = "solarized", Solarized = "solarized",
SolarizedDark = "solarized dark",
ssms = "ssms", ssms = "ssms",
The_matrix = "the-matrix", The_matrix = "the-matrix",
Tomorrow_night_bright = "tomorrow-night-bright", Tomorrow_night_bright = "tomorrow-night-bright",