avanisubbiah/material-you-theme

Feature Request - Shell theming ONLY

Opened this issue · 0 comments

Hi. Thanks for the great extension.

I have a request if you like:

The Shell theming looks lovely. Would it be possible to add a setting to only apply it and ignore the GTK theme?

Currently I just comment out the gtk/3/4.css file creation code to achieve this:

/*
    let config_path = GLib.get_home_dir() + "/.config";
    create_dir(config_path + "/gtk-4.0");
    create_dir(config_path + "/gtk-3.0");
    write_str(css, config_path + "/gtk-4.0/gtk.css");
    write_str(css, config_path + "/gtk-3.0/gtk.css");
*/ 

Rgds