lefoy/cyanide-theme

CANT SET THE FONT TO PALETTE

Closed this issue · 3 comments

pic1
All the font setting is perfect to sidebar, status bar and command line.

BUT the palette (quick_panel) font customization is not work.

@chigix Could you please share your Sublime Text configuration (Preferences.sublime-settings) please?

{
    "always_show_minimap_viewport": true,
    "color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme",
    "contrasted_light_quick_panel": true,
    "contrasted_light_sidebar": true,
    "contrasted_light_tabs": true,
    "font_options":
    [
        "directwrite"
    ],
    "ignored_packages":
    [
        "Vintage",
        "Pylinter",
        "SideBarEnhancements"
    ],
    "inconsolata_ui": true,
    "monaco_ui": true,
    "theme": "Cyanide.sublime-theme",
    "ubuntu_mono_ui": true
}

The above is my user preference settings to override default items. The default settings of sublime itself deny user directly modification, So the system's settings is still the original.