Issue #52 (Color Themes in VS Code)04/19/23
The Digital Asset Investor Newsletter
Each week, Richard Patey breaks down the most interesting digital asset news stories and opportunities plus what he's personally buying (or selling). Content sites, domains, newsletters, NFTs and more...
|
|
|
Here are a couple of things to know about choosing a color theme in VS Code that you might find useful.
First of all, as you likely know, VS Code comes bundled with a number of themes you can try out. You can access the theme options by choosing
File > Preferences > Theme > Color Theme. The same menu can be displayed much more quickly using the keyboard shortcut
CTRL/CMD-K + CTRL/CMD-T. This shows you a number of themes divided into categories for dark and light.
The currently selected theme will be highlighted in the list. You can click to select any theme but if you use the up/down arrow keys, you'll be able to quickly preview any of the themes in the list.
I often share third-party themes in the tools list in this newsletter, but if you want to search the VS Code Marketplace specifically for color themes, you can open the Extensions sidebar panel and type
@category:"themes" in the search box. This will filter the to display extensions in the themes category only.
And finally, you can
allow VS Code to select dark vs. light themes automatically based on your OS preferences. Open your VS Code Settings and search for "window.autoDetectColorScheme" to enable or disable this. This can be useful if your Operating System is set to change to dark or light mode at certain times, which will allow VS Code to follow suit.
Along with this, you can search for "workbench.preferred" and you'll see 4 other related settings.
These allow you to set your preferred themes for dark, high contrast, light, and high contrast light. These selections will be used based on your chosen values for
autoDetectColorScheme and
autoDetectHighContrast.
Now on to this week's hand-picked links!