All Projects → mumble-voip → mumble-theme

mumble-voip / mumble-theme

Licence: Unlicense license
A simple and modern Mumble theme.

Projects that are alternatives of or similar to mumble-theme

mumble-discord-bridge
A simple voice bridge between Mumble and Discord.
Stars: ✭ 123 (+310%)
Mutual labels:  mumble
guildbit
🔉 Mumble Hosting Platform
Stars: ✭ 50 (+66.67%)
Mutual labels:  mumble
matrix-appservice-mumble
Matrix <--> Murmur Bridge
Stars: ✭ 27 (-10%)
Mutual labels:  mumble
Matterbridge
bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Stars: ✭ 4,452 (+14740%)
Mutual labels:  mumble
murmur
Murmur server (Mumble) Docker container - https://mumble.info
Stars: ✭ 31 (+3.33%)
Mutual labels:  mumble
mumsi
SIP to Mumble gateway/bridge using PJSUA stack.
Stars: ✭ 33 (+10%)
Mutual labels:  mumble
JJMumbleBot
A plugin-based All-In-One mumble bot solution in python 3.7+ with extensive features and support for custom plugins.
Stars: ✭ 40 (+33.33%)
Mutual labels:  mumble
murmur-rest
🎧 A RESTful API for administering virtual Mumble servers. Built with Flask and Ice.
Stars: ✭ 73 (+143.33%)
Mutual labels:  mumble
Pyqt
PyQt Examples(PyQt各种测试和例子) PyQt4 PyQt5
Stars: ✭ 3,783 (+12510%)
Mutual labels:  qss
ProcessTool
A simple system tool designed for Windows OS used to retrieve running process and software installed.
Stars: ✭ 31 (+3.33%)
Mutual labels:  qss
QCircuitFaultEditor
A manager client for IC faults detecting training.
Stars: ✭ 18 (-40%)
Mutual labels:  qss

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].