goyo.vim icon indicating copy to clipboard operation
goyo.vim copied to clipboard

Custom syntax and highlight color

Open mgdreamingstar opened this issue 4 years ago • 1 comments

I'm using a custom plugin called zenroom2 which changes the colorscheme when entering goyo. The plugin has set a callback function that tries to set custom syntax and highlight color. However, goyo can't recognize the color I set, such as #F2EDCA, which is changed to #FFFF00. What're the steps when going in goyo mode? Am I doing this right?

mgdreamingstar avatar Apr 05 '20 17:04 mgdreamingstar

In a Goyo callback function, color setting such as hi normal #abcdef doesn’t set the color correctly. However in ex mode after goyo launched, this color can be set correctly.

mgdreamingstar avatar Apr 08 '20 23:04 mgdreamingstar