sainnhe / gruvbox-material

Gruvbox with Material Palette
MIT License
1.96k stars 166 forks source link

NodeJS undefined outputs are invisible #94

Closed iCromix closed 3 years ago

iCromix commented 3 years ago

Minimal vimrc that can reproduce this bug

call plug#begin('~/AppData/Local/nvim/plugged')
    Plug 'sainnhe/gruvbox-material'
call plug#end()

let g:gruvbox_material_background = 'soft'

colorscheme gruvbox-material

Steps to reproduce this bug using minimal vimrc

Create a JS file with

// File.js
console.log(undefined);

Open a :terminal and run node File.js

Actual behaviour

issue-gif

Expected behaviour

Beign able to see undefined printed on the console

sainnhe commented 3 years ago

Should be fixed via https://github.com/sainnhe/gruvbox-material/commit/5cf1ae0742a24c73f29cbffc308c6f5576404e60