Merge pull request #3123 from phyzical/bugfix/remove-rendundant-theme-documentation

remove terminal command theme from docs
This commit is contained in:
hydroflame 2022-03-14 14:35:32 -04:00 committed by GitHub
commit e72715ac59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
^^^ ^^^