Skip to content

Commit cd00586

Browse files
committed
update docs
1 parent f4e0209 commit cd00586

1 file changed

Lines changed: 42 additions & 5 deletions

File tree

docs/en-US/Set-TerminalIconsTheme.md

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@ schema: 2.0.0
1212

1313
## SYNTAX
1414

15+
### theme (Default)
1516
```
16-
Set-TerminalIconsTheme [[-IconTheme] <String>] [[-ColorTheme] <String>] [-Force] [-WhatIf] [-Confirm]
17+
Set-TerminalIconsTheme [-IconTheme <String>] [-ColorTheme <String>] [-Force] [-WhatIf] [-Confirm]
18+
[<CommonParameters>]
19+
```
20+
21+
### notheme
22+
```
23+
Set-TerminalIconsTheme [-DisableColorTheme] [-DisableIconTheme] [-Force] [-WhatIf] [-Confirm]
1724
[<CommonParameters>]
1825
```
1926

@@ -36,11 +43,11 @@ PS C:\> {{ Add example code here }}
3643

3744
```yaml
3845
Type: String
39-
Parameter Sets: (All)
46+
Parameter Sets: theme
4047
Aliases:
4148

4249
Required: False
43-
Position: 1
50+
Position: Named
4451
Default value: None
4552
Accept pipeline input: False
4653
Accept wildcard characters: False
@@ -51,16 +58,46 @@ Accept wildcard characters: False
5158
5259
```yaml
5360
Type: String
54-
Parameter Sets: (All)
61+
Parameter Sets: theme
5562
Aliases:
5663

5764
Required: False
58-
Position: 2
65+
Position: Named
5966
Default value: None
6067
Accept pipeline input: False
6168
Accept wildcard characters: False
6269
```
6370
71+
### -DisableColorTheme
72+
Disables custom colors and uses default terminal color.
73+
74+
```yaml
75+
Type: SwitchParameter
76+
Parameter Sets: notheme
77+
Aliases:
78+
79+
Required: False
80+
Position: Named
81+
Default value: False
82+
Accept pipeline input: False
83+
Accept wildcard characters: False
84+
```
85+
86+
### -DisableIconTheme
87+
Disables custom icons and shows only shows the directory or file name.
88+
89+
```yaml
90+
Type: SwitchParameter
91+
Parameter Sets: notheme
92+
Aliases:
93+
94+
Required: False
95+
Position: Named
96+
Default value: False
97+
Accept pipeline input: False
98+
Accept wildcard characters: False
99+
```
100+
64101
### -Force
65102
Bypass confirmation messages.
66103

0 commit comments

Comments
 (0)