Skip to content
  • Matthias Clasen's avatar
    Make theme fallback working with the new names · fd329e0e
    Matthias Clasen authored
    Since we are likely going to see theme names like
    Adwaita and HighContrast, make fallback work as follows:
    
    Adwaita -> Default
    Adwaita:dark -> Default:dark
    HighContrast -> Default:hc
    HighContrast:dark -> Default:hc-dark
    HighContrastInverse -> Default:hc-dark
    
    Other themes will fall back to Default, as before.
    fd329e0e