-
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 ArchLinux theme and its two popular derivatives, as well as a Red Hat derivative, Fedora. --- Type: add Breaking: False Doc Required: False Backport Required: False Part: 1/1
- Loading branch information
Showing
4 changed files
with
260 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/ArchLinux.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": "Arch Linux", | ||
"Description": "Color schemes from a Linux operating system, Arch Linux", | ||
"Localizable": true, | ||
"Category": "Linux" | ||
}, | ||
"InputColor": "15", | ||
"LicenseColor": "#178ECB", | ||
"ContKernelErrorColor": "#178ECB", | ||
"UncontKernelErrorColor": "#178ECB", | ||
"HostNameShellColor": "#1371A0", | ||
"UserNameShellColor": "#1371A0", | ||
"BackgroundColor": "0", | ||
"NeutralTextColor": "15", | ||
"ListEntryColor": "#1371A0", | ||
"ListValueColor": "15", | ||
"StageColor": "#178ECB", | ||
"ErrorColor": "#1371A0", | ||
"WarningColor": "#178ECB", | ||
"OptionColor": "15", | ||
"BannerColor": "15", | ||
"NotificationTitleColor": "15", | ||
"NotificationDescriptionColor": "15", | ||
"NotificationProgressColor": "#178ECB", | ||
"NotificationFailureColor": "15", | ||
"QuestionColor": "15", | ||
"SuccessColor": "15", | ||
"UserDollarColor": "#1371A0", | ||
"TipColor": "#1371A0", | ||
"SeparatorTextColor": "15", | ||
"SeparatorColor": "#1371A0", | ||
"ListTitleColor": "15", | ||
"DevelopmentWarningColor": "15", | ||
"StageTimeColor": "#1371A0", | ||
"ProgressColor": "#178ECB", | ||
"BackOptionColor": "#178ECB", | ||
"LowPriorityBorderColor": "#178ECB", | ||
"MediumPriorityBorderColor": "15", | ||
"HighPriorityBorderColor": "#1371A0", | ||
"TableSeparatorColor": "#0D5477", | ||
"TableHeaderColor": "15", | ||
"TableValueColor": "#1371A0", | ||
"SelectedOptionColor": "#1371A0", | ||
"AlternativeOptionColor": "#0D5477", | ||
"WeekendDayColor": "#1371A0", | ||
"EventDayColor": "#1371A0", | ||
"TableTitleColor": "#1371A0", | ||
"TodayDayColor": "#1371A0", | ||
"TuiBackgroundColor": "0", | ||
"TuiForegroundColor": "15", | ||
"TuiPaneBackgroundColor": "0", | ||
"TuiPaneSeparatorColor": "#1371A0", | ||
"TuiPaneSelectedSeparatorColor": "#178ECB", | ||
"TuiPaneSelectedItemForeColor": "#1371A0", | ||
"TuiPaneSelectedItemBackColor": "#178ECB", | ||
"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/Endeavour.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": "EndeavourOS", | ||
"Description": "Color schemes from EndeavourOS, a spinoff of a Linux operating system, Arch Linux", | ||
"Localizable": true, | ||
"Category": "Linux" | ||
}, | ||
"InputColor": "15", | ||
"LicenseColor": "#7B3DB9", | ||
"ContKernelErrorColor": "#7B3DB9", | ||
"UncontKernelErrorColor": "#7B3DB9", | ||
"HostNameShellColor": "#F77B7B", | ||
"UserNameShellColor": "#F77B7B", | ||
"BackgroundColor": "0", | ||
"NeutralTextColor": "15", | ||
"ListEntryColor": "#F77B7B", | ||
"ListValueColor": "15", | ||
"StageColor": "#7B3DB9", | ||
"ErrorColor": "#F77B7B", | ||
"WarningColor": "#7B3DB9", | ||
"OptionColor": "15", | ||
"BannerColor": "15", | ||
"NotificationTitleColor": "15", | ||
"NotificationDescriptionColor": "15", | ||
"NotificationProgressColor": "#7B3DB9", | ||
"NotificationFailureColor": "15", | ||
"QuestionColor": "15", | ||
"SuccessColor": "15", | ||
"UserDollarColor": "#F77B7B", | ||
"TipColor": "#F77B7B", | ||
"SeparatorTextColor": "15", | ||
"SeparatorColor": "#F77B7B", | ||
"ListTitleColor": "15", | ||
"DevelopmentWarningColor": "15", | ||
"StageTimeColor": "#F77B7B", | ||
"ProgressColor": "#7B3DB9", | ||
"BackOptionColor": "#7B3DB9", | ||
"LowPriorityBorderColor": "#7B3DB9", | ||
"MediumPriorityBorderColor": "15", | ||
"HighPriorityBorderColor": "#F77B7B", | ||
"TableSeparatorColor": "#7B7BF7", | ||
"TableHeaderColor": "15", | ||
"TableValueColor": "#F77B7B", | ||
"SelectedOptionColor": "#F77B7B", | ||
"AlternativeOptionColor": "#7B7BF7", | ||
"WeekendDayColor": "#F77B7B", | ||
"EventDayColor": "#F77B7B", | ||
"TableTitleColor": "#F77B7B", | ||
"TodayDayColor": "#F77B7B", | ||
"TuiBackgroundColor": "0", | ||
"TuiForegroundColor": "15", | ||
"TuiPaneBackgroundColor": "0", | ||
"TuiPaneSeparatorColor": "#F77B7B", | ||
"TuiPaneSelectedSeparatorColor": "#7B3DB9", | ||
"TuiPaneSelectedItemForeColor": "#F77B7B", | ||
"TuiPaneSelectedItemBackColor": "#7B3DB9", | ||
"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/Fedora.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": "Fedora", | ||
"Description": "Color schemes from Fedora, a spinoff of a Linux operating system, Red Hat", | ||
"Localizable": true, | ||
"Category": "Linux" | ||
}, | ||
"InputColor": "15", | ||
"LicenseColor": "#4F9DD4", | ||
"ContKernelErrorColor": "#4F9DD4", | ||
"UncontKernelErrorColor": "#4F9DD4", | ||
"HostNameShellColor": "#3A6BAE", | ||
"UserNameShellColor": "#3A6BAE", | ||
"BackgroundColor": "0", | ||
"NeutralTextColor": "15", | ||
"ListEntryColor": "#3A6BAE", | ||
"ListValueColor": "15", | ||
"StageColor": "#4F9DD4", | ||
"ErrorColor": "#3A6BAE", | ||
"WarningColor": "#4F9DD4", | ||
"OptionColor": "15", | ||
"BannerColor": "15", | ||
"NotificationTitleColor": "15", | ||
"NotificationDescriptionColor": "15", | ||
"NotificationProgressColor": "#4F9DD4", | ||
"NotificationFailureColor": "15", | ||
"QuestionColor": "15", | ||
"SuccessColor": "15", | ||
"UserDollarColor": "#3A6BAE", | ||
"TipColor": "#3A6BAE", | ||
"SeparatorTextColor": "15", | ||
"SeparatorColor": "#3A6BAE", | ||
"ListTitleColor": "15", | ||
"DevelopmentWarningColor": "15", | ||
"StageTimeColor": "#3A6BAE", | ||
"ProgressColor": "#4F9DD4", | ||
"BackOptionColor": "#4F9DD4", | ||
"LowPriorityBorderColor": "#4F9DD4", | ||
"MediumPriorityBorderColor": "15", | ||
"HighPriorityBorderColor": "#3A6BAE", | ||
"TableSeparatorColor": "#283F6E", | ||
"TableHeaderColor": "15", | ||
"TableValueColor": "#3A6BAE", | ||
"SelectedOptionColor": "#3A6BAE", | ||
"AlternativeOptionColor": "#283F6E", | ||
"WeekendDayColor": "#3A6BAE", | ||
"EventDayColor": "#3A6BAE", | ||
"TableTitleColor": "#3A6BAE", | ||
"TodayDayColor": "#3A6BAE", | ||
"TuiBackgroundColor": "0", | ||
"TuiForegroundColor": "15", | ||
"TuiPaneBackgroundColor": "0", | ||
"TuiPaneSeparatorColor": "#3A6BAE", | ||
"TuiPaneSelectedSeparatorColor": "#4F9DD4", | ||
"TuiPaneSelectedItemForeColor": "#3A6BAE", | ||
"TuiPaneSelectedItemBackColor": "#4F9DD4", | ||
"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/Manjaro.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": "Manjaro", | ||
"Description": "Color schemes from Manjaro, a spinoff of a Linux operating system, Arch Linux", | ||
"Localizable": true, | ||
"Category": "Linux" | ||
}, | ||
"InputColor": "15", | ||
"LicenseColor": "#34B95A", | ||
"ContKernelErrorColor": "#34B95A", | ||
"UncontKernelErrorColor": "#34B95A", | ||
"HostNameShellColor": "#298E46", | ||
"UserNameShellColor": "#298E46", | ||
"BackgroundColor": "0", | ||
"NeutralTextColor": "15", | ||
"ListEntryColor": "#298E46", | ||
"ListValueColor": "15", | ||
"StageColor": "#34B95A", | ||
"ErrorColor": "#298E46", | ||
"WarningColor": "#34B95A", | ||
"OptionColor": "15", | ||
"BannerColor": "15", | ||
"NotificationTitleColor": "15", | ||
"NotificationDescriptionColor": "15", | ||
"NotificationProgressColor": "#34B95A", | ||
"NotificationFailureColor": "15", | ||
"QuestionColor": "15", | ||
"SuccessColor": "15", | ||
"UserDollarColor": "#298E46", | ||
"TipColor": "#298E46", | ||
"SeparatorTextColor": "15", | ||
"SeparatorColor": "#298E46", | ||
"ListTitleColor": "15", | ||
"DevelopmentWarningColor": "15", | ||
"StageTimeColor": "#298E46", | ||
"ProgressColor": "#34B95A", | ||
"BackOptionColor": "#34B95A", | ||
"LowPriorityBorderColor": "#34B95A", | ||
"MediumPriorityBorderColor": "15", | ||
"HighPriorityBorderColor": "#298E46", | ||
"TableSeparatorColor": "#1D6B33", | ||
"TableHeaderColor": "15", | ||
"TableValueColor": "#298E46", | ||
"SelectedOptionColor": "#298E46", | ||
"AlternativeOptionColor": "#1D6B33", | ||
"WeekendDayColor": "#298E46", | ||
"EventDayColor": "#298E46", | ||
"TableTitleColor": "#298E46", | ||
"TodayDayColor": "#298E46", | ||
"TuiBackgroundColor": "0", | ||
"TuiForegroundColor": "15", | ||
"TuiPaneBackgroundColor": "0", | ||
"TuiPaneSeparatorColor": "#298E46", | ||
"TuiPaneSelectedSeparatorColor": "#34B95A", | ||
"TuiPaneSelectedItemForeColor": "#298E46", | ||
"TuiPaneSelectedItemBackColor": "#34B95A", | ||
"TuiPaneItemForeColor": "15", | ||
"TuiPaneItemBackColor": "0", | ||
"TuiOptionBackgroundColor": "0", | ||
"TuiKeyBindingOptionColor": "15", | ||
"TuiOptionForegroundColor": "15", | ||
"TuiBoxBackgroundColor": "0", | ||
"TuiBoxForegroundColor": "15", | ||
"DisabledOptionColor": "8" | ||
} |