Skip to content

ruedigerfranke/vscode-macos-classic-and-base16-dark-default.theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macOS Classic for Visual Studio Code

A light theme for Visual Studio Code.

  • UI theme
  • Icon theme

Usage

You can setup settings to get best effect:

{
  "editor.fontFamily": "Monaco, Menlo , Consolas, 'Courier New', monospace",
  "editor.fontSize": 12,
  "window.titleBarStyle": "native",
  "workbench.editor.tabCloseButton": "left",
  "workbench.editor.showIcons": false,
  "workbench.sideBar.location": "left",
  "editor.renderLineHighlight": "none",
  "editor.scrollbar.horizontal": "hidden",
  "editor.scrollbar.vertical": "hidden",
  "editor.minimap.enabled": false,
  "editor.glyphMargin": false,
  "editor.renderIndentGuides": true,
  "editor.selectionHighlight": false,
}

Screenshot

About

macOS Classic theme for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%