Skip to content

Commit 015b6b3

Browse files
committed
Change color of cursorline to a subtler one, bump release
1 parent 86030cf commit 015b6b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bluemood-tc.lua

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

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

bluemood-tc.micro

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ color-link line-number "#B8B8B8"
3131
color-link current-line-number "bold #B8B8B8"
3232
color-link statusline "black,#BFBFBF"
3333
color-link tabbar "black,#BFBFBF"
34-
color-link cursor-line "#668B8B"
34+
color-link cursor-line "#235C94"
3535
color-link gutter-error ",red"
3636
color-link gutter-warning "red"
3737
color-link color-column "#668B8B"

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

0 commit comments

Comments
 (0)