From 9e3d717c9b2ccb03edb2fd62029cba83502d0aa7 Mon Sep 17 00:00:00 2001 From: 1411rahul Date: Sun, 18 May 2025 18:57:39 +0530 Subject: [PATCH] Update termthemes.json New theme for wave --- pkg/wconfig/defaultconfig/termthemes.json | 26 ++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/pkg/wconfig/defaultconfig/termthemes.json b/pkg/wconfig/defaultconfig/termthemes.json index d0a667f0a..390f10c22 100644 --- a/pkg/wconfig/defaultconfig/termthemes.json +++ b/pkg/wconfig/defaultconfig/termthemes.json @@ -174,5 +174,29 @@ "foreground": "#e0def4", "background": "#191724", "cursor": "#524f67" - } + }, + "Blue Matrix": { + "display:name": "Blue Matrix", + "display:order": 8, + "black": "#101116", + "red": "#ff5680", + "green": "#00ff9c", + "yellow": "#fffc58", + "blue": "#00b0ff", + "purple": "#d57bff", + "cyan": "#76c1ff", + "white": "#c7c7c7", + "brightBlack": "#686868", + "brightRed": "#ff6e67", + "brightGreen": "#5ffa68", + "brightYellow": "#fffc67", + "brightBlue": "#6871ff", + "brightPurple": "#d682ec", + "brightCyan": "#60fdff", + "brightWhite": "#ffffff", + "background": "#101116", + "foreground": "#00a2ff", + "selectionBackground": "#c1deff", + "cursorColor": "#76ff9f" +} }