Atom Themes

Popular Atom themes and customization

Installing Themes

# Via Settings UI
Ctrl+, / Cmd+, # open settings
Install > Search themes

# Via command line
apm install theme-name # install theme

# Apply theme
Themes > UI Theme / Syntax Theme

Popular UI Themes

atom-material-ui # Material Design theme
seti-ui # dark theme with icons
one-dark-ui # default dark theme
one-light-ui # default light theme
city-lights-ui # elegant dark theme

Popular Syntax Themes

atom-material-syntax # Material syntax
seti-syntax # Seti color scheme
monokai # Monokai colors
dracula-syntax # Dracula theme
nord-atom-syntax # Nord color palette

Customizing Themes

# Edit stylesheet
Ctrl+Shift+P → Application: Open Your Stylesheet

# Custom CSS
atom-text-editor {
  font-size: 14px;
  font-family: Fira Code;
}

Theme Variables

# Access in styles.less
@syntax-background-color # editor background
@syntax-text-color # editor text color
@syntax-cursor-color # cursor color
@syntax-selection-color # selection background