mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
Implemented GH Issue #599: Added 'solarized dark' theme to CodeMirror
This commit is contained in:
parent
8ddf7dfbd4
commit
8be7fa9157
@ -222,6 +222,7 @@ export let CONSTANTS: IMap<any> = {
|
||||
LatestUpdate:
|
||||
`
|
||||
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",
|
||||
Shadowfox = "shadowfox",
|
||||
Solarized = "solarized",
|
||||
SolarizedDark = "solarized dark",
|
||||
ssms = "ssms",
|
||||
The_matrix = "the-matrix",
|
||||
Tomorrow_night_bright = "tomorrow-night-bright",
|
||||
|
Loading…
Reference in New Issue
Block a user