Skip to content

Instantly share code, notes, and snippets.

@cassidyjames
Created January 16, 2019 21:19
Show Gist options
  • Select an option

  • Save cassidyjames/2399bbbb58562add780e53abf97eea1b to your computer and use it in GitHub Desktop.

Select an option

Save cassidyjames/2399bbbb58562add780e53abf97eea1b to your computer and use it in GitHub Desktop.
var provider = new Gtk.CssProvider ();
provider.load_from_resource ("/com/github/yourusername/yourrepositoryname/Application.css");
Gtk.StyleContext.add_provider_for_screen (
Gdk.Screen.get_default (),
provider,
Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment