File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3845Type : String
39- Parameter Sets : (All)
46+ Parameter Sets : theme
4047Aliases :
4148
4249Required : False
43- Position : 1
50+ Position : Named
4451Default value : None
4552Accept pipeline input : False
4653Accept wildcard characters : False
@@ -51,16 +58,46 @@ Accept wildcard characters: False
5158
5259` ` ` yaml
5360Type : String
54- Parameter Sets : (All)
61+ Parameter Sets : theme
5562Aliases :
5663
5764Required : False
58- Position : 2
65+ Position : Named
5966Default value : None
6067Accept pipeline input : False
6168Accept 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
65102Bypass confirmation messages.
66103
You can’t perform that action at this time.
0 commit comments