bliss-ui
bliss-ui copied to clipboard
Ultra minimalist theme optimized for usage with base16-ocean.
bliss-ui
Ultra-minimalist theme optimized for ES6+ JavaScript.
Installation
$ apm install bliss-ui
Setup
- Go to your
Preferences
and click onThemes
in the sidebar. - Click on the
Syntax Theme
dropdown and change the value toBliss
.
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.
- Bliss Alfred – A matching theme for Alfred.
- 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