diff --git a/pages/index.js b/pages/index.js index 4c6c5457..a67a1736 100644 --- a/pages/index.js +++ b/pages/index.js @@ -13,7 +13,7 @@ function Path({ os, path }) { {`${ os === 'mac' - ? '~/Library/Application Support/Hyper/' + ? '~/Library/Application\ Support/Hyper/' : os === 'windows' ? '$Env:AppData/Hyper/' : os === 'linux' diff --git a/plugins.json b/plugins.json index 5d26feb6..b467e26e 100644 --- a/plugins.json +++ b/plugins.json @@ -31,6 +31,20 @@ "dateAdded": "1521644449784", "featured": true }, + { + "name": "hyper-neon-theme", + "description": "A smart hyper theme inspired by neon", + "type": "theme", + "preview": "https://github.com/B3nnyL/hyper-npm-theme/raw/master/screenshot-1.png", + "colors": [ + "#f3f3f3", + "#FFCD3A", + "#CB3837", + "#C836C3", + "#28008A" + ], + "dateAdded": "1545314699015" + }, { "name": "hyper-native", "description": "Make Hyper adapt to the macOS UI",