https://github.com/gabrielcrackpro/vscode-custom-config
A custom configuration for vscode built using APC and pure css
https://github.com/gabrielcrackpro/vscode-custom-config
Last synced: 3 months ago
JSON representation
A custom configuration for vscode built using APC and pure css
- Host: GitHub
- URL: https://github.com/gabrielcrackpro/vscode-custom-config
- Owner: GabrielCrackPro
- Created: 2024-08-19T16:22:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T17:14:53.000Z (10 months ago)
- Last Synced: 2025-01-22T22:17:13.886Z (5 months ago)
- Language: CSS
- Size: 2.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSCode Custom Config
A custom configuration for vscode built using APC Customize UI++ and pure css
This config is built using the [Ommi Owl](https://marketplace.visualstudio.com/items?itemName=guilhermerodz.omni-owl) theme as base, colors are chosen based on theme colors, but feel free to change whatever you need


# Install
Just copy the content of `scripts` in any folder and replace (or append) your `settings.json` with this one and update the scripts path in `settings.json` file
```json
"apc.imports": [
"file://${userHome}/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.3/dist/updateHandler.js",
"file://${userHome}/.vscode/scripts/quick-input/quick-input-blur.css",
"file://${userHome}/.vscode/scripts/quick-input/quick-input-blur.js",
"file://${userHome}/.vscode/scripts/quick-input/quick-input.js",
"file://${userHome}/.vscode/scripts/base/base.css",
"file://${userHome}/.vscode/scripts/base/checkbox.css",
"file://${userHome}/.vscode/scripts/search/search.css",
"file://${userHome}/.vscode/scripts/suggestions/suggestions.css"
]
```## Important
- Make sure that you've installed and configured the [APC Customize UI++](https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension) extension
- If you want cool animations make sure to install [VSCode Animations](https://marketplace.visualstudio.com/items?itemName=BrandonKirbyson.vscode-animations) extension