Skip to content

VitorCarvalho67/OBS-ChatStyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | Рortuguês

Imagem logo

OBS-ChatStyle

GitHub license GitHub stars GitHub languages top GitHub last commit Codacy Badge

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

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.

Customization

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;
}

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.