Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benweier/Themr
A UI theme selector for Sublime Text.
https://github.com/benweier/Themr
sublime-package sublime-text themes
Last synced: 3 months ago
JSON representation
A UI theme selector for Sublime Text.
- Host: GitHub
- URL: https://github.com/benweier/Themr
- Owner: benweier
- License: mit
- Created: 2012-01-21T01:51:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T00:53:34.000Z (about 8 years ago)
- Last Synced: 2024-07-21T06:39:50.792Z (4 months ago)
- Topics: sublime-package, sublime-text, themes
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 113
- Watchers: 5
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
## About
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/benweier/Themr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)Themr allows you to quickly and easily cycle forward, backward, or randomly through your available UI themes using the command palette or keyboard shortcuts.
## Features
* Full compatibility with Sublime Text 2 and 3.
* Allows themes to be favorited for even faster access.
* Automatically loads all available `.sublime-theme` files, including those found inside `.sublime-package` files.
* Configure all customizable theme settings without checking the theme readme or manually scanning the theme file. [ST3 ONLY]## Installation
Install Themr through [Package Control](https://sublime.wbond.net/) or download and extract it into your Sublime Text `Packages` folder.## Contributors
Toggle Theme Settings by [Eibbor](https://github.com/eibbors)## Usage
**Themr: List themes** displays all the available themes in alphabetical order.
* Default binding: Ctrl+F5 (Windows/Linux) Cmd+F5 (OSX)
**Themr: Next theme** switches immediately to the alphabetically next theme.
* Default binding: Ctrl+F7 (Windows/Linux) Cmd+F7 (OSX)
**Themr: Previous theme** switches immediately to the alphabetically previous theme.
* Default binding: Ctrl+F8 (Windows/Linux) Cmd+F8 (OSX)
**Themr: Random theme** switches immediately to a random theme that you have installed.
* Default binding: Ctrl+F10 (Windows/Linux) Cmd+F10 (OSX)
**Themr: Toggle Theme Settings** displays a list of toggleable settings supported by your current theme.
### Favorites
**Themr: Add current theme to favorites** and **Themr: Remove current theme from favorites** add and remove the currently selected theme to your favorites list.
* You can also edit your favorites list manually through **Preferences > Package Settings > Themr**.
**Themr: List favorite themes** displays your favorite themes in alphabetical order.
* Default binding: Ctrl+Shift+F5 (Windows/Linux) Cmd+Shift+F5 (OSX)
**Themr: Next favorite theme** switches immediately to the alphabetically next theme in your favorites.
* Default binding: Ctrl+Shift+F7 (Windows/Linux) Cmd+Shift+F7 (OSX)
**Themr: Previous favorite theme** switches immediately to the alphabetically previous theme in your favorites.
* Default binding: Ctrl+Shift+F8 (Windows/Linux) Cmd+Shift+F8 (OSX)
**Themr: Random favorite theme** switches immediately to a random theme in your favorites.
* Default binding: Ctrl+Shift+F10 (Windows/Linux) Cmd+Shift+F10 (OSX)
### Other Notes
When changing between themes, Sublime Text may need be restarted to fully clear the old theme settings and apply the new theme settings. Switching themes within the same family (e.g. Soda Light <-> Soda Dark) usually doesn't cause any issues.