mirror of https://github.com/CrimsonTome/tldr.git
17 lines
484 B
Markdown
17 lines
484 B
Markdown
|
# color
|
||
|
|
||
|
> Setze die Vordergrund- und Hintergrundfarben der Kommandozeile.
|
||
|
> Weitere Informationen: <https://docs.microsoft.com/windows-server/administration/windows-commands/color>.
|
||
|
|
||
|
- Setze die Kommandozeilenfarben auf die Standardwerte:
|
||
|
|
||
|
`color`
|
||
|
|
||
|
- Liste alle verfügbaren Farben und detailierte Informationen auf:
|
||
|
|
||
|
`color /?`
|
||
|
|
||
|
- Setze die Vordergrund- und Hintergrundfarbe der Kommandozeilen auf eine spezifische Farbe:
|
||
|
|
||
|
`color {{vordergrundfarbe_code}}{{hintergrundfarbe_code}}`
|