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
5
themes/MetroMumbleDark/loading.scss
Normal file
5
themes/MetroMumbleDark/loading.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
$bg-color: #2c2c2c !default
|
||||
$spinner-color: #888 !default
|
||||
$spinner-bg-color: #222 !default
|
||||
|
||||
@import '../MetroMumbleLight/loading';
|
22
themes/MetroMumbleDark/main.scss
Normal file
22
themes/MetroMumbleDark/main.scss
Normal file
|
@ -0,0 +1,22 @@
|
|||
$black: #bbb !default
|
||||
$darkgray: #777 !default
|
||||
$gray: #555 !default
|
||||
$lightgray: #555 !default
|
||||
$bg-color: #2c2c2c !default
|
||||
$white: #1c1c1c !default
|
||||
|
||||
$lightblue: #557 !default
|
||||
|
||||
$toolbar-hover-bg-color: $lightblue !default
|
||||
$toolbar-hover-border-color: $lightblue !default
|
||||
$toolbar-active-bg-color: $gray !default
|
||||
$toolbar-active-border-color: $gray !default
|
||||
$dialog-color: $black !default
|
||||
$channel-selected-bg-color: $lightblue !default
|
||||
|
||||
@import '../MetroMumbleLight/main';
|
||||
|
||||
.dialog-header {
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue