12 lines
186 B
QML
12 lines
186 B
QML
pragma Singleton
|
|
import QtQuick 2.0
|
|
import "../../ui"
|
|
|
|
StyleBase {
|
|
backgroundColor: "#151515"
|
|
foregroundColor: "#fefefe"
|
|
|
|
accentColor: "#ffb0d827"
|
|
iconColor: "#fafafa"
|
|
}
|