OBS-ChatStyle represents a milestone for content creators using Open Broadcaster Software (OBS) in their live broadcasts. This innovative project brings a series of visually appealing and dynamic chat styles designed to seamlessly integrate into the streaming environment. Aiming to promote more visual and engaging interactions, OBS-ChatStyle allows streamers to customize the appearance of live chat, making each broadcast unique and captivating. This tool not only enriches the visual experience for the audience, but also offers creators a way to highlight important messages and interact with their community more effectively, raising the level of professionalism and personalization in their lives.
clone the repository
git clone https://github.com/VitorCarvalho67/OBS-ChatStyle.git
Navigate to the project directory
cd OBS-ChatStyle
copy the code the file 'style.scss' and paste it into a browser source in OBS.
You can customize the colors of your chat by just changing the variables, here is where you should change
:root {
--font-color: #ffffff;
--background-owner: #f710ff;
--background-moderator: #5810ff;
--background-member: #10c7ff;
--background-general: #00ee93;
}
Contributions to this project are welcome. Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes.
- Push to the branch.
- Submit a pull request.