VS Code Theme

A clean theme
for everyday coding.

Atlas is a focused editor theme with two variants: a dark graphite theme and a warm light theme.

page.tsx

export default function Atlas() {
  const theme = "dark";

  return (
    <main data-theme>
      <h1>Atlas</h1>
    </main>
  );
}

Dark and light.

Two variants with the same syntax system.

Dark

Atlas Dark

const theme = "atlas-dark";
render(<App />);
Light

Atlas Dune

const theme = "atlas-dune";
render(<App />);

Install

Install from the repository.

Clone Atlas, then run the installer for your platform.

$git clone https://github.com/yaselmo/atlas-theme.git
$cd atlas-theme
$./install.shLinux / macOS
>.\install.ps1Windows