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.
2021-08-30 11:51:58 +02:00

12 lines
186 B
QML

pragma Singleton
import QtQuick 2.0
import "../../ui"
StyleBase {
backgroundColor: "#151515"
foregroundColor: "#fefefe"
accentColor: "#ffb0d827"
iconColor: "#fafafa"
}