Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ion Theme for VS Code

Dark and Light themes for Visual Studio Code.

Installation

From VS Code Marketplace

  1. Open Extensions view (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for Ion Theme
  3. Click Install
  4. Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  5. Select Preferences: Color Theme
  6. Choose Ion Dark, Ion Dark Classic, Ion Light Modern or Ion Light

Manual Installation

  1. Clone or download this repository
  2. Copy to VS Code extensions folder:
    • Windows: %USERPROFILE%\.vscode\extensions
    • macOS: ~/.vscode/extensions
    • Linux: ~/.vscode/extensions
  3. Restart VS Code
  4. Select the theme from Color Theme picker

Recommended Settings

For the best experience, add these settings to your settings.json:

{
  "editor.fontFamily": "JetBrains Mono, Fira Code, monospace",
  "editor.fontLigatures": true,
  "editor.fontSize": 14,
  "editor.fontWeight": "350",
  "editor.lineHeight": 1.6,
  "editor.semanticHighlighting.enabled": true
}

Contributing

Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.

Author

Marko Milic

License

MIT


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors