wyudong / bliss-ui

Ultra minimalist theme optimized for usage with base16-ocean.

Home Page:https://atom.io/themes/bliss-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bliss-ui

Ultra-minimalist theme optimized for ES6+ JavaScript.

Bliss UI

Installation

$ apm install bliss-ui

Setup

  1. Go to your Preferences and click on Themes in the sidebar.
  2. Click on the Syntax Theme dropdown and change the value to Bliss.

Customise Styles

Hide title bar

It is recommended to hide the title bar by using this setting in your "core": { ... } config.

"titleBar": "hidden"

Disable Git highlighting

To disable Git highlighting from the tree view, you can add the following lines in your stylesheet:

.icon {
    color: #c0c5ce;
}

Related Projects

  • Bliss Syntax – A syntax theme that matches this UI theme.
  • Termination – An integrated terminal for Atom. It comes with many different themes that you can configure in the settings, including a Bliss theme.
  • Hyper Material Spacegray – A matching theme for the Hyper terminal.

Credits

This theme is a fork of the awesome apex-ui theme created by TJ Holowaychuk.

License

MIT

About

Ultra minimalist theme optimized for usage with base16-ocean.

https://atom.io/themes/bliss-ui

License:MIT License


Languages

Language:CSS 100.0%