Skip to content

manuartero/5-colors-dark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Dark Theme

Fork from the VSCode's default dark theme but customized for simplification

Theme

  • Text (default color): #E7E7E7 almost white

  • Background: #151516 almost black

  • Keywords: #B3DD9D green

  • Operators: #8D8D8D dark grey

  • Functions: #9CDCFE light blue

  • Classes: #FFB1FB pink

  • Strings: #D7BA7D light orange

  • Errors: #F44747 red

Customization

    "workbench.colorCustomizations": {
        "[Simple Dark Theme]": {
        }
    },
    "editor.tokenColorCustomizations": {
        "[Simple Dark Theme]": {
        }
    },

Publishing

 $> vsce package
 $> vsce publish

About

color theme for VisualStudioCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published