Skip to content

Commit

Permalink
Fixed minor typo in the example from `get_default_colors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
videbar authored and wez committed Nov 14, 2024
1 parent 51c794a commit 979df78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config/lua/wezterm.color/get_default_colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ other is one of the many built-in schemes:
```lua
local wezterm = require 'wezterm'

local gruvbox = wezterm.color.get_builtin_schemes()['Gruvbox Light']
gruvbox.background = 'red'
local my_gruvbox = wezterm.color.get_builtin_schemes()['Gruvbox Light']
my_gruvbox.background = 'red'

local my_default = wezterm.color.get_default_colors()
my_default.background = 'red'
Expand Down

0 comments on commit 979df78

Please sign in to comment.