anthonygelibert / QLColorCode

QuickLook plugin for source code with syntax highlighting.
GNU General Public License v3.0
675 stars 49 forks source link

Not responding to settings #85

Open orome opened 3 years ago

orome commented 3 years ago

I've tried several settings as described in the documentation, such as

defaults write org.n8gray.QLColorCode fontSizePoints 8

or

defaults write org.n8gray.QLColorCode font Monaco

and can confirm that they have been written with defaults read org.n8gray.QLColorCode

{
    darkTheme = matrix;
    font = Monaco;
    fontSizePoints = 8;
    hlLightTheme = "Fine-Blue";
    hlTheme = "ide-xcode";
    lightTheme = zellner;
    pathHL = "/usr/local/bin/highlight";
    textEncoding = "UTF-16";
    webkitTextEncoding = "UTF-16";
}

But none of these settings affect what I actually see.

runar commented 3 years ago

I have the same issue, running QLColorCode 4.1.0 on macOS 11.2.3. I have tried installing QLColorCode both from Macports and manually, with the same results.

The settings I set affect the results when I do qlmanage -p <file>, but not when I quicklook the same file from Finder.

chrisgrieser commented 3 years ago

I have the same issue, QLColorCode does not respond to settings (but works fine otherwise).

MacOS 11.4, Intel iMac 2019. installed via homebrew

Sija commented 2 years ago

Same here, QLColorCode 4.1.2+m1, macOS 12.1 (M1)

orome commented 1 year ago

No progress on this? Do settings not work at all?