 
    
Infinity
A coding color pallete theme based on Halcyon color scheme.
    
         
    
   
   
   
Installation
- Open Extensions sidebar panel in VS Code. View → Extensions
- Search for Halcyon
- Click Install to install it
- Click Reload to reload the editor
- Code > Preferences > Color Theme > Halcyon
Setting for best experience
Font
Victor Mono
Themes
- Material Icon Theme 
- Bracket Pair Color DLW 
- Color Highlight 
Editor Settings
Add or change these setting in vscode setting.json
{
    "editor.fontFamily": "'Victor Mono','Droid Sans Mono', 'monospace'",
    "editor.fontWeight": "bold",
    "editor.letterSpacing": 0.8,
    "editor.lineHeight": 1.6,
    "editor.fontLigatures": true,
    "workbench.iconTheme": "material-icon-theme",
    "material-icon-theme.folders.color": "#8695b7",
    "material-icon-theme.folders.theme": "specific",
    "material-icon-theme.hidesExplorerArrows": true,
    "terminal.integrated.fontFamily": "Victor Mono",
    "terminal.integrated.fontWeight": "bold",
    "terminal.integrated.letterSpacing": 2,
    "terminal.integrated.customGlyphs": true,
    "terminal.integrated.tabs.enableAnimation": true
}
Author
Satvik Virmani
     
Contributions
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!