Skip to content

andregalastri/galastri-dark-theme-for-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galastri Dark Theme 0.3

Theme for VS Code based on Delkos Dark Theme for Brackets, with high contrast and strong colors!

image

Supported syntaxes

Partially supported syntaxes

These are syntaxes that are still in development or isn't tested enough.

Suggestions and bug reports are much appreciated :)

Found some inconsistency? A bug or or improvement? Want me to add more syntaxes? Open a issue and tell me how to improve! ❤

And please, whenever possible, provide me some code examples for my better understanding.


Installation:

  • Just search for "Galastri" in the VSCode's Marketplace and install it!

or

  • Clone (or download and extract) this repository inside one of this folders:
    Linux: $HOME/.vscode/extensions/
    Windows: %APPDATA%\Microsoft\Visual Studio Code\extensions\

Font recommendation

I recommend using the default Brackets font Source Code Pro Font

Notes

  1. This theme is configured to work only with specific syntax support. If your language isn't in the list above, it probably won't work. I made it this way because it is simpler to keep track of the synxtax highlight variables, even though the theme main file become a little bigger.
  2. I made some changes from the original Delkos theme, some changes are to suit my own taste and others are because the limitations with the way some syntax highlights work in VS Code that differs the way Brackets does.