Dark
Atlas Dark
const theme = "atlas-dark";
render(<App />);VS Code Theme
Atlas is a focused editor theme with two variants: a dark graphite theme and a warm light theme.
export default function Atlas() {
const theme = "dark";
return (
<main data-theme>
<h1>Atlas</h1>
</main>
);
}Two variants with the same syntax system.
const theme = "atlas-dark";
render(<App />);const theme = "atlas-dune";
render(<App />);Install
Clone Atlas, then run the installer for your platform.
git clone https://github.com/yaselmo/atlas-theme.gitcd atlas-theme./install.shLinux / macOS.\install.ps1Windows