Skip to content

elkon028/elkon-vscode-theme

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published