mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 13:15:48 +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:
|
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user