Skip to content
  • Mikhail Zolotukhin's avatar
    refactor: split config editor into smaller editors · 4a9185db
    Mikhail Zolotukhin authored and Nate Graham's avatar Nate Graham committed
    Currently we have an abundance of GTK configuration locations:
    - GTK2 gtkrc file
    - XSettings config file
    - GSettings registry
    - Settings.ini file for GTK3 and GTK4
    - gtk.css and other stylesheets for injection for GTK3 and GTK4
    
    Each of them have their own complexities. Some of them depend on gtk
    version, some do not. Given how different they are, it makes sense to
    split them reducing the verbosity of function signatures in the process.
    4a9185db