Skip to content

Commit 75966c7

Browse files
fix: change wezterm cursor_fg (#19)
* fix: change wezterm cursor_fg * feat: add config tab bar transparency * remove tab bar config --------- Co-authored-by: Scott McKendry <[email protected]>
1 parent 19693ee commit 75966c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/wezterm.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ return {
33
background = "#16181a",
44

55
cursor_bg = "#ffffff",
6-
cursor_fg = "#ffffff",
6+
cursor_fg = "#000000",
77
cursor_border = "#ffffff",
88

99
selection_fg = "#ffffff",

0 commit comments

Comments
 (0)