style: move default colors to its own style file

This commit is contained in:
jgmdev
2022-06-02 19:20:54 -04:00
parent 8ce1ecb897
commit ca46d8e261
3 changed files with 48 additions and 43 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ require "core.strict"
require "core.regex"
local common = require "core.common"
local config = require "core.config"
local style = require "core.style"
local style = require "colors.default"
local command
local keymap
local dirwatch