From 6e724d255716c5ada027f541bd73763140074ef5 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 1 Jul 2024 20:29:52 +0800 Subject: [PATCH] readme: description of colors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a7817c8..303f9136 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ This app supports open repository in external tools listed in the table below. | Color.DecoratorIcon | Foreground color for commit ref icon | | Color.DecoratorBranch | Background color for commit branch ref name | | Color.DecoratorTag | Background color for commit tag ref name | -| Color.DecoratorFG | Foreground color for commit tag ref name | +| Color.DecoratorFG | Foreground color for commit ref name | | Color.Border0 | Border color used in some controls, like Window, Tab, Toolbar, etc. | | Color.Border1 | Border color used in inputs, like TextBox, ComboBox, etc. | | Color.Border2 | Border color used in visual lines, like seperators, Rectange, etc. |