diff --git a/plugins.json b/plugins.json index 5d26feb6..7487b251 100644 --- a/plugins.json +++ b/plugins.json @@ -1,4 +1,34 @@ [ + { + "name": "hyper-horizon-dark-theme", + "description": "My favorite theme for vscode right now on Hyper terminal.", + "type": "theme", + "colors": [ + "#1C1E26", + "#26BBD9", + "#EE64AC", + "#E95678", + "#6C6F9380", + "#FAB795" + ], + "dateAdded": "1636257285099", + "preview": "https://raw.githubusercontent.com/patrickfv/hyper-site/main/public/store/hyper-horizon-dark-theme.png" + }, + { + "name": "hyper-horizon-light-theme", + "description": "My favorite theme for vscode right now on Hyper terminal.", + "type": "theme", + "colors": [ + "#1C1E26", + "#26BBD9", + "#EE64AC", + "#E95678", + "#6C6F9380", + "#FAB795" + ], + "dateAdded": "1636457511430", + "preview": "https://raw.githubusercontent.com/patrickfv/hyper-site/main/public/store/hyper-horizon-light-theme.png" + }, { "name": "hypercwd", "description": "Opens new tabs with the same directory as the current tab in Hyper for OS X, Linux, and Windows.", diff --git a/public/store/hyper-horizon-dark-theme.png b/public/store/hyper-horizon-dark-theme.png new file mode 100644 index 00000000..00442563 Binary files /dev/null and b/public/store/hyper-horizon-dark-theme.png differ diff --git a/public/store/hyper-horizon-light-theme.png b/public/store/hyper-horizon-light-theme.png new file mode 100644 index 00000000..d09db9f3 Binary files /dev/null and b/public/store/hyper-horizon-light-theme.png differ