feat: better wezterm theme
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
local colors = {
|
||||
_name = "tokyonight_day",
|
||||
bg = "#e1e2e7",
|
||||
bg_dark = "#e9e9ec",
|
||||
bg_float = "#e9e9ec",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
local colors = {
|
||||
_name = "tokyonight_moon",
|
||||
bg = "#222436",
|
||||
bg_dark = "#1e2030",
|
||||
bg_float = "#1e2030",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
local colors = {
|
||||
_name = "tokyonight_night",
|
||||
bg = "#1a1b26",
|
||||
bg_dark = "#16161e",
|
||||
bg_float = "#16161e",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
local colors = {
|
||||
_name = "tokyonight_storm",
|
||||
bg = "#24283b",
|
||||
bg_dark = "#1f2335",
|
||||
bg_float = "#1f2335",
|
||||
|
||||
Reference in New Issue
Block a user