From 1d189b329c6b674fc7a4cee335bc73f86cda68ad Mon Sep 17 00:00:00 2001 From: Pk11 Date: Tue, 23 Mar 2021 23:41:46 -0500 Subject: [PATCH] Updated custom themes (markdown) --- custom-themes.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/custom-themes.md b/custom-themes.md index 3768a6d..820476f 100644 --- a/custom-themes.md +++ b/custom-themes.md @@ -25,4 +25,34 @@ Here is an example: "TextColor": "#FFFFFF" } } +``` + +## Themes +Here are some pre-made custom themes. Insert them within the outermost curly bracket layer of the file if you want to add them. (Don't forget to add a comma to the previous one) + +### uwu color -r +A theme made by Universal-Bot's random color generator. + +```json +"uwu color -r": { + "BGColor": "#D8B50E", + "BarColor": "#A53EE1", + "BarOutline": "#F28CC5", + "BoxInside": "#127896", + "BoxSelected": "#FE9D3E", + "BoxUnselected": "#DEE675", + "DownListPrev": "#9FF147", + "EntryBar": "#BE3CEC", + "EntryOutline": "#B03442", + "MarkSelected": "#D2176C", + "MarkUnselected": "#F857AE", + "ProgressbarIn": "#92C709", + "ProgressbarOut": "#A14FCE", + "SearchBar": "#C275AB", + "SearchBarOutline": "#EFF875", + "SideBarIconColor": "#8EB46F", + "SideBarSelected": "#0F1E20", + "SideBarUnselected": "#2B7042", + "TextColor": "#CE50CF" +} ``` \ No newline at end of file