Implement theming support and add MetroMumbleDark theme
This commit is contained in:
parent
0a68f28c38
commit
ca83780109
9 changed files with 177 additions and 46 deletions
|
@ -13,7 +13,7 @@
|
|||
<meta name="msapplication-config" content="${require('./favicon/browserconfig.xml')}">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/loading.css">
|
||||
<script src="theme.js"></script>
|
||||
|
||||
<script src="matrix.js"></script>
|
||||
</head>
|
||||
|
@ -340,6 +340,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<link rel="stylesheet" type="text/css" href="/main.css">
|
||||
<script src="index.js"></script>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue