An open API service indexing awesome lists of open source software.

https://github.com/kizza/material-theme-appbar

Material Theme addon to enable tinted appbar for your Sublime Text
https://github.com/kizza/material-theme-appbar

Last synced: 2 months ago
JSON representation

Material Theme addon to enable tinted appbar for your Sublime Text

Awesome Lists containing this project

README

        

# Material Theme - Appbar

With this addon you can add a tinted app bar to your [Material Theme](https://github.com/equinusocio/material-theme) installation. This addon auto fits with material theme accent colors!

## Screenshots
![Material Theme App Bar](http://i.imgur.com/LVhR9jq.png)

## Easy installation
Install through the [Package Control](https://packagecontrol.io/installation). Search for *"Material Theme Appbar"* then **restart** Sublime Text.

### NOTE:

If you've intalled 1.0.0 through Package Control please unistall and reinstall it


## Manual installation

1. Download the [latest release](https://github.com/equinusocio/material-theme-appbar/releases/latest), extract and rename the folder to **"Material Theme - Appbar"**.

2. Move the folder inside your sublime Packages directory. **(Preferences > Browse packages...)** then restart Sublime Text

## Addon options

```json
"material_theme_tree_headings": true, // Show sidebar headings
"material_theme_appbar_lime": true,
"material_theme_appbar_orange": true,
"material_theme_appbar_purple": true,
"material_theme_appbar_red": true,
"material_theme_appbar_yellow": true,
"material_theme_appbar_indigo": true
```