chore: Update readme
This commit is contained in:
parent
f85292849f
commit
c5d3d020fe
1 changed files with 5 additions and 2 deletions
|
@ -17,7 +17,7 @@ You can install this awesome theme through the [Visual Studio Code Marketplace](
|
||||||
# Activate the theme
|
# Activate the theme
|
||||||
|
|
||||||
1. Press <kbd>cmd/ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and type `color`, then select **Color Theme**
|
1. Press <kbd>cmd/ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> and type `color`, then select **Color Theme**
|
||||||
2. Select `Material Theme Darker` or `Material Theme Lighter` from the list, then press **Enter**
|
2. Type `Material Theme` and select one of the theme color from the list, then press **Enter**
|
||||||
|
|
||||||
# Activate File Icons Theme
|
# Activate File Icons Theme
|
||||||
|
|
||||||
|
@ -33,4 +33,7 @@ You can install this awesome theme through the [Visual Studio Code Marketplace](
|
||||||
"editor.lineHeight": 24,
|
"editor.lineHeight": 24,
|
||||||
// Enables font ligatures
|
// Enables font ligatures
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Thanks
|
||||||
|
Thanks to @balanceiskey for the theme builder.
|
Loading…
Reference in a new issue