Skip to content

Commit fadfe60

Browse files
fix: untested wezterm theme errors
1 parent 9f35124 commit fadfe60

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

extras/wezterm.lua

+12-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
return {
2-
force_reverse_video_cursor = true,
3-
colors = {
4-
foreground = "#ffffff",
5-
background = "#16181A ",
2+
foreground = "#ffffff",
3+
background = "#16181a",
64

7-
cursor_bg = "#ffffff",
8-
cursor_fg = "#ffffff",
9-
cursor_border = "#ffffff",
5+
cursor_bg = "#ffffff",
6+
cursor_fg = "#ffffff",
7+
cursor_border = "#ffffff",
108

11-
selection_fg = "#ffffff",
12-
selection_bg = "#3c4048",
9+
selection_fg = "#ffffff",
10+
selection_bg = "#3c4048",
1311

14-
scrollbar_thumb = "#16181a",
15-
split = "#16181a",
12+
scrollbar_thumb = "#16181a",
13+
split = "#16181a",
1614

17-
ansi = { "#16181a", "#ff6e5e", "#5eff6c", "#f1ff5e", "#5ea1ff", "#bd5eff", "#5ef1ff", "#ffffff" },
18-
brights = { "#3c4048", "#ff6e5e", "#5eff6c", "#f1ff5e", "#5ea1ff", "#bd5eff", "#5ef1ff", "#ffffff" },
19-
indexed = { [16] = "#ffbd5e", [17] = "#ff6e5e" },
20-
},
15+
ansi = { "#16181a", "#ff6e5e", "#5eff6c", "#f1ff5e", "#5ea1ff", "#bd5eff", "#5ef1ff", "#ffffff" },
16+
brights = { "#3c4048", "#ff6e5e", "#5eff6c", "#f1ff5e", "#5ea1ff", "#bd5eff", "#5ef1ff", "#ffffff" },
17+
indexed = { [16] = "#ffbd5e", [17] = "#ff6e5e" },
2118
}

0 commit comments

Comments
 (0)