Skip to content

Commit

Permalink
Update VS Code settings and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao208 committed Feb 5, 2024
1 parent 2d4f63b commit b8ef20c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,28 @@ For an even more immersive experience, we recommend combining the Typper theme w
```json
{
"workbench.iconTheme": "typper-icons",
"workbench.colorTheme": "Typper",
"workbench.colorTheme": "typper-dark",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"workbench.statusBar.visible": false,
"editor.minimap.enabled": false
}
```

or

```json
{
"workbench.iconTheme": "symbols",
"workbench.colorTheme": "typper-dark",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"workbench.statusBar.visible": false,
"editor.minimap.enabled": false,
"workbench.productIconTheme": "fluent-icons"
}
```

Copy and paste these settings into your settings.json file to optimize your user interface.

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "typper-theme",
"displayName": "Typper Themes",
"description": "The Typper theme for VS Code is a sleek representation of the innovative AI startup Typper, offering a modern color palette that complements their vibrant branding. Optimized for clarity, the theme enhances productivity and aesthetic pleasure for developers.",
"version": "0.0.15",
"version": "0.0.16",
"publisher": "Typper",
"icon": "icon.png",
"engines": {
Expand Down

0 comments on commit b8ef20c

Please sign in to comment.