From 855fc37402b88e7cbe8df30f25a7afbcaf60558d Mon Sep 17 00:00:00 2001 From: Pk11 Date: Tue, 23 Mar 2021 23:10:31 -0500 Subject: [PATCH] Updated custom themes (markdown) --- custom-themes.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/custom-themes.md b/custom-themes.md index 611120c..3768a6d 100644 --- a/custom-themes.md +++ b/custom-themes.md @@ -3,26 +3,26 @@ You can make custom themes by adding them to the `Themes.json` file at `sdmc:/3d Here is an example: ```json { - "Default": { - "BGColor": "#262C4D", - "BarColor": "#324962", - "BarOutline": "#191E35", - "BoxInside": "#1C213A", - "BoxSelected": "#6C829B", - "BoxUnselected": "#000000", - "DownListPrev": "#1C213A", - "EntryBar": "#324962", - "EntryOutline": "#191E35", - "MarkSelected": "#4D6580", - "MarkUnselected": "#1C213A", - "ProgressbarIn": "#4D6580", - "ProgressbarOut": "#1C213A", - "SearchBar": "#334B66", - "SearchBarOutline": "#191E35", - "SideBarIconColor": "#ADCCEF", - "SideBarSelected": "#6C829B", - "SideBarUnselected": "#4D6580", - "TextColor": "#FFFFFF" - } + "Default": { + "BGColor": "#262C4D", + "BarColor": "#324962", + "BarOutline": "#191E35", + "BoxInside": "#1C213A", + "BoxSelected": "#6C829B", + "BoxUnselected": "#000000", + "DownListPrev": "#1C213A", + "EntryBar": "#324962", + "EntryOutline": "#191E35", + "MarkSelected": "#4D6580", + "MarkUnselected": "#1C213A", + "ProgressbarIn": "#4D6580", + "ProgressbarOut": "#1C213A", + "SearchBar": "#334B66", + "SearchBarOutline": "#191E35", + "SideBarIconColor": "#ADCCEF", + "SideBarSelected": "#6C829B", + "SideBarUnselected": "#4D6580", + "TextColor": "#FFFFFF" + } } ``` \ No newline at end of file