wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
17.98k stars 806 forks source link

Minor typo in the get_default_colors()` documentation #6399

Closed videbar closed 1 week ago

videbar commented 1 week ago

What page or section of the docs have an issue? wezterm.color.get_default_colors()

Describe the issue The lua code has a small typo, the local variable gruvbox should be my_gruvbox, which the name used in the return statement.