feat: better wezterm theme

This commit is contained in:
Folke Lemaitre
2023-10-14 18:26:12 +02:00
parent dce0ab49ae
commit 99e9b2cb3a
10 changed files with 101 additions and 76 deletions

View File

@@ -1,4 +1,5 @@
local colors = {
_name = "tokyonight_day",
bg = "#e1e2e7",
bg_dark = "#e9e9ec",
bg_float = "#e9e9ec",

View File

@@ -1,4 +1,5 @@
local colors = {
_name = "tokyonight_moon",
bg = "#222436",
bg_dark = "#1e2030",
bg_float = "#1e2030",

View File

@@ -1,4 +1,5 @@
local colors = {
_name = "tokyonight_night",
bg = "#1a1b26",
bg_dark = "#16161e",
bg_float = "#16161e",

View File

@@ -1,4 +1,5 @@
local colors = {
_name = "tokyonight_storm",
bg = "#24283b",
bg_dark = "#1f2335",
bg_float = "#1f2335",

View File

@@ -6,35 +6,39 @@ cursor_border = "#3760bf"
cursor_fg = "#e1e2e7"
selection_bg = "#b6bfe2"
selection_fg = "#3760bf"
split = "#2e7de9"
compose_cursor = "#b15c00"
ansi = ["#e9e9ed", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#6172b0"]
brights = ["#a1a6c5", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#3760bf"]
[colors.tab_bar]
inactive_tab_edge = "#e9e9ec"
background = "#191b28"
background = "#e1e2e7"
[colors.tab_bar.active_tab]
fg_color = "#2e7de9"
bg_color = "#e1e2e7"
[colors.tab_bar.inactive_tab]
bg_color = "#e9e9ec"
fg_color = "#8990b3"
[colors.tab_bar.inactive_tab_hover]
bg_color = "#e9e9ec"
fg_color = "#2e7de9"
[colors.tab_bar.new_tab_hover]
fg_color = "#e9e9ec"
bg_color = "#2e7de9"
[colors.tab_bar.inactive_tab]
fg_color = "#8990b3"
bg_color = "#c4c8da"
[colors.tab_bar.inactive_tab_hover]
fg_color = "#2e7de9"
bg_color = "#c4c8da"
# intensity = "Bold"
[colors.tab_bar.new_tab_hover]
fg_color = "#2e7de9"
bg_color = "#e1e2e7"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#2e7de9"
bg_color = "#191b28"
bg_color = "#e1e2e7"
[metadata]
aliases = []
author = "folke"
name = "Tokyo Night Day"
name = "tokyonight_day"

View File

@@ -6,35 +6,39 @@ cursor_border = "#c8d3f5"
cursor_fg = "#222436"
selection_bg = "#2d3f76"
selection_fg = "#c8d3f5"
split = "#82aaff"
compose_cursor = "#ff966c"
ansi = ["#1b1d2b", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#828bb8"]
brights = ["#444a73", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#c8d3f5"]
[colors.tab_bar]
inactive_tab_edge = "#1e2030"
background = "#191b28"
background = "#222436"
[colors.tab_bar.active_tab]
fg_color = "#82aaff"
bg_color = "#222436"
[colors.tab_bar.inactive_tab]
bg_color = "#1e2030"
fg_color = "#545c7e"
[colors.tab_bar.inactive_tab_hover]
bg_color = "#1e2030"
fg_color = "#82aaff"
[colors.tab_bar.new_tab_hover]
fg_color = "#1e2030"
bg_color = "#82aaff"
[colors.tab_bar.inactive_tab]
fg_color = "#545c7e"
bg_color = "#2f334d"
[colors.tab_bar.inactive_tab_hover]
fg_color = "#82aaff"
bg_color = "#2f334d"
# intensity = "Bold"
[colors.tab_bar.new_tab_hover]
fg_color = "#82aaff"
bg_color = "#222436"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#82aaff"
bg_color = "#191b28"
bg_color = "#222436"
[metadata]
aliases = []
author = "folke"
name = "Tokyo Night Moon"
name = "tokyonight_moon"

View File

@@ -6,35 +6,39 @@ cursor_border = "#c0caf5"
cursor_fg = "#1a1b26"
selection_bg = "#283457"
selection_fg = "#c0caf5"
split = "#7aa2f7"
compose_cursor = "#ff9e64"
ansi = ["#15161e", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
brights = ["#414868", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#c0caf5"]
[colors.tab_bar]
inactive_tab_edge = "#16161e"
background = "#191b28"
background = "#1a1b26"
[colors.tab_bar.active_tab]
fg_color = "#7aa2f7"
bg_color = "#1a1b26"
[colors.tab_bar.inactive_tab]
bg_color = "#16161e"
fg_color = "#545c7e"
[colors.tab_bar.inactive_tab_hover]
bg_color = "#16161e"
fg_color = "#7aa2f7"
[colors.tab_bar.new_tab_hover]
fg_color = "#16161e"
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 = "#1a1b26"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#7aa2f7"
bg_color = "#191b28"
bg_color = "#1a1b26"
[metadata]
aliases = []
author = "folke"
name = "Tokyo Night"
name = "tokyonight_night"

View File

@@ -6,35 +6,39 @@ cursor_border = "#c0caf5"
cursor_fg = "#24283b"
selection_bg = "#2e3c64"
selection_fg = "#c0caf5"
split = "#7aa2f7"
compose_cursor = "#ff9e64"
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 = "#191b28"
background = "#24283b"
[colors.tab_bar.active_tab]
fg_color = "#7aa2f7"
bg_color = "#24283b"
[colors.tab_bar.inactive_tab]
bg_color = "#1f2335"
fg_color = "#545c7e"
[colors.tab_bar.inactive_tab_hover]
bg_color = "#1f2335"
fg_color = "#7aa2f7"
[colors.tab_bar.new_tab_hover]
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 = "#191b28"
bg_color = "#24283b"
[metadata]
aliases = []
author = "folke"
name = "Tokyo Night Storm"
name = "tokyonight_storm"