Skip to content

mkrautz/mumble-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mumble-theme - Theme for mumble formerly known as MetroMumble (Old repository).

Comes packaged as the default skin of Mumble.


###Skinning

Do not modify the qss files directly. Read below.

The theme is written in Sass, a language that processes into CSS (or QSS in this case). If you want to make your own skin based on it, install a Sass processor such as Prepros. A Prepros project file is included, so simply add the mumble-theme folder as a project.

The file Base.scss contains the actual theme QSS, but it is not recommended to modify. In future versions you might want to swap Base.scss to a newer version, so it will be easier to update your theme in the future if you leave it alone.

Instead, you should edit either the Lite.scss or Dark.scss files in the source folder. You can also add your own variant. In those files are all the color definitions that make the theme, and you can also add whatever QSS you want directly in the end of those files. When you process these files in Prepros, it will output the complete skin to the qss files in the parent folder. The OSX variant can be processed in the osx source folder, which imports the regular source files but adds a small OSX fix.

To change icons and other graphics, simply change the SVG files of the theme (with an editor such as Inkscape or Adobe Illustrator). See the wiki article on Mumble skinning.

Have fun!

About

A simple and modern Mumble theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%