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
- Host: GitHub
- URL: https://github.com/kizza/material-theme-appbar
- Owner: kizza
- License: mit
- Created: 2016-02-09T23:06:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T00:18:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T03:43:50.872Z (3 months ago)
- Language: JavaScript
- Homepage: https://packagecontrol.io/packages/Material%20Theme%20-%20Appbar
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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 installation1. 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
```