zyedidia / micro

A modern and intuitive terminal-based text editor

Home Page:https://micro-editor.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color-link statement is not valid

ColdNSs opened this issue · comments

Description of the problem or steps to reproduce

  1. I installed micro with pacman but there's no 'colorschemes' folder in ~/.config/micro
  2. After I add the folder manually, every time I open micro in a terminal it says the following:
Color-link statement is not valid: include "monokai"

Press enter to continue

Specifications

Commit hash: 68d88b5
OS: Arch Linux
Kernal: 6.9.7-arch1-1
Terminal: kitty 0.35.2

I tried using empty colorschemes directory but there were no messages when I tried running the executable file in the package. I think there was an error about include statement in colorscheme files being invalid because there is a colorscheme you added where include is written. include is not in the latest release.

Replacing lines with include with the file content of the colorscheme referenced or downloading and using nightly builds in GitHub can be done so that the message will not be displayed.

Sorry for not making it clear. I copied runtime/colorschemes folder from the repo over and in default.micro there's the statement "include monokai.micro". Now the problem is solved, thanks.