1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:30:04 +08:00

perf(file): change default file icon color

This commit is contained in:
Eric Wong 2024-03-15 23:39:26 +08:00
parent 57465855c9
commit 55ae728f06

View File

@ -61,7 +61,7 @@ let s:gui_colors = {
\ 'salmon' : '#EE6E73',
\ 'green' : '#8FAA54',
\ 'lightGreen' : '#31B53E',
\ 'default': '#ffffff',
\ 'default': '#abb2bf',
\ }
let s:term_colors = {