srcery-colors / srcery-terminal

Srcery theme terminal configurations
MIT License
199 stars 17 forks source link

Fix st compile errors #87

Closed planet36 closed 3 years ago

planet36 commented 3 years ago

The existing srcery_st.c cannot be copied into st's config.h without compile errors.

The config.def.h in suckless' repo has changed in the following ways:

This pull request fixes the errors.

Additionally, srcery_st.c is renamed to srcery_st.h to be consistent with the fact that st is configured with a .h file rather than a .c file.