mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Default Settings and colors
- Replaced Dinslaken by Tokyo - Renamed Colors.highlight to Colors.hover
This commit is contained in:
+4
-4
@@ -31,8 +31,8 @@ Singleton {
|
||||
property color error: themeData.error
|
||||
property color warning: themeData.warning
|
||||
|
||||
// Highlights
|
||||
property color highlight: themeData.highlight
|
||||
// Hover
|
||||
property color hover: themeData.hover
|
||||
|
||||
// Additional Theme Properties
|
||||
property color onAccent: themeData.onAccent
|
||||
@@ -85,8 +85,8 @@ Singleton {
|
||||
property string error: "#eb6f92"
|
||||
property string warning: "#f6c177"
|
||||
|
||||
// Highlights
|
||||
property string highlight: "#c4a7e7"
|
||||
// Hover
|
||||
property string hover: "#c4a7e7"
|
||||
|
||||
// Additional Theme Properties
|
||||
property string onAccent: "#191724"
|
||||
|
||||
@@ -85,7 +85,7 @@ Singleton {
|
||||
property JsonObject location
|
||||
|
||||
location: JsonObject {
|
||||
property string name: "Dinslaken"
|
||||
property string name: "Tokyo"
|
||||
property bool useFahrenheit: false
|
||||
property bool reverseDayMonth: false
|
||||
property bool use12HourClock: false
|
||||
|
||||
Reference in New Issue
Block a user