Skip to content

Commit 34be6a0

Browse files
committed
Updated readme to describe first version functionality
1 parent 791943d commit 34be6a0

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
1-
# Sublime-BackgroundColorEdit
1+
# BackgroundColorEdit
2+
3+
Allows you to quickly and easily change only the background color of the currently active theme in Sublime Text 3.
4+
5+
Currenntly only works with themes installed via [Colorsublime](colorsublime.com/).
6+
7+
## Requirements
8+
9+
- Sublime Text 3
10+
- Colorsublime
11+
12+
## Installation
13+
14+
### Manual
15+
16+
Clone this repo to your Sublime Text 'Packages' directory, which can be found via `Preferences > Browse Packages`.
17+
18+
### Via Package Control
19+
20+
*Coming soon.*
21+
22+
## Usage
23+
24+
1. Open the command palette (`ctrl+shift+p` or `cmd+shift+p` by default)
25+
2. Search for `BackgroundColorEdit: Set Background Color`
26+
3. Type a hex color code in the prompt provided and press enter to apply.
27+
4. Alternately, search for `BackgroundColorEdit: Show Background Color` to print out the active theme's current background color to the status bar.
28+
29+
## Resetting the background color
30+
31+
Simply reinstall the theme in Colorsublime.

0 commit comments

Comments
 (0)