Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 671 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 671 Bytes

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