Skip to content

Dark theme for visual studio code with helpful semantic syntax highlighting

License

Notifications You must be signed in to change notification settings

BonnyAD9/TypeDark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeDark

marketplace Downloads

icon

TypeDark theme for visual studio code with yellow accent and semantic syntax highlighting.

Contains several color variants:

  • Yellow
  • Cyan
  • Magenta

How it looks

The yellow version (My favourite) image

How is semantic highlighting useful

This theme uses semantic syntax highlighting to give more information to the programmer. With this theme you can for example easily differentiate between local variables, properties, constants, global variables, parameters and macros just by looking at the color and font style of the token.

This doesn't mean that the theme looks like just a bunch of random colors. It is made to have all these useful features but at the same time to look well and with pleasant colors.

Basic guide

  • Funcions and overloaded operators are italic
  • Constants are bold
Meaning Color Hex
Namespace #19b6ff #19b6ff
Keyword #4c8dff #4c8dff
Parameter #ffa632 #ffa632
Operator #e5dba0 #e5dba0
Comment #7f7f7f #7f7f7f
String literal #e5a55b #e5a55b
Char literal #e5ce5b #e5ce5b
Other literal #d072e5 #d072e5
Enum member #ccc88e #ccc88e
Class #28c3cc #28c3cc
Struct #28cc92 #28cc92
Enum #71ce6d #71ce6d
Interface #b0cc28 #b0cc28
Macro #e2ccff #e2ccff
Builtin type #ed478f #ed478f
Global variable #ccdeff #ccdeff
Property/Method #e4ffe7 #e4ffe7

How to get it

It is available on the VSCode marketplace.

Links