Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

atom/one-dark-ui

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Report migration to the atom repository
18c2143

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 22, 2018 16:42
May 27, 2015 12:20
August 5, 2015 13:15
May 19, 2015 15:08
February 25, 2014 16:19
March 31, 2017 20:42
August 24, 2018 22:18

One Dark UI theme Build Status

This package is now a part of the core Atom repository, please direct all issues and pull requests there in the future!

A dark UI theme that adapts to most syntax themes.

One dark UI

The font used in the screenshot is Fira Mono.

Install

This theme comes bundled with Atom and can be activated by going to the Settings > Themes section and selecting "One Dark" from the UI Themes drop-down menu.

Settings

In the theme settings you can:

  • Change the Font Size to scale the whole UI up or down.
  • Choose between 3 Tab Sizing modes.
  • Hide the dock buttons.

To make changes, go to Settings > Themes > One Dark UI > Settings or the cog icon next to the theme picker.

Customize

It's also possible to resize only certain areas by adding the following to your styles.less (Use DevTools to find the right selectors):

.theme-one-dark-ui {
  .tab-bar { font-size: 18px; }
  .tree-view { font-size: 14px; }
  .status-bar { font-size: 12px; }
}

FAQ

Why do the colors change when I switch Syntax themes? This UI theme uses the same background color as the chosen syntax theme. If that syntax theme has a light background color, it only uses its hue, but otherwise stays dark. This lets you use dark-light combos.