Skip to content

Commit

Permalink
Fix README.md install instructions, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lmintmate committed Nov 4, 2017
1 parent 9cfd4e5 commit 6e470cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Keep in mind that this port doesn't correspond 100% to the original emacs theme,
This theme is available as third-party plugin repository.

1. Add to your settings.json file (at `~/.config/micro` or `~/micro`), between the pluginrepos brackets, the following: `https://raw.githubusercontent.com/lmintmate/blue-mood-micro/master/repo.json`. The end result should look something like:
`"pluginrepos": [https://raw.githubusercontent.com/lmintmate/blue-mood-micro/master/repo.json],`
`"pluginrepos": ["https://raw.githubusercontent.com/lmintmate/blue-mood-micro/master/repo.json"],`
2. Start up micro (or restart it if it was open when the settings were modified)
3. Enter the command mode (with CtrlE) and write `plugin install bluemood-tc`. Look at `>help commands` for further plugin management commands (e.g. update, remove e.t.c).
4. To enable the theme write `set colorscheme bluemood-tc`
Expand Down
2 changes: 1 addition & 1 deletion bluemood-tc.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = "1.0.0"
VERSION = "1.0.1"

AddRuntimeFile("bluemood-tc", "colorscheme", "bluemood-tc.micro")
2 changes: 1 addition & 1 deletion repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Tags": ["colorscheme", "colorschemes", "blue", "theme", "themes"],
"Versions": [
{
"Version": "1.0.0",
"Version": "1.0.1",
"Url": "https://github.com/lmintmate/blue-mood-micro/archive/1.0.0.zip",
"Require": {
"micro": ">=1.1.3"
Expand Down

0 comments on commit 6e470cd

Please sign in to comment.