summaryrefslogtreecommitdiff
path: root/dot-config/wezterm/colors
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config/wezterm/colors')
-rw-r--r--dot-config/wezterm/colors/kanso-zen.lua40
1 files changed, 0 insertions, 40 deletions
diff --git a/dot-config/wezterm/colors/kanso-zen.lua b/dot-config/wezterm/colors/kanso-zen.lua
deleted file mode 100644
index 1dcc325..0000000
--- a/dot-config/wezterm/colors/kanso-zen.lua
+++ /dev/null
@@ -1,40 +0,0 @@
-local config = {
- force_reverse_video_cursor = true,
- colors = {
- foreground = "#C5C9C7",
- background = "#090E13",
-
- cursor_bg = "#090E13",
- cursor_fg = "#C5C9C7",
- cursor_border = "#C5C9C7",
-
- selection_fg = "#C5C9C7",
- selection_bg = "#22262D",
-
- scrollbar_thumb = "#22262D",
- split = "#22262D",
-
- ansi = {
- "#090E13",
- "#C4746E",
- "#8A9A7B",
- "#C4B28A",
- "#8BA4B0",
- "#A292A3",
- "#8EA4A2",
- "#A4A7A4",
- },
- brights = {
- "#A4A7A4",
- "#E46876",
- "#87A987",
- "#E6C384",
- "#7FB4CA",
- "#938AA9",
- "#7AA89F",
- "#C5C9C7",
- },
- },
-}
-
-return config