Skip to content

xseman/simple-light

Repository files navigation

💡 Simple Light Theme

Inspired by

Goal

Don't expect any fancy colors.

More colors equal more distraction; we don't want to waste cognitive capacity on that. The goal of this theme is to have the minimum meaningful colors.

Install

VS Code

Search for Simple light in the Extensions view (Ctrl+Shift+X), or set it in your settings.json:

{
	"workbench.colorTheme": "Simple light"
}

Zed

Search for Simple Light in Zed's extension marketplace (zed: extensions), or set it in your ~/.config/zed/settings.json:

{
	"theme": "Simple Light"
}

Preview

Language Preview
JavaScript JavaScript preview
Go Go preview
Java Java preview
HTML HTML preview
CSS CSS preview
Python Python preview
C++ C++ preview

Related