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",