项目作者: cdonohue

项目描述 :
🖥 Pristine UI Atom theme
高级语言: CSS
项目地址: git://github.com/cdonohue/pristine-ui.git
创建时间: 2016-11-12T00:29:54Z
项目社区:https://github.com/cdonohue/pristine-ui

开源协议:MIT License

下载


Pristine UI theme

A dark UI theme based off of One Dark UI

Editing

editing

Overlays

overlay

Shown with the duotone-dark-sky-syntax syntax theme by simurai. Icons by file-icons.

New Features

File indicator dots and folder scope lines in the tree-view. Also, modified styles for overlays and the status bar.

Tree View

tree view

Install

Navigate to Settings > Install , select Themes, and search for pristine-ui.

Once installed, this theme can be activated by going to the Settings > Themes section and selecting “Pristine UI” from the UI Themes drop-down menu.

Settings

Since this theme is forked from One Dark UI, it brings along some nice additions of being able to tailor font and tab sizes.

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

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):

  1. .theme-pristine-ui {
  2. .tab-bar { font-size: 18px; }
  3. .tree-view { font-size: 14px; }
  4. .status-bar { font-size: 12px; }
  5. }

Special Thanks

To the One Dark UI creators/contributors, without which this theme would not exist.