diff --git a/plugins.json b/plugins.json index 5d26feb6..2345e294 100644 --- a/plugins.json +++ b/plugins.json @@ -424,11 +424,9 @@ }, { "name": "hyper-night-owl", - "description": - "A beautiful theme for the Hyper terminal based on the Night Owl VS Code dark theme, which is optimized for working at night, accessibility, and colorblindness.", + "description": "A beautiful theme for the Hyper terminal based on the Night Owl VS Code dark theme, which is optimized for working at night, accessibility, and colorblindness.", "type": "theme", - "preview": - "https://raw.githubusercontent.com/pbomb/hyper-night-owl/master/other/terminal.png", + "preview": "https://raw.githubusercontent.com/pbomb/hyper-night-owl/master/other/terminal.png", "colors": [ "#011627", "#EF5350", @@ -508,7 +506,7 @@ "type": "plugin", "preview": "https://raw.githubusercontent.com/daltonmenezes/hyper-init/master/img/hyper-init.gif", "dateAdded": "1541659140469" - }, + }, { "name": "hyper-launch-menu", "description": "Launch more than one kind of shell from the menu", @@ -538,18 +536,18 @@ "featured": false }, { - "name": "hyper-npm-theme", - "description": "A smart hyper theme inspired by npm", - "type": "theme", - "preview": "https://github.com/B3nnyL/hyper-npm-theme/raw/master/screenshot-1.png", - "colors": [ - "#f3f3f3", + "name": "hyper-npm-theme", + "description": "A smart hyper theme inspired by npm", + "type": "theme", + "preview": "https://github.com/B3nnyL/hyper-npm-theme/raw/master/screenshot-1.png", + "colors": [ + "#f3f3f3", "#FFCD3A", "#CB3837", "#C836C3", "#28008A" - ], - "dateAdded": "1545314699015" + ], + "dateAdded": "1545314699015" }, { "name": "hyper-letters", @@ -635,5 +633,12 @@ "#9272dc" ], "dateAdded": "1597807892019" + }, + { + "name": "hyper-system-theme", + "description": "Switch between light and dark themes based on your OS settings", + "preview": "https://raw.githubusercontent.com/acovaci/hyper-system-theme-plugin/main/public/hyper-system-theme.webp", + "type": "plugin", + "dateAdded": "1717576227965" } ] diff --git a/public/store/hyper-system-theme.jpg b/public/store/hyper-system-theme.jpg new file mode 100644 index 00000000..58c70835 Binary files /dev/null and b/public/store/hyper-system-theme.jpg differ diff --git a/public/store/hyper-system-theme.png b/public/store/hyper-system-theme.png new file mode 100644 index 00000000..134a02b3 Binary files /dev/null and b/public/store/hyper-system-theme.png differ diff --git a/public/store/hyper-system-theme.webp b/public/store/hyper-system-theme.webp new file mode 100644 index 00000000..5f8698ea Binary files /dev/null and b/public/store/hyper-system-theme.webp differ