electron-gtk-theme
v0.4.1
Published
Inspects the system GTK theme and builds browser-compatible CSS
Downloads
2
Readme
electron-gtk-theme
This module inspects the system GTK theme, icon theme, and builds browser-compatible CSS. It is based on postcss-gtk and @jakejarrett/gtk-theme. This is alpha-quality software and a work-in-progress.
Options
outputPath
(string): The directory that the generated CSS, and the fallback CSS resides in.
Fallback
If a theme is in a resource://
path, electron-gtk-theme will fallback to a file named gtk.css
in a directory configured by outputPath
.