Skip to content

Commit 2373cb4

Browse files
committed
Modifications for new release
Both of the package and of micro itself
1 parent 4965a52 commit 2373cb4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Keep in mind that this port doesn't correspond 100% to the original emacs theme,
1111

1212
### Automatic
1313

14-
This theme is available as third-party plugin repository. The automatic installation requires however the nightly version for the moment in order to work properly.
14+
This theme is available as a third-party plugin repository.
1515

1616
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:
1717
`"pluginrepos": ["https://raw.githubusercontent.com/lmintmate/blue-mood-micro/master/repo.json"],`
@@ -27,6 +27,6 @@ This theme is available as third-party plugin repository. The automatic installa
2727

2828
### Tested on...
2929

30-
micro 1.3.4-72 nightly (automatic install) and micro 1.3.3 (manual install) on MATE terminal 1.18.1 on Linux Mint MATE 18.2 with XML, html, css, scheme (scm), python, markdown, orgmode, plain text, java, javascript, coffeescript, json, php and Go files.
30+
micro 1.3.4 on MATE terminal 1.18.1 on Linux Mint MATE 18.2 with XML, html, css, scheme (scm), python, markdown, orgmode, plain text, java, javascript, coffeescript, json, php and Go files.
3131

3232
<a name="myfootnote1">1</a>: To check whether your terminal supports true color, paste the following on it and press enter: `printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n"`. If TRUECOLOR in orange letters shows up, true color is supported indeed (from [this gist](https://gist.github.com/XVilka/8346728), which also includes other tips for true color support in the terminal).

bluemood-tc.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = "1.0.2"
1+
VERSION = "1.0.3"
22

33
AddRuntimeFile("bluemood-tc", "colorscheme", "bluemood-tc.micro")

repo.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"Tags": ["colorscheme", "colorschemes", "blue", "theme", "themes"],
55
"Versions": [
66
{
7-
"Version": "1.0.2",
8-
"Url": "https://github.com/lmintmate/blue-mood-micro/archive/1.0.2.zip",
7+
"Version": "1.0.3",
8+
"Url": "https://github.com/lmintmate/blue-mood-micro/archive/1.0.3.zip",
99
"Require": {
1010
"micro": ">=1.1.3"
1111
}

0 commit comments

Comments
 (0)