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

#76 Allow theme switch (with changes) #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tattali
Copy link
Contributor

@tattali tattali commented Apr 29, 2017

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
Copy link
Contributor Author

tattali commented May 12, 2017

you don't like this way ?

@pradyunsg
Copy link

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

@tattali
Copy link
Contributor Author

tattali commented Jun 3, 2017

old_github (default)

screen shot 2017-06-04 at 19 09 44

github

screen shot 2017-06-04 at 19 10 56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants