mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
refactor: utils are in the global scope now
This commit is contained in:
parent
a0d1322b9e
commit
8ac4b01da2
4 changed files with 12 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
local colors = require("base46").get_colors "base_30"
|
||||
local ui = require("core.utils").load_config().ui
|
||||
local ui = nvchad.load_config().ui
|
||||
|
||||
local black = colors.black
|
||||
local black2 = colors.black2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue