Change selection color in solarized colorscheme

This commit is contained in:
Zachary Yedidia
2016-04-30 15:32:33 -04:00
parent 92b135d8c6
commit 9ad2820e5e
3 changed files with 91 additions and 92 deletions

View File

@@ -2,7 +2,7 @@
VERSION = "$(shell git rev-parse --short HEAD)"
build: deps runtime tcell
build: deps tcell
go build -ldflags "-X main.Version=$(VERSION)" -o micro ./cmd/micro
install: build