Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Atom One Light (eSlider)New to Visual Studio Code? Get it now.
Atom One Light (eSlider)

Atom One Light (eSlider)

Andriy Oblivantsev

|
3 installs
| (0) | Free
Soft light theme for VS Code and Cursor: Atom One Light palette with eSlider accents. Go-friendly syntax — purple keywords, blue functions, gold variables, clean #FAFAFA editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Atom One Light (eSlider)

Light theme for Visual Studio Code and Cursor, based on Atom One Light with eSlider UI accents. Tuned from the IntelliJ scheme Atom One Light (Material) (source/).

Preview

Go code in Cursor — pkg/binance/v3/kline.go with ligatures enabled:

Atom One Light (eSlider) — Go syntax preview

  • Keywords — magenta (func, return, for, if)
  • Types — purple (Klines, Kline, time.Time)
  • Functions / methods — blue (make, append, sort.Slice, Sorted, Filter)
  • Variables & fields — gold (out, c, startMs, duration)
  • Comments — gray-green italic
  • Editor — #FAFAFA background, #5D70E7 accent

Install

Marketplace (recommended)

  1. Open Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for Atom One Light (eSlider)
  3. Install → Preferences: Color Theme → Atom One Light (eSlider)
code --install-extension eSlider.atom-one-light-eslider
cursor --install-extension eSlider.atom-one-light-eslider

VSIX (manual)

Download the latest .vsix from GitHub Releases:

cursor --install-extension atom-one-light-eslider-1.0.2.vsix

Activate

"workbench.colorTheme": "Atom One Light (eSlider)"

Palette

Element Color
Background #FAFAFA
Foreground #383A42
Keywords #A626A4 (italic)
Types / structs #A626A4
Functions #4078F2
Variables / consts / fields #C18401
Strings #50A14F
Accent (tabs, focus) #5D70E7

Optional Go settings

Not part of the theme; add to settings.json if you want import paths without underlines:

"gopls": {
  "ui.navigation.importShortcut": "Definition"
},
"[go]": {
  "editor.links": false
}

Development

npx @vscode/vsce package --no-dependencies

Releases are built by GitHub Actions (VSIX + VS Marketplace).

License

MIT — syntax palette derived from akamud/vscode-theme-onelight and Atom One Light.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft