From ca7b7f87bc2cd8930d7a0e4ce2fada55535e3c06 Mon Sep 17 00:00:00 2001 From: Andrey Zhuchkov <765471+azhuchkov@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:58:26 +0400 Subject: [PATCH] feat(themes): add cobalt spark (#126) --- External-themes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/External-themes.md b/External-themes.md index 851ffcc..6428182 100644 --- a/External-themes.md +++ b/External-themes.md @@ -1881,3 +1881,21 @@ Then set `ZSH_THEME="trios"` in `~/.zshrc` #### Author: [@dvigo](https://github.com/dvigo) +--- + +### Cobalt Spark + +*A compact theme designed for everyday terminal work.* + +![Cobalt Spark](https://github.com/user-attachments/assets/05f2a056-0cfd-4874-9496-4ea1d35e4e41) + +A compact, low-noise theme designed to stay out of the way during everyday +terminal work. Restrained colors keep essential context visible without +competing with command output, while a distinctive lightning prompt makes +command lines easy to spot. + +Abbreviated paths and concise indicators cover Git and command status, +virtualenvs, nested shells and background jobs. It also provides a quick-copy +action for the current working directory. + +[Source](https://github.com/azhuchkov/cobalt-spark)