Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitorcarvalho67/obs-chatstyle

Live broadcasts with more attractive chat styles, ideal for content creators on OBS, promoting visual interactions and greater engagement in lives
https://github.com/vitorcarvalho67/obs-chatstyle

chat css customization live mit-license obs obs-plugin sccs streaming style trasmission twitch youtube youtube-live

Last synced: about 2 months ago
JSON representation

Live broadcasts with more attractive chat styles, ideal for content creators on OBS, promoting visual interactions and greater engagement in lives

Awesome Lists containing this project

README

        



English |
Рortuguês


Imagem logo

# OBS-ChatStyle

[![GitHub license](https://img.shields.io/github/license/vitorcarvalho67/OBS-ChatStyle)](vitorcarvalho67/OBS-ChatStyle/blob/master/LICENSE)
![GitHub stars](https://img.shields.io/github/stars/vitorcarvalho67/OBS-ChatStyle)
![GitHub languages top](https://img.shields.io/github/languages/top/vitorcarvalho67/OBS-ChatStyle)
![GitHub last commit](https://img.shields.io/github/last-commit/vitorcarvalho67/OBS-ChatStyle)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/a260906ca80f48eb806d9cb17f6acc14)](https://app.codacy.com/gh/VitorCarvalho67/OBS-ChatStyle/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

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.


Style - 1 (style1.scss)


style1

Style - 2 (style2.scss)


style2

Style - 3 (style3.scss)


style3

## How to use

clone the repository
```bash
git clone https://github.com/VitorCarvalho67/OBS-ChatStyle.git
```

Navigate to the project directory
```bash
cd OBS-ChatStyle
```

copy the code the file 'style.scss' and paste it into a browser source in OBS.

## Customization
You can customize the colors of your chat by just changing the variables, here is where you should change

```css
:root {
--font-color: #ffffff;
--background-owner: #f710ff;
--background-moderator: #5810ff;
--background-member: #10c7ff;
--background-general: #00ee93;
}
```

## Contributing
Contributions to this project are welcome. Please follow these steps to contribute:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Commit your changes.
4. Push to the branch.
5. Submit a pull request.