mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
docs: fix typo (#150)
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
This commit is contained in:
parent
ef3abe6668
commit
4e352f3f44
|
|
@ -177,7 +177,7 @@ You can easily use the color palette for other plugins inside your Neovim config
|
|||
|
||||
```lua
|
||||
local colors = require("tokyonight.colors").setup({}) -- pass in any of the config options as explained above
|
||||
local utils = require("tokyonight.util")
|
||||
local util = require("tokyonight.util")
|
||||
|
||||
aplugin.background = colors.bg_dark
|
||||
aplugin.my_error = util.brighten(colors.red1, 0.3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue