feat: New command to disabling/disabling icons auto-applaying

This commit is contained in:
Mattia Astorino 2018-05-24 19:58:19 +02:00
parent a2dd0fec4a
commit 0fa2ac0541
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2
2 changed files with 14 additions and 1 deletions

View file

@ -19,6 +19,7 @@ The most epic theme meets Visual Studio Code. You can help by reporting issues [
- [Activate theme](#activate-theme) - [Activate theme](#activate-theme)
- [Fix File Icons](#fix-file-icons) - [Fix File Icons](#fix-file-icons)
- [Set the accent color](#set-the-accent-color) - [Set the accent color](#set-the-accent-color)
- [Disabling/enabling file icons auto-applying](#disabling-enabling-file-icons-auto-applying)
- [Override theme colors](#override-theme-colors) - [Override theme colors](#override-theme-colors)
- [Color Scheme override](#color-scheme-override) - [Color Scheme override](#color-scheme-override)
- [UI Overrides](#ui-overrides) - [UI Overrides](#ui-overrides)
@ -106,6 +107,18 @@ Launch *Quick Open*,
Type `material theme` and choose `Material Theme: Set accent color` and pick one color from the list. Type `material theme` and choose `Material Theme: Set accent color` and pick one color from the list.
## Disabling/enabling file icons auto-applying
By default material theme will apply the correct icons theme based on your active theme variant. To disable this behavior follow these steps:
Launch *Quick Open*,
- <img src="https://www.kernel.org/theme/images/logos/favicon.png" width=16 height=16/> <a href="https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf">Linux</a> `Ctrl + Shift + P`
- <img src="https://developer.apple.com/favicon.ico" width=16 height=16/> <a href="https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf">macOS</a> `⌘ + Shift + P`
- <img src="https://www.microsoft.com/favicon.ico" width=16 height=16/> <a href="https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf">Windows</a> `Ctrl + Shift + P`
Type `material theme` and choose `Material Theme: Enable or disable icons auto-applying` and choose to disable or enable this behavior.
## Override theme colors ## Override theme colors
You can override the material theme ui and schemes colors by adding these theme-specific settings to your configuration. For advanced customisation please check the [relative section on the vs code documentation](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme) You can override the material theme ui and schemes colors by adding these theme-specific settings to your configuration. For advanced customisation please check the [relative section on the vs code documentation](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme)

View file

@ -56,7 +56,7 @@
"commands": [ "commands": [
{ {
"command": "materialTheme.toggleApplyIcons", "command": "materialTheme.toggleApplyIcons",
"title": "Toggle icons auto-apply ", "title": "Enable or disable icons auto-applying",
"category": "🎨 Material Theme" "category": "🎨 Material Theme"
}, },
{ {