From aa759bf6e61bc77d5462677720ce3d2cfb2b422e Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Fri, 24 May 2024 13:04:49 -0700 Subject: [PATCH] Create tokyonight_storm.toml --- wezterm/colors/tokyonight_storm.toml | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 wezterm/colors/tokyonight_storm.toml diff --git a/wezterm/colors/tokyonight_storm.toml b/wezterm/colors/tokyonight_storm.toml new file mode 100644 index 0000000..47b7fa7 --- /dev/null +++ b/wezterm/colors/tokyonight_storm.toml @@ -0,0 +1,45 @@ +[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"