color: add German translation (#7298)

feature/windows-fix-syntax-2
Michael Schwarz 2021-11-01 20:36:52 +01:00 committed by GitHub
parent c087c6e253
commit e25a05eaf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages.de/windows/color.md Normal file
View File

@ -0,0 +1,16 @@
# 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}}`