From a2b80195148f8ce03fa5a644de11b3ef7b880516 Mon Sep 17 00:00:00 2001 From: itsbloodranger Date: Fri, 19 Jun 2026 21:35:14 +0600 Subject: [PATCH 1/2] Add hyper-minimal-aqua theme Added the new "Hyper Minimal Aqua" theme to the plugins list. A modern, dark-themed UI targeted for digital animators and motion graphic designers. --- plugins.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 5d26feb6..619e2f91 100644 --- a/plugins.json +++ b/plugins.json @@ -635,5 +635,19 @@ "#9272dc" ], "dateAdded": "1597807892019" - } + }, + { + "name": "hyper-minimal-aqua", + "description": "A modern, JavaScript-configured UI theme targeting the Hyper Terminal ecosystem. Designed for digital animators and motion graphic designers.", + "author": "Robiul Islam", + "repo": "https://github.com/robiul-islam/hyper-minimal-aqua", + "colors": [ + "#12161A", + "#1A1F26", + "#00E5FF", + "#00B0FF", + "#39FF14" + ], + "type": "theme" +} ] From 3b43f298b74a9c5ff7401bffc941ca28b9cc7a57 Mon Sep 17 00:00:00 2001 From: itsbloodranger Date: Fri, 19 Jun 2026 21:41:07 +0600 Subject: [PATCH 2/2] Add hyper-minimal-aqua theme Added the new "Hyper Minimal Aqua" theme to the plugins list. A modern, dark-themed UI targeted for digital animators and motion graphic designers. --- plugins.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins.json b/plugins.json index 619e2f91..dde9f106 100644 --- a/plugins.json +++ b/plugins.json @@ -636,11 +636,11 @@ ], "dateAdded": "1597807892019" }, - { +{ "name": "hyper-minimal-aqua", "description": "A modern, JavaScript-configured UI theme targeting the Hyper Terminal ecosystem. Designed for digital animators and motion graphic designers.", "author": "Robiul Islam", - "repo": "https://github.com/robiul-islam/hyper-minimal-aqua", + "repo": "https://github.com/robiul-islam/hyper-minimal-aqua", "colors": [ "#12161A", "#1A1F26", @@ -648,6 +648,7 @@ "#00B0FF", "#39FF14" ], - "type": "theme" + "type": "theme", + "dateAdded": "1771344000000" } ]