Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed May 8, 2020
1 parent 348c3da commit 8e9891c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func colorscheme(filename string) {
message := "Choose your favorite colorscheme"
pagesize := 19
options := []string{
"hardcoreplayers/oceanic-material",
"hardcoreplayers/oceanic-material(support by default)",
"drewtempelmeyer/palenight.vim",
"ayu-theme/ayu-vim",
"NLKNguyen/papercolor-theme",
Expand Down Expand Up @@ -117,7 +117,7 @@ func colorscheme(filename string) {
wg.Wait()
colors := ""
switch colorschemes[0] {
case "hardcoreplayers/oceanic-material":
case "hardcoreplayers/oceanic-material(support by default)":
colors = ""
case "NLKNguyen/papercolor-theme":
colors = "PaperColor\n"
Expand Down

0 comments on commit 8e9891c

Please sign in to comment.