MonokaiC icon indicating copy to clipboard operation
MonokaiC copied to clipboard

Color scheme is gone after upgrading to MarkdownEditing v. 3.0.2 and Sublime Text 3

Open Airgunster opened this issue 4 years ago • 4 comments

I'm using MarkdownEditing v. 3.0.2 and Sublime Text 3 (build 4113) and MonokaiC color scheme is not applied. I guess it is due to the fact that it require Markdown GFM syntax being applied to Markdown files, however there are no Markdown GFM syntax anymore in new releases (only Markdown and MultiMarkdown).

Any ideas on how this could be quickly fixed?

Thanks in advance, Alexey

Airgunster avatar Sep 15 '21 11:09 Airgunster

screenshot

Airgunster avatar Sep 15 '21 11:09 Airgunster

I'm using MarkdownEditing v. 3.0.2 and Sublime Text 3 (build 4113) and MonokaiC color scheme is not applied. I guess it is due to the fact that it require Markdown GFM syntax being applied to Markdown files, however there are no Markdown GFM syntax anymore in new releases (only Markdown and MultiMarkdown).

Any ideas on how this could be quickly fixed?

Thanks in advance, Alexey

Hi Alexey, did you try setting the color scheme in the Markdown (or Multimarkdown) settings file? E.g. in Preferences > Package Settings > Markdown Editing > Markdown Settings - USER

avivace avatar Sep 15 '21 12:09 avivace

Hi Antonio,

did you try setting the color scheme in the Markdown (or Multimarkdown) settings file? E.g. in Preferences > Package Settings > Markdown Editing > Markdown Settings - USER

The thing is after upgrade to MarkdownEditing v. 3.0.2 and Sublime Text 3 (build 4113) there are no Markdown Settings - USER anymore, and now you suppose to setup color scheme in Preferences > Settings - Syntax Specific which I did (you can see on the previous screenshoot on the right),

screenshot

Airgunster avatar Sep 15 '21 12:09 Airgunster

As a convenience to others, the line in my settings file reads:

"color_scheme": "Packages/MonokaiC/themes/ME-MonokaiC.tmTheme",

klickex-arthur avatar Sep 29 '21 00:09 klickex-arthur