Files
onedark.vim/colors
Dan Rodriguez b70ed293f3 Do not overwrite scheme-wide colors with extend_highlight (#249)
Fixes #220

Create a copy of color dictionary and apply changes to it instead of
the original

Ex: If extend_highlight is called on a Highlight Group with default
purple foreground, don't overwrite values in the dictionary assigned to
purple.fg, e.g., {'gui': '#C678DD', 'cterm': '170', 'cterm16': '5'}.
Instead make a copy of the dictionary, apply changes to the copy, and
assign the altered copy to the user-specified Highlight Group.
2021-02-25 13:04:36 -05:00
..