active-icon-theme-name

2.0.1 • Public • Published

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

Package Sidebar

Install

npm i active-icon-theme-name

Weekly Downloads

3

Version

2.0.1

License

ISC

Last publish

Collaborators

  • iamtekeste