forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
color: add Dutch translation (tldr-pages#14506)
- Loading branch information
1 parent
6f00e67
commit c10b658
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}}` |