From 7009ede80daaabeaa5dbd3c9567252c7a243c221 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sun, 24 Mar 2024 11:13:39 +0100 Subject: [PATCH] feat(extras): remove excludes --- zenbones.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/zenbones.json b/zenbones.json index 04c0cc0..543ccd3 100644 --- a/zenbones.json +++ b/zenbones.json @@ -14,55 +14,19 @@ }, { "name": "forestbones", - "exclude": [ - "iterm", - "alacritty", - "kitty", - "wezterm", - "tmux", - "windows_terminal", - "foot" - ], "description": "A zenbones variant inspired by Everforest." }, { "name": "nordbones", "background": "dark", - "exclude": [ - "iterm", - "alacritty", - "kitty", - "wezterm", - "tmux", - "windows_terminal", - "foot" - ], "description": "A zenbones variant inspired by Nord." }, { "name": "rosebones", - "exclude": [ - "iterm", - "alacritty", - "kitty", - "wezterm", - "tmux", - "windows_terminal", - "foot" - ], "description": "A zenbones variant inspired by Rosé Pine." }, { "name": "tokyobones", - "exclude": [ - "iterm", - "alacritty", - "kitty", - "wezterm", - "tmux", - "windows_terminal", - "foot" - ], "description": "A zenbones variant inspired by Tokyo Night." }, {