mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:33:38 +02:00
color: add Dutch translation (#14506)
This commit is contained in:
parent
6f00e671b8
commit
c10b658194
1 changed files with 16 additions and 0 deletions
16
pages.nl/windows/color.md
Normal file
16
pages.nl/windows/color.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# color
|
||||
|
||||
> Stel de voor- en achtergrondkleuren van de console in.
|
||||
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/color>.
|
||||
|
||||
- Zet de consolekleuren terug naar de standaardwaarden:
|
||||
|
||||
`color`
|
||||
|
||||
- Toon de beschikbare kleurwaarden en gedetailleerde informatie:
|
||||
|
||||
`color /?`
|
||||
|
||||
- Stel een specifieke voorgrond- en achtergrondkleur in met hexadecimale getallen (`1-9,a-f`):
|
||||
|
||||
`color {{voorgrond_code}}{{achtergrond_code}}`
|
Loading…
Add table
Reference in a new issue