Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.25 KB

readme.md

File metadata and controls

31 lines (22 loc) · 1.25 KB

VS Code Custom CSS Snippets

This repository aims to provide a shared list of possible CSS customization of VS Code with the vscode custom css extension. This allows simpler sharing of themes and keeping multiple machines in sync. Feel free to create a similar repo for your own or create a PR if you want to share your custom css.

Usage

  1. Install the vscode custom css extension
  2. Add links to css files to your settings
"vscode_custom_css.imports": [
    "file:///local_css_files",
    "https://global_css_file"
],
  1. Reload Custom css while connected to the Internet

Examples

"vscode_custom_css.imports": [
    "https://raw.githubusercontent.com/Buckwich/vscode-custom-css-snippets/master/tab-active-purple-glow/custom.css",
    "https://raw.githubusercontent.com/Buckwich/vscode-custom-css-snippets/master/tab-active-gradient-underline/custom.css",
    "https://raw.githubusercontent.com/Buckwich/vscode-custom-css-snippets/master/tab-dirty-red-stripes/custom.css"
],

It is possible to combine multiple effects, for example the three files above result in the following (tab with unsaved changes):

Example of combined snippets