mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
Fixed minor typo in the example from `get_default_colors.md
This commit is contained in:
parent
51c794ac50
commit
979df78269
@ -14,8 +14,8 @@ other is one of the many built-in schemes:
|
|||||||
```lua
|
```lua
|
||||||
local wezterm = require 'wezterm'
|
local wezterm = require 'wezterm'
|
||||||
|
|
||||||
local gruvbox = wezterm.color.get_builtin_schemes()['Gruvbox Light']
|
local my_gruvbox = wezterm.color.get_builtin_schemes()['Gruvbox Light']
|
||||||
gruvbox.background = 'red'
|
my_gruvbox.background = 'red'
|
||||||
|
|
||||||
local my_default = wezterm.color.get_default_colors()
|
local my_default = wezterm.color.get_default_colors()
|
||||||
my_default.background = 'red'
|
my_default.background = 'red'
|
||||||
|
Loading…
Reference in New Issue
Block a user