Skip to content

andornaut/vscode-ibm1970-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBM1970 theme for Visual Studio Code

An IBM and 1970s inspired dark color theme for Visual Studio Code.

Download and install from the Extension Marketplace, or launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter: ext install Andornaut.ibm1970

screenshot

This color theme uses Solarized Dark tokenColors.

This color theme is part of the IBM1970 desktop theme.

Developing

Testing

  1. Press F5 to launch an Extension Development Host window.
  2. Select: File > Preferences > Color Theme > IBM 1970

Publishing

nvm use
npm install -g @vscode/vsce
vsce login Andornaut

vsce package
vsce publish
vsce publish patch
vsce publish minor
vsce publish major

Guides