refactor!: switch to th (#87)

This commit is contained in:
三咲雅 · Misaki Masa
2025-03-12 19:33:37 +08:00
committed by GitHub
parent 1aa9cf7e34
commit 2a35325c7f
2 changed files with 19 additions and 19 deletions

View File

@@ -138,7 +138,7 @@ local function setup(st, opts)
opts = opts or {}
opts.order = opts.order or 1500
local t = THEME.git or {}
local t = th.git or {}
local styles = {
[CODES.ignored] = t.ignored and ui.Style(t.ignored) or ui.Style():fg("darkgray"),
[CODES.untracked] = t.untracked and ui.Style(t.untracked) or ui.Style():fg("magenta"),