mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
[doc] fix markdown layout for table
This commit is contained in:
parent
8d59722a36
commit
c87e36939f
22
README.md
22
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 |
|
||||
|
|
|
|||
Loading…
Reference in a new issue