What42's Rust Theme (Light)
This is my personal VS Code theme, focused mainly on readability. It was originally inspired by / made because of CodeStyle's videosMany color themes appear to prioritize looks and colors over readability, but not this one. I've combined every strategy that I know of to create the fastest reading code I've ever seen. And this isn't based on theory, I put every change and strategy to the test with an obscene amount of trail and error. The main strategies / rules employed are 1: dark text on a light background, 2: importance / noticeability matching (important items should stand out and vice-versa), and 3: distinct colors to break up otherwise monolithic text. Nearly every color theme breaks one or both of the first two rules, because if you think about it, they strongly conflict with the last rule for many varied reasons. It's almost impossible to fulfill all three rules at the same time, but I think I've been able to do it.These images use JetBrains Mono and Material IconsGoals of this themeReadability Text should be dark and should contrast against the background Bring attention to the right things If it isn't important, it shouldn't stand out PleasantnessIt should be modern, colorful, simple, and just generally pleasant But it's not just that, this color theme has a secret super power: you forget that you're using it.Are you tired of constantly searching for a perfect theme? Are you tired of the nagging feeling that the theme you're using might not be the best you can get? Well, I'm proud to say that I rarely ever think about this theme, despite the fact that I'm constantly using it. When I create something that I'll actually use, one of my goals is to make it unobtrusive so you can focus on what's actually important, and that fact that I rarely every update this is proof that I've achieved my goal. Entire screen example (Blue and White themes)First-class languages Rust (Many more languages have some support, but not much) LinksAdditional customizationsSuggested settings:
Set your own colors:
To edit these into your settings, you can open your settings.json file by opening command palette (f1) and selecting "Preferences: Open User Settings (JSON)". Suggested programs:f.lux (darkens screen at night) Other themes to check out: Amethyst Themes (dark only) I can't guarantee that I'll support other languages and/or take fixes or suggestions, but it's not impossible License: MIT |