Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Colorsublime/Colorsublime-Plugin
Plugin for Color Sublime
https://github.com/Colorsublime/Colorsublime-Plugin
Last synced: 13 days ago
JSON representation
Plugin for Color Sublime
- Host: GitHub
- URL: https://github.com/Colorsublime/Colorsublime-Plugin
- Owner: Colorsublime
- License: mit
- Fork: true (blopker/Color-Switch)
- Created: 2014-02-26T06:45:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T03:43:09.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:53:34.141Z (3 months ago)
- Language: Python
- Size: 1.11 MB
- Stars: 533
- Watchers: 29
- Forks: 58
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![colorsublime](https://colorsublime.github.io/assets/img/ColorSublime_logo.png)
![gif](https://colorsublime.github.io/Colorsublime-Plugin/colorsublime.gif)
Change themes** quickly and easily, right from Sublime Text.
Official [Colorsublime](https://colorsublime.github.io/) plugin and a Top 100 Sublime Text plugin.
** **Please note:** All references to "Theme" in our instructions actually refer to what are now called "Color Schemes". This means that you are changing the color scheme of your coding windows within Sublime Text, not the user interface of the entire Sublime Text editor.
Requirements
------------
* Sublime Text 3 (recent build)Installing
----------
### With Package Control (recommended)
1. Install [Package Control](https://sublime.wbond.net/installation)
2. Run “Package Control: Install Package” command
3. Find and install the `Colorsublime` plugin.
4. Restart Sublime Text if there are issues.### Manually
Clone the repository in your Sublime Text "Packages" directory:git clone https://github.com/Colorsublime/Colorsublime-Plugin.git
The "Packages" directory is located at:
* OS X: `~/Library/Application Support/Sublime Text 3/Packages/`
* Linux: `~/.config/sublime-text-3/Packages/`
* Windows: `%APPDATA%\Sublime Text 3\Packages\`
Usage
-----
1. Press `ctl+shift+p` (Windows/Linux) or `⇧+⌘+p` (OSX) to open up Sublime Text's command menu
2. Select `Colorsublime: Install Theme`
3. Use the arrow keys to run through the themes ("color schemes") and see your current tab change in realtime!Functions
---------
* Install: Installs/Previews themes ("color schemes") from the Colorsublime repository.
* Browse: Takes you to https://colorsublime.github.io/
* Uninstall: Removes themes from the installed theme directory. Does not change your current theme.Windows Proxy Support
---------------------
In order to use a proxy in Windows set the environment variable `https_proxy` to `yourproxy.com:9999`.