mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
Merge branch 'dev' of github.com:danielyxie/bitburner into dev
This commit is contained in:
commit
321579c6cb
@ -542,28 +542,6 @@ Then in order to check its logs with 'tail' the same arguments must be used::
|
|||||||
|
|
||||||
$ tail foo.script 10 50000
|
$ tail foo.script 10 50000
|
||||||
|
|
||||||
theme
|
|
||||||
^^^^^
|
|
||||||
|
|
||||||
$ theme [preset] | [#background #text #highlight]
|
|
||||||
|
|
||||||
Change the color of the game's user interface
|
|
||||||
|
|
||||||
This command can be called with a preset theme. Currently, the supported presets are:
|
|
||||||
|
|
||||||
* default
|
|
||||||
* muted
|
|
||||||
* solarized
|
|
||||||
|
|
||||||
However, you can also specify your own color scheme using hex values.
|
|
||||||
To do so, you must specify three hex color values for the background
|
|
||||||
color, the text color, and the highlight color. These hex values must
|
|
||||||
be preceded by a pound sign (#) and must be either 3 or 6 digits. Example::
|
|
||||||
|
|
||||||
$ theme #ffffff #385 #235012
|
|
||||||
|
|
||||||
A color picker such as Google's can be used to get your desired hex color values
|
|
||||||
|
|
||||||
top
|
top
|
||||||
^^^
|
^^^
|
||||||
|
|
||||||
|
@ -1703,7 +1703,7 @@ function initAugmentations(): void {
|
|||||||
"The left arm of a legendary BitRunner who ascended beyond this world. " +
|
"The left arm of a legendary BitRunner who ascended beyond this world. " +
|
||||||
"It projects a light blue energy shield that protects the exposed inner parts. " +
|
"It projects a light blue energy shield that protects the exposed inner parts. " +
|
||||||
"Even though it contains no weapons, the advanced tungsten titanium " +
|
"Even though it contains no weapons, the advanced tungsten titanium " +
|
||||||
"alloy increases the users strength to unbelievable levels. The augmentation " +
|
"alloy increases the user's strength to unbelievable levels. The augmentation " +
|
||||||
"gets more powerful over time for seemingly no reason.",
|
"gets more powerful over time for seemingly no reason.",
|
||||||
strength_mult: 2.7,
|
strength_mult: 2.7,
|
||||||
});
|
});
|
||||||
|
@ -870,6 +870,7 @@ export function Root(props: IProps): React.ReactElement {
|
|||||||
}}
|
}}
|
||||||
style={{
|
style={{
|
||||||
maxWidth: `${tabTextWidth}px`,
|
maxWidth: `${tabTextWidth}px`,
|
||||||
|
minHeight: '38.5px',
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
...(currentScript?.fileName === openScripts[index].fileName
|
...(currentScript?.fileName === openScripts[index].fileName
|
||||||
? {
|
? {
|
||||||
|
Loading…
Reference in New Issue
Block a user