diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2019-11-30 12:44:22 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2019-11-30 12:44:22 +0100 |
commit | f1524969f404fff4e79ae631db2db3865dc5be15 (patch) | |
tree | 091006f6b4255ea0375dfdf88dead5a8f241b532 /themer/package.json | |
parent | a30a36a4f7a118063c7f0a4139e8128c01229a8c (diff) | |
download | dotfiles-f1524969f404fff4e79ae631db2db3865dc5be15.tar.gz dotfiles-f1524969f404fff4e79ae631db2db3865dc5be15.zip |
:wrench: Theming, adding aliases and so forth
Diffstat (limited to 'themer/package.json')
-rw-r--r-- | themer/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themer/package.json b/themer/package.json index 1fe6b3e..967875e 100644 --- a/themer/package.json +++ b/themer/package.json @@ -1,6 +1,6 @@ { "scripts": { - "build": "themer -c theme.js -t themer-terminal -t themer-vim -t themer-atom-ui -t themer-atom-syntax -t themer-wallpaper-octagon -o gen" + "build": "themer -c theme.js -t themer-terminal -t themer-hyper -t themer-vim -t themer-atom-ui -t themer-atom-syntax -t themer-wallpaper-octagon -o gen" }, "devDependencies": { "themer": "^3.1.6", @@ -9,5 +9,8 @@ "themer-terminal": "^2.0.3", "themer-vim": "^3.0.2", "themer-wallpaper-octagon": "^3.0.3" + }, + "dependencies": { + "themer-hyper": "^3.0.2" } } |