-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--- We've added yet another theme, called Kaleidoscope! --- Type: add Breaking: False Doc Required: False Backport Required: False Part: 1/1
- Loading branch information
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
65 changes: 65 additions & 0 deletions
65
public/Nitrocid.Addons/Nitrocid.ThemePacks/Resources/Themes/Kaleidoscope.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"Metadata": { | ||
"Name": "Kaleidoscope", | ||
"Description": "Chiseled pattern colors forming a colorful mandala", | ||
"Localizable": true, | ||
"Category": "Mesmerizing" | ||
}, | ||
"InputColor": "#B696B2", | ||
"LicenseColor": "#7C252A", | ||
"ContKernelErrorColor": "#D1663E", | ||
"UncontKernelErrorColor": "#C84035", | ||
"HostNameShellColor": "#7CA5BE", | ||
"UserNameShellColor": "#283593", | ||
"BackgroundColor": "0", | ||
"NeutralTextColor": "#7C252A", | ||
"ListEntryColor": "#41502F", | ||
"ListValueColor": "#418846", | ||
"StageColor": "#B696B2", | ||
"ErrorColor": "#D1663E", | ||
"WarningColor": "#7C252A", | ||
"OptionColor": "#8D2026", | ||
"BannerColor": "#B696B2", | ||
"NotificationTitleColor": "#41502F", | ||
"NotificationDescriptionColor": "#FF80AB", | ||
"NotificationProgressColor": "#B696B2", | ||
"NotificationFailureColor": "#D1663E", | ||
"QuestionColor": "#F06292", | ||
"SuccessColor": "#B696B2", | ||
"UserDollarColor": "#FF80AB", | ||
"TipColor": "#FF80AB", | ||
"SeparatorTextColor": "#418846", | ||
"SeparatorColor": "#41502F", | ||
"ListTitleColor": "#7C252A", | ||
"DevelopmentWarningColor": "#7C252A", | ||
"StageTimeColor": "#41502F", | ||
"ProgressColor": "#B696B2", | ||
"BackOptionColor": "#49578E", | ||
"LowPriorityBorderColor": "#7C252A", | ||
"MediumPriorityBorderColor": "#7C252A", | ||
"HighPriorityBorderColor": "#C84035", | ||
"TableSeparatorColor": "#41502F", | ||
"TableHeaderColor": "#418846", | ||
"TableValueColor": "#418846", | ||
"SelectedOptionColor": "#B696B2", | ||
"AlternativeOptionColor": "#49578E", | ||
"WeekendDayColor": "#B696B2", | ||
"EventDayColor": "#B696B2", | ||
"TableTitleColor": "#B696B2", | ||
"TodayDayColor": "#B696B2", | ||
"TuiBackgroundColor": "0", | ||
"TuiForegroundColor": "#7C252A", | ||
"TuiPaneBackgroundColor": "0", | ||
"TuiPaneSeparatorColor": "#41502F", | ||
"TuiPaneSelectedSeparatorColor": "#B696B2", | ||
"TuiPaneSelectedItemForeColor": "#B696B2", | ||
"TuiPaneSelectedItemBackColor": "#C84035", | ||
"TuiPaneItemForeColor": "#7C252A", | ||
"TuiPaneItemBackColor": "0", | ||
"TuiOptionBackgroundColor": "0", | ||
"TuiKeyBindingOptionColor": "#7C252A", | ||
"TuiOptionForegroundColor": "#7C252A", | ||
"TuiBoxBackgroundColor": "0", | ||
"TuiBoxForegroundColor": "#7C252A", | ||
"DisabledOptionColor": "#404055" | ||
} |