Font | Input Mono
File Icons | File Icons
Product Icons | Carbon
Demo | Vitesse
// .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' }),
prism-theme-vars - where the theme born.
vitesse - what the theme was for.
This project is based on vitesse-theme.
MIT - Copyright (c) 2020 Primer
MIT - Copyright (c) 2021 Anthony Fu
MIT - Copyright (c) 2022 Elkon