A dark blue theme for VS Code, inspired by Halcyon.
Installation via VS Code
Open Extensions sidebar menu
Type "Saturn" into the search bar
Click Install to install it
Click Reload to reload the editor, or use ctrl + p to open the command palette and type in Reload
Use Saturn by opening Code -> Preferences -> Colour Theme -> Saturn
Manual Installation
Copy this repository into the /.vscode/extensions folder and restart VS Code.
Alternate Way of Installation
Launch VS Code Quick Open (Ctrl + P), paste the following command, and press enter. ext install jessica-cao.Saturn
Syntax Colours
Colour
Usage
#C2C4C4
variables, parameters, annotations
#E15A60
types (const, int, boolean, long, char)
#99B2DD
modifiers (ex. public, static, private)
#FAC863
constants, operators
#FF0000
Punctuations and accessors
#685044
Packages, namespaces, and modules
#875E8D
Constructors, destructors
#FFAE57
HTML and XML tags
#137A7A
CSS Classes
Disclaimer
This theme is a work in progress. I primarily develop in HTML, CSS, JS, C, and Java, so those languages should look fairly good and be well-supported. There are some languages that I don't work with as much, so I don't have as clear of an idea of how Saturn would look for them. If you have any suggestions or found any mistakes, please let me know :D