Skip to content

Commit

Permalink
Add screenshot, bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmintmate committed Oct 15, 2018
1 parent 015b6b3 commit 8c35122
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
!README.md
!bluemood-tc.lua
!repo.json
!screenshot.png
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

![Screenshot](screenshot.png)

## Notes

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).
Expand All @@ -27,6 +29,6 @@ This theme is available as a third-party plugin repository.

### Tested on...

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.
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.

<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).
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.4"
VERSION = "1.0.5"

AddRuntimeFile("bluemood-tc", "colorscheme", "bluemood-tc.micro")
4 changes: 2 additions & 2 deletions repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Tags": ["colorscheme", "colorschemes", "blue", "theme", "themes"],
"Versions": [
{
"Version": "1.0.4",
"Url": "https://github.com/lmintmate/blue-mood-micro/archive/1.0.4.zip",
"Version": "1.0.5",
"Url": "https://github.com/lmintmate/blue-mood-micro/archive/1.0.5.zip",
"Require": {
"micro": ">=1.1.3"
}
Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c35122

Please sign in to comment.