1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:20:05 +08:00

fix(color): fix color vader test

This commit is contained in:
wsdjeg 2022-11-21 23:41:49 +08:00
parent 2fb4a62e36
commit 1f907973b8

View File

@ -264,7 +264,7 @@ let s:self._color_map = {
\ '252' : '#d0d0d0',
\ '253' : '#dadada',
\ '254' : '#e4e4e4',
\ '255' : '#eeeeee',
\ '255' : '#eeeeee', 'fg': 'fg', 'bg': 'bg', 'NONE': 'NONE'
\ }
let s:self._deps = SpaceVim#api#import('data#dict')