Skip to content

Commit

Permalink
Fix #64
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygelibert committed Sep 21, 2020
1 parent 567d3ab commit 37a5098
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ Setting the font size (default is `10`):

defaults write org.n8gray.QLColorCode fontSizePoints 9

Setting the color style (default is `edit-xcode`, see [all available themes](http://www.andre-simon.de/doku/highlight/theme-samples.php)):
Setting the color style for `light` and `dark` mode (see [all available themes](http://www.andre-simon.de/doku/highlight/theme-samples.php)):

defaults write org.n8gray.QLColorCode hlTheme ide-xcode
defaults write org.n8gray.QLColorCode lightTheme solarized-light
defaults write org.n8gray.QLColorCode darkTheme solarized-dark

Setting the thumbnail color style (deactivated by default):

Expand Down

0 comments on commit 37a5098

Please sign in to comment.