dark theme calendar changes

This commit is contained in:
Yuri Kuznetsov
2024-12-10 14:34:25 +02:00
parent 3a869fceda
commit 873109ff12
2 changed files with 5 additions and 5 deletions
@@ -11,10 +11,10 @@
"chartColorAlternativeList": ["#7492cc", "#c29c4a", "#a1404a", "#6a5f96", "#b07e53"],
"calendarColors": {
"": "#a58dc7a0",
"bg": "#3e485ab3",
"Meeting": "#697da5",
"Call": "#a1404a",
"Task": "#5d8a55"
"bg": "#374050b3",
"Meeting": "#4c5972",
"Call": "#9b4260",
"Task": "#52744c"
},
"isDark": true
}
+1 -1
View File
@@ -109,7 +109,7 @@
@select-item-border-value: @btn-default-border-value;
@calendar-today-bg-value: @table-bg-accent-value;
@calendar-border-value: #666363;
@calendar-border-value: @default-border-color-value;
@calendar-busy-bg-value: #523636;
@label-color-value: #dfdfdf;