better colors on notcurses-input plot

pull/469/head
nick black 5 years ago
parent f08bbf83a7
commit be2be9442a
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -217,8 +217,8 @@ int main(void){
struct ncplot_options popts{};
popts.labelaxisd = true;
popts.minchannel = popts.maxchannel = 0;
channels_set_fg_rgb(&popts.maxchannel, 0xa0, 0x50, 0xb0);
channels_set_fg_rgb(&popts.minchannel, 0xa0, 0xff, 0xb0);
channels_set_fg_rgb(&popts.minchannel, 0x40, 0x50, 0xb0);
channels_set_fg_rgb(&popts.maxchannel, 0x40, 0xff, 0xd0);
popts.gridtype = static_cast<ncgridgeom_e>(NCPLOT_8x1);
plot = ncplot_create(pplane, &popts);
if(!plot){

Loading…
Cancel
Save