saadq / bliss-ui

Ultra minimalist theme optimized for usage with base16-ocean.
https://atom.io/themes/bliss-ui
MIT License
17 stars 3 forks source link

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

Credits

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

License

MIT