From c87e36939f3d1e34b56d78f21c7bb5dbf7959e06 Mon Sep 17 00:00:00 2001 From: Mark Wallace Date: Tue, 3 Jan 2017 18:02:30 +0800 Subject: [PATCH] [doc] fix markdown layout for table --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9104ae71..2ea2e7ca 100644 --- a/README.md +++ b/README.md @@ -136,11 +136,11 @@ sk --regex ## exit code -| Exit Code | Meaning | -|---|---| -| 0 | Exit normally | -| 1 | No Match found | -| 130 | Abort by Ctrl-C/Ctrl-G/ESC/etc... | +| Exit Code | Meaning | +|-----------|-----------------------------------| +| 0 | Exit normally | +| 1 | No Match found | +| 130 | Abort by Ctrl-C/Ctrl-G/ESC/etc... | ## Customization @@ -219,13 +219,17 @@ You can choose the `BASE SCHEME` among the followings(default: dark on 256-color terminal, otherwise 16): -| dark | Color scheme for dark 256-color terminal | -| light | Color scheme for light 256-color terminal | -| 16 | Color scheme for 16-color terminal | -| bw | No colors | +| Base Scheme | Description | +|-------------|-------------------------------------------| +| dark | Color scheme for dark 256-color terminal | +| light | Color scheme for light 256-color terminal | +| 16 | Color scheme for 16-color terminal | +| bw | No colors | While the customisable `COLOR`s are +| Color | Description | +|------------------|--------------------------------------------------| | fg | Text | | bg | Background | | matched | Text color of matched items |