colorpal.vim icon indicating copy to clipboard operation
colorpal.vim copied to clipboard

Vim theming plugin

Results 2 colorpal.vim issues
Sort by recently updated
recently updated
newest added

It might be nice to be able to do something like this: ```vim let g:colorpal_palette = { 'red: .... } " call sphl#add_color(new_color_name, old_color_name, modifiers) call cphl#add_color('dark_red', 'red', ['dark', 'dark'])...

```vim CPHL Function blue,bright - bold CPHL pythonBuiltinFunc Function,dark,dark Function Function CPHL vimFunction Function,dark,dark Function Function ``` This works fine. However, when I only use one `dark` it seems to...