vim-colors icon indicating copy to clipboard operation
vim-colors copied to clipboard

ir_black missing Diff colors

Open flowerornament opened this issue 10 years ago • 0 comments

Not sure if this is intentional, but the ir_black theme is missing Diff colors

" Diff colors
hi DiffAdd          guifg=NONE guibg=NONE gui=#26512D ctermfg=NONE ctermbg=darkgray cterm=NONE
hi DiffChange       guifg=NONE guibg=NONE gui=#262D51 ctermfg=NONE ctermbg=darkgray cterm=NONE
hi DiffText         guifg=NONE guibg=NONE gui=#384048 ctermfg=NONE ctermbg=darkgray cterm=NONE
hi DiffDelete       guifg=NONE guibg=NONE gui=#512D26 ctermfg=NONE ctermbg=darkgray cterm=NONE

flowerornament avatar Feb 24 '14 07:02 flowerornament