You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show error message when scheme is unsupported + updated readme
When the color scheme is not a raw file on the filesystem, show a message in the status area.
Also, created a method for getting the path of the current scheme and cleaned up some copy/pasted code.
Changed a bunch of instances of 'theme' to 'color scheme' for accuracy.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# BackgroundColorEdit
2
2
3
-
Allows you to quickly and easily change only the background color of the currently active theme in Sublime Text 3.
3
+
Allows you to quickly and easily change only the background color of the currently active color scheme in Sublime Text 3.
4
4
5
-
Currenntly only works with themes installed via [Colorsublime](colorsublime.com/).
5
+
Currenntly only works with color schemes installed via [Colorsublime](colorsublime.com/).
6
6
7
7
## Requirements
8
8
@@ -28,8 +28,8 @@ Clone this repo to your Sublime Text 'Packages' directory, which can be found vi
28
28
1. Open the command palette (`ctrl+shift+p` or `cmd+shift+p` by default)
29
29
2. Search for `BackgroundColorEdit: Set Background Color`
30
30
3. Type a hex color code in the prompt provided and press enter to apply.
31
-
4. Alternately, search for `BackgroundColorEdit: Show Background Color` to print out the active theme's current background color to the status bar.
31
+
4. Alternately, search for `BackgroundColorEdit: Show Background Color` to print out the active color scheme's current background color to the status bar.
32
32
33
33
## Resetting the background color
34
34
35
-
Simply reinstall the theme in Colorsublime.
35
+
Simply reinstall the color scheme in Colorsublime.
0 commit comments