Skip to content

Commit 8c35122

Browse files
committed
Add screenshot, bump release
1 parent 015b6b3 commit 8c35122

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
!README.md
99
!bluemood-tc.lua
1010
!repo.json
11+
!screenshot.png

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This is a port of [emacs's Blue Mood theme](https://emacsthemes.com/themes/blue-mood-theme.html) for the [micro](https://micro-editor.github.io/) text editor.
44

5+
![Screenshot](screenshot.png)
6+
57
## Notes
68

79
This theme requires a terminal emulator that supports true color<sup>[1](#myfootnote1)</sup> and micro's true color mode to be enabled for it to look the intended way (the background color for example appears with a radically different color without true color). To enable true color for micro, write `export MICRO_TRUECOLOR=1` in your shell config file (e.g. .bashrc,.zshrc e.t.c).
@@ -27,6 +29,6 @@ This theme is available as a third-party plugin repository.
2729

2830
### Tested on...
2931

30-
micro 1.4.0 on MATE terminal 1.18.2 on Linux Mint MATE 18.3 with XML, html, css, scheme (scm), python, markdown, orgmode, plain text, java, javascript, coffeescript, json, php and Go files.
32+
micro 1.4.1 on MATE terminal 1.18.2 on Linux Mint MATE 18.3 with XML, html, css, scheme (scm), python, markdown, orgmode, plain text, java, javascript, coffeescript, json, php and Go files.
3133

3234
<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.4"
1+
VERSION = "1.0.5"
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.4",
8-
"Url": "https://github.com/lmintmate/blue-mood-micro/archive/1.0.4.zip",
7+
"Version": "1.0.5",
8+
"Url": "https://github.com/lmintmate/blue-mood-micro/archive/1.0.5.zip",
99
"Require": {
1010
"micro": ">=1.1.3"
1111
}

screenshot.png

76.2 KB
Loading

0 commit comments

Comments
 (0)