local M = {}

function M.get()
	return {
		FernBranchText = { fg = C.blue },
	}
end

return M
