daylerees / colour-schemes

Colour schemes for a variety of editors created by Dayle Rees.
http://daylerees.github.io
Other
9.32k stars 1.62k forks source link

Issue with CSS syntax #88

Closed colineberly closed 10 years ago

colineberly commented 10 years ago

I'm having an issue on CSS files where the properties are coming out italic and it's driving me nuts. I am using Source Code Pro as the font.

Here is a screenshot of your HalfLife scheme on the left showing the issue and another scheme, Resesif Boned on the right:

css-italic

I'd like to be able to use your color schemes but this issue is stopping me. Thanks for any input.

daylerees commented 10 years ago

Hi there :)

I’ll take a look at this in my new theme build, but in the mean time this should help:

    // Valid options are "no_bold", "no_italic", "no_antialias", "gray_antialias",
    // "subpixel_antialias", "no_round" (OS X only), "gdi" (Windows only) and
    // "directwrite" (Windows only)
    "font_options": [“no_italic"],

Having that in your config should resolve the formatting.

Thanks!

Dayle Rees Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Thursday, 6 February 2014 at 01:50 am, Ce wrote:

I'm having an issue on CSS files where the properties are coming out italic and it's driving me nuts. I am using Source Code Pro as the font. Here is a screenshot of your HalfLife scheme on the left showing the issue and another scheme, Resesif Boned on the right:

I'd like to be able to use your color schemes but this issue is stopping me. Thanks for any input.

— Reply to this email directly or view it on GitHub (https://github.com/daylerees/colour-schemes/issues/88).

colineberly commented 10 years ago

Thank you very much Dayle!