toland / qlmarkdown

QuickLook generator for Markdown files.
3.24k stars 141 forks source link

#76 Allow theme switch (with changes) #78

Open tattali opened 7 years ago

tattali commented 7 years ago

Sorry, wrong move I have deleted my initial fork, so I need to create this new pull request to provide my changes. You can close #77 pull request and merge this one, eyes closed.

QLMarkdown.qlgenerator.zip

# switch between themes
defaults write com.fiatdev.QLMarkdown theme old_github
defaults write com.fiatdev.QLMarkdown theme github

# provide github theme
defaults write com.fiatdev.QLMarkdown theme default

# delete preferences
defaults delete com.fiatdev.QLMarkdown theme
# verify deletion or theme keyword value
defaults read com.fiatdev.QLMarkdown theme
tattali commented 7 years ago

you don't like this way ?

pradyunsg commented 7 years ago

Hi! @tattali Could you post screenshots of what the themes look like? :)

tattali commented 7 years ago

old_github (default)

screen shot 2017-06-04 at 19 09 44

github

screen shot 2017-06-04 at 19 10 56