File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments