stayradiated / terminal.sexy

Create, view and edit terminal colorschemes.
terminal.sexy
MIT License
911 stars 56 forks source link

update export for st/simple terminal #33

Open ghost opened 8 years ago

ghost commented 8 years ago

the config.h for simple terminal has changed.

here is the new config.h default: http://git.suckless.org/st/plain/config.def.h

ghost commented 8 years ago

one notable change is that they seemed to have added a reverse color variable: static unsigned int defaultrcs = 257;

fam4r commented 6 years ago

They also have changed defaultfg and defaultgb, using non-static variables.

unsigned int defaultfg = 7;
unsigned int defaultbg = 0;