This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2020-12-06 17:48:42 +01:00

17 lines
297 B
QML

pragma Singleton
import QtQuick 2.0
import "../../ui"
StyleBase {
backgroundColor: "#50514f"
foregroundColor: "#ebebeb"
headerBackgroundColor: "#494948"
headerForegroundColor: foregroundColor
accentColor: "#f45b69"
iconColor: foregroundColor
fontFamily: "Oswald"
}