Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The theme for markdown #28483

Closed
wpp2014 opened this issue Jun 12, 2017 · 1 comment
Closed

The theme for markdown #28483

wpp2014 opened this issue Jun 12, 2017 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality markdown Markdown support issues

Comments

@wpp2014
Copy link

wpp2014 commented Jun 12, 2017

  • VSCode Version: Code 1.13.0 (376c52b, 2017-06-08T16:41:25.571Z)
  • OS Version: Linux x64 4.4.0-78-generic
  • Extensions:
Extension Author Version
vscode-JS-CSS-HTML-formatter lonefy 0.2.3
cpptools ms-vscode 0.11.4
Theme-MarkdownKit ms-vscode 0.1.4

I want to set a theme for markdown and other file use another theme, this is my settings in settings.json, but do not work

  "[markdown]": {
    "editor.formatOnSave": true,
    "editor.wordWrap": "on",
    "editor.renderWhitespace": "all",
    "editor.acceptSuggestionOnEnter": "on",
    "workbench.colorTheme": "Markdown Editor Yellow"
  },
  "workbench.colorTheme": "Markdown Editor Dark"
@mjbvz mjbvz self-assigned this Jun 12, 2017
@mjbvz mjbvz added *duplicate Issue identified as a duplicate of another issue(s) markdown Markdown support issues feature-request Request for new features or functionality labels Jun 12, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Jun 12, 2017

You can currently only define editor.* settings in the language specific configuration. We are tracking per language themes with #20652

@mjbvz mjbvz closed this as completed Jun 12, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality markdown Markdown support issues
Projects
None yet
Development

No branches or pull requests

2 participants