From 55333406ab0cf11073cca931eb67308211c59d59 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Wed, 29 May 2019 17:58:38 +0900 Subject: [PATCH] Added customized coloring description. --- mkdocs/colorized.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mkdocs/colorized.md b/mkdocs/colorized.md index b50345d..403a0e6 100644 --- a/mkdocs/colorized.md +++ b/mkdocs/colorized.md @@ -19,9 +19,11 @@ Defines the menu background color. - \#define AUTOCONNECT_MENUCOLOR_ACTIVE Defines the active menu item background color. +## Typical color schemes + Here are some color schemes picked up. -### Indigo +### Indigo ```cpp #define AUTOCONNECT_MENUCOLOR_TEXT "#ffa500" @@ -31,7 +33,7 @@ Here are some color schemes picked up. -### Dim-gray +### Dim-gray ```cpp #define AUTOCONNECT_MENUCOLOR_TEXT "#fffacd" @@ -41,7 +43,7 @@ Here are some color schemes picked up. -### Brown +### Brown ```cpp #define AUTOCONNECT_MENUCOLOR_TEXT "#e6e6fa"