Liqube Dark Code Theme for VSCodeIntroductionA fresh and stylish dark theme for Visual Studio Code, designed to be less colorful, less distracting, but much more focused than other themes. While specifically created for evening/night coding the color scheme also works fine for day-time work. This theme was made with C, C++, PHP, HTML, CSS, and LUA in mind, but should work fine for most languages. Design GoalsThe idea was to put focus on elements that are relevant, that need to be identifyable quickly without having the brain do the exhausting work of visually separating things. Strings and characters are kept in a single consistent color, and across regular expressions. Operators are dimmed to keep the focus on what is going on around them. Brackets are mostly dimmed, except where they need to be highly visible (e.g., function calls.) Variables and function calls use two separate colors. HTML elements use a distinct pink tint to effectively separate them from script code, which also translates to CSS files. Comments are dimmed gray and stay in the background, as they should. They do not make use of a specific color in order to not steal focus. Bracket matching are visualized in black to avoid introducing yet another highlight color. And several other things I simply forgot to mention here. ScreenshotsPHP Code ExampleHTML Code ExampleGentle bracket pair colorization and guidesInstallingThis extension is available for free at the Visual Studio Code Marketplace. How to Activate the ThemeAfter installing the package in Visual Studio Code press F1, type CreditsThe theme was brought to you by the people behind Resonic Player and Pro. ContributeAny ideas or reminders about missing syntax colorings are welcome. If you notice inconsistencies in any language please provide a sample code snippet for the language and I'll try to fix the issue. Enjoy! |