10 lines
156 B
QML
10 lines
156 B
QML
pragma Singleton
|
|
import QtQuick 2.0
|
|
import "../../ui"
|
|
|
|
StyleBase {
|
|
backgroundColor: "#303030"
|
|
foregroundColor: "#ffffff"
|
|
iconColor: "#fafafa"
|
|
}
|