From 20520852f0f424c133381df488a6d6a9ca0d0e26 Mon Sep 17 00:00:00 2001 From: "Md. Abu Naser Nayeem [Tanjib Isham]" Date: Mon, 15 Jun 2026 04:52:31 -0500 Subject: [PATCH] feat(themes): add trios (#116) --- External-themes.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/External-themes.md b/External-themes.md index 07b0a4c..b5640f9 100644 --- a/External-themes.md +++ b/External-themes.md @@ -1816,3 +1816,27 @@ A Star Trek: The Next Generation LCARS-inspired theme for Oh My Zsh with modern - 🕐 **Clock display** - Shows current time in HH:MM:SS format - 🚨 **Red Alert Mode** - All segments turn red when a command fails - 🎨 **Authentic LCARS color palette** - Using the official colors from Star Trek: TNG +### Trios + +**A minimal cyberpunk ZSH prompt for pentesters,cyber-experts and CTF players.** + +![trios theme preview](https://raw.githubusercontent.com/MrEchoFi/trios-zsh-theme/main/preview.png) + +Features: +- ⬡ Hexagon bullet segments +- Electric blue path and prompt +- Colour-coded command echo — blue for success, red for error +- No Nerd Font required + +Install: + +```zsh +git clone https://github.com/MrEchoFi/trios-zsh-theme.git \ + ~/.oh-my-zsh/custom/themes/trios && \ + cp ~/.oh-my-zsh/custom/themes/trios/trios.zsh-theme \ + ~/.oh-my-zsh/custom/themes/ +``` + +Then set `ZSH_THEME="trios"` in `~/.zshrc` + +- [Repository](https://github.com/MrEchoFi/trios-zsh-theme)