csun / Cuttlefish

A Sublime Text 3 package for easy switching between themes. Inspired by Camaléon, another Sublime Text package.
GNU General Public License v3.0
0 stars 0 forks source link

UI Themes do not fully load when switching #1

Open bmcminn opened 9 years ago

bmcminn commented 9 years ago

Sublime Text: 3 (Build 3065) Mac OSX Yosemite


I understand that switching the "theme" property is not supported by default, however the UI update fails to completely render, making it seem like it's not updating the user settings in a way that Sublime recognizes as a settings update. Not sure if this is a Sublime Text 2 vs 3 issue.

// cuttlefish settings
{
    "controlled_settings":
    [
        "theme",
        "color_scheme",
        "font_face",
        "font_size"
    ],
    "current_preset": 0,
    "presets":
    [
        {
            "color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
            "font_face": "Droid Sans Mono",
            "font_size": 10,
            "name": "dev",
            "theme": "Afterglow.sublime-theme"
        },
        {
            "color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow.tmTheme",
            "font_face": "Droid Sans Mono",
            "font_size": 16,
            "name": "presentation",
            "theme": "Default.sublime-theme"
        }
    ]
}
csun commented 9 years ago

Huh, weird. I'm on the same build / OS as you and my version of cuttlefish updates theme properly on switch.

Is it only the theme that doesn't update? i.e. does font size / color scheme update even if the theme doesn't?

bmcminn commented 9 years ago

It does load the font size and color scheme ok, but the UI update is finicky. I'll have to retest this with a fresh install and see if there may be a conflicting plugin on my end.

csun commented 9 years ago

Yeah if you could test fresh that'd be great!