Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

mumble-voip/mumble-theme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 57 commits ahead, 1 commit behind xpoke:master.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 20, 2016 23:02
January 14, 2016 20:04
March 31, 2014 22:15
January 20, 2016 23:02
January 20, 2016 23:02
January 20, 2016 23:02
February 7, 2014 19:25
June 23, 2021 10:08
January 20, 2016 23:02
March 31, 2014 22:15
March 31, 2014 22:15
January 14, 2016 20:04
January 6, 2016 22:50
May 30, 2014 09:01
October 21, 2014 12:16
January 14, 2016 20:04
January 14, 2016 20:04
January 20, 2016 23:02
January 14, 2016 20:04
December 25, 2014 13:24
January 6, 2016 22:50
December 25, 2014 13:24
January 6, 2016 22:50
January 20, 2016 23:02
January 20, 2016 23:02
January 14, 2016 20:04
January 14, 2016 20:04
October 10, 2013 23:40
October 10, 2013 23:40
October 10, 2013 23:40
January 6, 2016 22:50
October 26, 2014 01:34
October 26, 2014 01:34
October 26, 2014 01:34
October 26, 2014 01:34
October 28, 2014 00:06
January 20, 2016 23:02
January 14, 2016 20:04
January 14, 2016 20:04
October 28, 2014 00:06
January 6, 2016 22:50
January 20, 2016 23:02
January 14, 2016 20:04
October 28, 2014 00:06

NOTE: This theme has been integrated into the Mumble main repository and thus this repository is no longer maintained.


A Mumble theme in Lite and Dark variants, which is distributed as the default skin in the Mumble client.

This theme is a derivative of the MetroMumble skin.

Skinning

Do not modify the qss files directly. Read below.

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.

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. If you are on Linux you can instead install ruby-sass in order to get access to the sass CLI program. With it you can compile the individual variants as (assuming you are currently inside the source directory)

sass -t expanded Lite.scss ../Lite.qss

The file source/Imports/Base Theme.scss contains the actual theme QSS, but it is not recommended to modify.

In future versions you might want to swap Base Theme.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, and add your own CSS at the end of the file.

You can also add your own variants in the source/Imports folder, which contain the color definitions.

When you process these files in Prepros, it will output the complete skin to the qss files in the parent folder. If something didn't work out quite right, it can also happen that Prepros will output css files in the source folder. In that case you can simply replace the qss files in the root folder with the generated css files (the syntax is actually the same - only the file extension differs).

The OSX variant can also be found in the source folder, which imports the regular source files but adds a small OSX fix and modifies font sizes.

Have fun!

About

A simple and modern Mumble theme.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 100.0%