Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plugin not using dark theme
#6
I think the plugin author is trying to trap for a problem that doesn't exist:

If I do this:
Code:
       gtk.rc_parse(gtkrc_path)
     
#        if  os.name != 'nt':# try apply the theme by parse a gtkrc file if is not a windows system.
#            gtk.rc_parse(gtkrc_path)
#        else: # if error occur them parse the file in another way.
#            gtk.rc_add_default_file(gtkrc_path)
#            gtk.rc_reparse_all()

I get a themed plug-in:
   
Reply


Messages In This Thread
Plugin not using dark theme - by xeonicus - 09-10-2020, 02:10 AM
RE: Plugin not using dark theme - by rich2005 - 09-10-2020, 07:39 AM
RE: Plugin not using dark theme - by xeonicus - 09-10-2020, 03:53 PM
RE: Plugin not using dark theme - by tmanni - 09-10-2020, 06:25 PM
RE: Plugin not using dark theme - by xeonicus - 09-10-2020, 10:01 PM
RE: Plugin not using dark theme - by Kevin - 09-11-2020, 10:14 AM

Forum Jump: