1
0
Fork 0
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:
Simon Verhoeven 2024-11-04 05:05:57 +01:00 committed by GitHub
parent 6f00e671b8
commit c10b658194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages.nl/windows/color.md Normal file
View 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}}`