14 lines
216 B
QML
14 lines
216 B
QML
pragma Singleton
|
|
import QtQuick 2.0
|
|
import "../../ui"
|
|
|
|
StyleBase {
|
|
backgroundColor: "#50514f"
|
|
foregroundColor: "#ebebeb"
|
|
|
|
accentColor: "#f45b69"
|
|
iconColor: foregroundColor
|
|
|
|
fontFamily: "Oswald"
|
|
}
|