-
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 two themes that describe Linux Mint and Zorin OS colors. --- Type: add Breaking: False Doc Required: False Backport Required: False Part: 1/1
- Loading branch information
Showing
2 changed files
with
130 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/LinuxMint.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": "Linux Mint", | ||
"Description": "Color schemes from Linux Mint, an unofficial spinoff of a popular Linux operating system, Ubuntu", | ||
"Localizable": true, | ||
"Category": "Linux" | ||
}, | ||
"InputColor": "15", | ||
"LicenseColor": "#C8F995", | ||
"ContKernelErrorColor": "#C8F995", | ||
"UncontKernelErrorColor": "#C8F995", | ||
"HostNameShellColor": "#82C639", | ||
"UserNameShellColor": "#82C639", | ||
"BackgroundColor": "0", | ||
"NeutralTextColor": "15", | ||
"ListEntryColor": "#82C639", | ||
"ListValueColor": "15", | ||
"StageColor": "#C8F995", | ||
"ErrorColor": "#82C639", | ||
"WarningColor": "#C8F995", | ||
"OptionColor": "15", | ||
"BannerColor": "15", | ||
"NotificationTitleColor": "15", | ||
"NotificationDescriptionColor": "15", | ||
"NotificationProgressColor": "#C8F995", | ||
"NotificationFailureColor": "15", | ||
"QuestionColor": "15", | ||
"SuccessColor": "15", | ||
"UserDollarColor": "#82C639", | ||
"TipColor": "#82C639", | ||
"SeparatorTextColor": "15", | ||
"SeparatorColor": "#82C639", | ||
"ListTitleColor": "15", | ||
"DevelopmentWarningColor": "15", | ||
"StageTimeColor": "#82C639", | ||
"ProgressColor": "#C8F995", | ||
"BackOptionColor": "#C8F995", | ||
"LowPriorityBorderColor": "#C8F995", | ||
"MediumPriorityBorderColor": "15", | ||
"HighPriorityBorderColor": "#82C639", | ||
"TableSeparatorColor": "#61912A", | ||
"TableHeaderColor": "15", | ||
"TableValueColor": "#82C639", | ||
"SelectedOptionColor": "#82C639", | ||
"AlternativeOptionColor": "#61912A", | ||
"WeekendDayColor": "#82C639", | ||
"EventDayColor": "#82C639", | ||
"TableTitleColor": "#82C639", | ||
"TodayDayColor": "#82C639", | ||
"TuiBackgroundColor": "0", | ||
"TuiForegroundColor": "15", | ||
"TuiPaneBackgroundColor": "0", | ||
"TuiPaneSeparatorColor": "#82C639", | ||
"TuiPaneSelectedSeparatorColor": "#C8F995", | ||
"TuiPaneSelectedItemForeColor": "#82C639", | ||
"TuiPaneSelectedItemBackColor": "#C8F995", | ||
"TuiPaneItemForeColor": "15", | ||
"TuiPaneItemBackColor": "0", | ||
"TuiOptionBackgroundColor": "0", | ||
"TuiKeyBindingOptionColor": "15", | ||
"TuiOptionForegroundColor": "15", | ||
"TuiBoxBackgroundColor": "0", | ||
"TuiBoxForegroundColor": "15", | ||
"DisabledOptionColor": "8" | ||
} |
65 changes: 65 additions & 0 deletions
65
public/Nitrocid.Addons/Nitrocid.ThemePacks/Resources/Themes/Zorin.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": "Zorin", | ||
"Description": "Color schemes from Zorin OS, an unofficial spinoff of a popular Linux operating system, Ubuntu", | ||
"Localizable": true, | ||
"Category": "Linux" | ||
}, | ||
"InputColor": "15", | ||
"LicenseColor": "#14A1E8", | ||
"ContKernelErrorColor": "#14A1E8", | ||
"UncontKernelErrorColor": "#14A1E8", | ||
"HostNameShellColor": "#0F7AAF", | ||
"UserNameShellColor": "#0F7AAF", | ||
"BackgroundColor": "0", | ||
"NeutralTextColor": "15", | ||
"ListEntryColor": "#0F7AAF", | ||
"ListValueColor": "15", | ||
"StageColor": "#14A1E8", | ||
"ErrorColor": "#0F7AAF", | ||
"WarningColor": "#14A1E8", | ||
"OptionColor": "15", | ||
"BannerColor": "15", | ||
"NotificationTitleColor": "15", | ||
"NotificationDescriptionColor": "15", | ||
"NotificationProgressColor": "#14A1E8", | ||
"NotificationFailureColor": "15", | ||
"QuestionColor": "15", | ||
"SuccessColor": "15", | ||
"UserDollarColor": "#0F7AAF", | ||
"TipColor": "#0F7AAF", | ||
"SeparatorTextColor": "15", | ||
"SeparatorColor": "#0F7AAF", | ||
"ListTitleColor": "15", | ||
"DevelopmentWarningColor": "15", | ||
"StageTimeColor": "#0F7AAF", | ||
"ProgressColor": "#14A1E8", | ||
"BackOptionColor": "#14A1E8", | ||
"LowPriorityBorderColor": "#14A1E8", | ||
"MediumPriorityBorderColor": "15", | ||
"HighPriorityBorderColor": "#0F7AAF", | ||
"TableSeparatorColor": "#0B587F", | ||
"TableHeaderColor": "15", | ||
"TableValueColor": "#0F7AAF", | ||
"SelectedOptionColor": "#0F7AAF", | ||
"AlternativeOptionColor": "#0B587F", | ||
"WeekendDayColor": "#0F7AAF", | ||
"EventDayColor": "#0F7AAF", | ||
"TableTitleColor": "#0F7AAF", | ||
"TodayDayColor": "#0F7AAF", | ||
"TuiBackgroundColor": "0", | ||
"TuiForegroundColor": "15", | ||
"TuiPaneBackgroundColor": "0", | ||
"TuiPaneSeparatorColor": "#0F7AAF", | ||
"TuiPaneSelectedSeparatorColor": "#14A1E8", | ||
"TuiPaneSelectedItemForeColor": "#0F7AAF", | ||
"TuiPaneSelectedItemBackColor": "#14A1E8", | ||
"TuiPaneItemForeColor": "15", | ||
"TuiPaneItemBackColor": "0", | ||
"TuiOptionBackgroundColor": "0", | ||
"TuiKeyBindingOptionColor": "15", | ||
"TuiOptionForegroundColor": "15", | ||
"TuiBoxBackgroundColor": "0", | ||
"TuiBoxForegroundColor": "15", | ||
"DisabledOptionColor": "8" | ||
} |