atom-distraction-free-ui-theme

A distraction free UI theme, for the Atom editor

monsieurluge

2,339

3

2.1.0

MIT

GitHub

Distraction free Atom UI Theme

A minimalist UI theme.

Works well with the distraction free syntax theme.

Goal

This UI theme highlights only the main parts of the editor (the active tab and the text editor), leaving the other elements darker or hidden.

Details

Recommended custom styles

This custom style configuration do hide some status bar informations.

.status-bar {
  encoding-selector-status,
  grammar-selector-status,
  .file-info,
  .github-branch,
  .github-StatusBarTile,
  .line-ending-tile {
    display: none;
  }
}

And this one do hide the scrollbars.

::-webkit-scrollbar {
    display: none;
}

Recommended packages

Atom auto resize

What it looks like

Default view :

base

Tree view, with new and modified files :

tree view

Search box :

search panel

Tabs (active, modified, hovered) :

fuzzy finder