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
+1
View File
@@ -67,6 +67,7 @@ export enum CodeMirrorThemeSetting {
Seti = "seti",
Shadowfox = "shadowfox",
Solarized = "solarized",
SolarizedDark = "solarized dark",
ssms = "ssms",
The_matrix = "the-matrix",
Tomorrow_night_bright = "tomorrow-night-bright",