2.0.1 • Published 8 years ago

active-icon-theme-name v2.0.1

Weekly downloads
6
License
ISC
Repository
github
Last release
8 years ago

#active-icon-theme-name

Get the name of the currently used icon theme.

Install

$ npm install --save active-icon-theme-name

Tested on Ubuntu.

Usage

var iconThemeName = require('active-icon-theme-name');

iconThemeName().then(name => {
	console.log(name);
	//=> 'name of the currently used icon theme'
	//eg. Ultra-Flat
});

License

MIT © Tekeste G