|
|
@ -282,41 +282,6 @@ theme.set_highlights = function(opts)
|
|
|
|
hl(0, 'NvimTreeGitMerge', { fg = c.modified_fg })
|
|
|
|
hl(0, 'NvimTreeGitMerge', { fg = c.modified_fg })
|
|
|
|
hl(0, 'NvimTreeGitDirty', { fg = c.modified_fg })
|
|
|
|
hl(0, 'NvimTreeGitDirty', { fg = c.modified_fg })
|
|
|
|
hl(0, 'NvimTreeGitNew', { fg = c.added_fg })
|
|
|
|
hl(0, 'NvimTreeGitNew', { fg = c.added_fg })
|
|
|
|
|
|
|
|
|
|
|
|
-- barbecue
|
|
|
|
|
|
|
|
hl(0, 'barbecue_normal', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_ellipsis', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_separator', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_modified', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_dirname', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_basename', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_file', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_module', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_namespace', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_package', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_class', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_method', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_property', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_field', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_constructor', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_enum', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_interface', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_function', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_variable', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_constant', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_string', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_number', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_boolean', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_array', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_object', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_key', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_null', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_enum_member', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_struct', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_event', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_operator', { bg = c.line_bg })
|
|
|
|
|
|
|
|
hl(0, 'barbecue_context_type_parameter', { bg = c.line_bg })
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
return theme
|
|
|
|
return theme
|
|
|
|