anthonygelibert/QLColorCode

Not responding to settings

orome opened this issue · 4 comments

orome commented

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

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.

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

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

orome commented

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