serene-ui

Serene UI, based on apex-adapt-dark-ui and apex-ui

s-silva

466

1

2.0.0

MIT

GitHub

Serene UI

A dark minimal UI theme based on:

This is a fork of apex-adapt-dark-ui by Swivelgames

This theme works the best on Fira Code font and Gloom syntax theme.

Install

Install this theme using Settings > Install. Select the "Themes" toggle and search for "serene-ui". From there, go to Settings > Themes section and selecting "Apex Adapt Dark" from the UI Themes drop-down menu.

For the atom package page, visit: https://atom.io/themes/serene-ui

Serene UI Preview

Settings

In the theme settings you can:

To make changes, go to Settings > Themes > Apex Adapt 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-serene-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.