From 9ba6465d4fa77fe3101dbea4b6ab8feb64a23ce2 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Tue, 28 May 2024 14:49:43 -0700 Subject: [PATCH] Delete wezterm/colors/tokyonight_storm.toml --- wezterm/colors/tokyonight_storm.toml | 45 ---------------------------- 1 file changed, 45 deletions(-) delete mode 100644 wezterm/colors/tokyonight_storm.toml diff --git a/wezterm/colors/tokyonight_storm.toml b/wezterm/colors/tokyonight_storm.toml deleted file mode 100644 index 47b7fa7..0000000 --- a/wezterm/colors/tokyonight_storm.toml +++ /dev/null @@ -1,45 +0,0 @@ -[colors] -foreground = "#c0caf5" -background = "#24283b" -cursor_bg = "#c0caf5" -cursor_border = "#c0caf5" -cursor_fg = "#24283b" -selection_bg = "#2e3c64" -selection_fg = "#c0caf5" -split = "#7aa2f7" -compose_cursor = "#ff9e64" -scrollbar_thumb = "#292e42" - -ansi = ["#1d202f", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"] -brights = ["#414868", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#c0caf5"] - -[colors.tab_bar] -inactive_tab_edge = "#1f2335" -background = "#24283b" - -[colors.tab_bar.active_tab] -fg_color = "#1f2335" -bg_color = "#7aa2f7" - -[colors.tab_bar.inactive_tab] -fg_color = "#545c7e" -bg_color = "#292e42" - -[colors.tab_bar.inactive_tab_hover] -fg_color = "#7aa2f7" -bg_color = "#292e42" -# intensity = "Bold" - -[colors.tab_bar.new_tab_hover] -fg_color = "#7aa2f7" -bg_color = "#24283b" -intensity = "Bold" - -[colors.tab_bar.new_tab] -fg_color = "#7aa2f7" -bg_color = "#24283b" - -[metadata] -aliases = [] -author = "folke" -name = "tokyonight_storm"