rename terminal -> term

This commit is contained in:
Michael Chris Lopez
2021-10-09 16:27:46 +08:00
parent f6bcb08068
commit 89b9e8cc69
17 changed files with 49 additions and 50 deletions

View File

@@ -193,7 +193,7 @@ contains the following:
end)
-- apply terminal colors
require(base_name .. ".terminal").setup()
require(base_name .. ".term").setup()
-- include our theme file and pass it to lush to apply
lush(specs)