material-theme / vsc-material-theme

Material Theme, the most epic theme for Visual Studio Code
https://www.material-theme.dev
Other
11.2k stars 788 forks source link

Markdown files text alignment #197

Closed hdtafur closed 9 years ago

hdtafur commented 9 years ago

Markdown files appear to not be properly aligned. The issue does not occur with other themes, or other files types which I've used (.rb, .js, .yml, .sh to name some)

fo4_k4ox

ghost commented 9 years ago

I have the same issue. My markdown file is aligned to center. The solution is:

In .md file go in Preferences > Settings - More > Syntax Specific - User. Paste inside:

{ "draw_centered": false }

But this is only quick fix. This alignment is horrible because it also forces the width. See my picture: issue

There is more than enough horizontal space available.

jrappen commented 9 years ago

This is caused by prefs/Ext/Markdown.sublime-settings.

@equinusocio please remove all settings other than the one for extensions.

equinusocio commented 9 years ago

@jrappen This is the theme :) It's like to ask Apple to remove the windows transparency in OSX Yosemite. If you want to remove the center drawing you have the solution to do it :+1:

ghost commented 9 years ago

OK, thanks for explanation, there were quite a few issues about this so far. Better have final answer then people asking the same question over and over.

equinusocio commented 9 years ago

If more ppl will ask to remove this i will consider it