Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 2.37 KB

README.md

File metadata and controls

66 lines (46 loc) · 2.37 KB

Elkon Theme for VS Code

Visual Studio Marketplace Version

Screen Shot 2021-03-08 at 12 32 54 AM Screen Shot 2021-03-08 at 12 33 16 AM        Font | Input Mono
 File Icons | File Icons
Product Icons | Carbon      
          Demo | Vitesse      

Match with System

// .vscode/setting.json
{
  "window.autoDetectColorScheme": true,
  "workbench.preferredLightColorTheme": "Elkon Light",
  "workbench.preferredDarkColorTheme": "Elkon Dark",
}

Changed of vitesse-theme

src/colors.ts

-  border: ['#191919', '#f0f0f0'],
+  border: ['#272727', '#f0f0f0'],

src/theme.ts
- 'tab.activeBorder': border,
+ 'tab.activeBorder': '#1f7075',

- 'editor.selectionBackground': pick({ light: '#22222210', dark: '#eeeeee10' }),
+ 'editor.selectionBackground': pick({ light: '#22222210', dark: '#01597462' }),

- 'panel.background': background,
+ 'panel.background': '#161616',

- 'terminal.selectionBackground': pick({ light: '#eeeeee', dark: activeBackground }),
+ 'terminal.selectionBackground': pick({ light: '#eeeeee', dark: '#01597462' }),

Links

prism-theme-vars - where the theme born.

vitesse - what the theme was for.

Thanks

This project is based on vitesse-theme.

License

MIT - Copyright (c) 2020 Primer
MIT - Copyright (c) 2021 Anthony Fu
MIT - Copyright (c) 2022 Elkon