mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
fix(docs): Broken Images on Themes (#11266)
This commit is contained in:
@@ -183,50 +183,50 @@ untrusted sources.
|
|||||||
|
|
||||||
### ANSI
|
### ANSI
|
||||||
|
|
||||||
<img src="../assets/theme-ansi.png" alt="ANSI theme" width="600" />
|
<img src="/assets/theme-ansi.png" alt="ANSI theme" width="600" />
|
||||||
|
|
||||||
### Atom OneDark
|
### Atom OneDark
|
||||||
|
|
||||||
<img src="../assets/theme-atom-one.png" alt="Atom One theme" width="600">
|
<img src="/assets/theme-atom-one.png" alt="Atom One theme" width="600">
|
||||||
|
|
||||||
### Ayu
|
### Ayu
|
||||||
|
|
||||||
<img src="../assets/theme-ayu.png" alt="Ayu theme" width="600">
|
<img src="/assets/theme-ayu.png" alt="Ayu theme" width="600">
|
||||||
|
|
||||||
### Default
|
### Default
|
||||||
|
|
||||||
<img src="../assets/theme-default.png" alt="Default theme" width="600">
|
<img src="/assets/theme-default.png" alt="Default theme" width="600">
|
||||||
|
|
||||||
### Dracula
|
### Dracula
|
||||||
|
|
||||||
<img src="../assets/theme-dracula.png" alt="Dracula theme" width="600">
|
<img src="/assets/theme-dracula.png" alt="Dracula theme" width="600">
|
||||||
|
|
||||||
### GitHub
|
### GitHub
|
||||||
|
|
||||||
<img src="../assets/theme-github.png" alt="GitHub theme" width="600">
|
<img src="/assets/theme-github.png" alt="GitHub theme" width="600">
|
||||||
|
|
||||||
## Light Themes
|
## Light Themes
|
||||||
|
|
||||||
### ANSI Light
|
### ANSI Light
|
||||||
|
|
||||||
<img src="../assets/theme-ansi-light.png" alt="ANSI Light theme" width="600">
|
<img src="/assets/theme-ansi-light.png" alt="ANSI Light theme" width="600">
|
||||||
|
|
||||||
### Ayu Light
|
### Ayu Light
|
||||||
|
|
||||||
<img src="../assets/theme-ayu-light.png" alt="Ayu Light theme" width="600">
|
<img src="/assets/theme-ayu-light.png" alt="Ayu Light theme" width="600">
|
||||||
|
|
||||||
### Default Light
|
### Default Light
|
||||||
|
|
||||||
<img src="../assets/theme-default-light.png" alt="Default Light theme" width="600">
|
<img src="/assets/theme-default-light.png" alt="Default Light theme" width="600">
|
||||||
|
|
||||||
### GitHub Light
|
### GitHub Light
|
||||||
|
|
||||||
<img src="../assets/theme-github-light.png" alt="GitHub Light theme" width="600">
|
<img src="/assets/theme-github-light.png" alt="GitHub Light theme" width="600">
|
||||||
|
|
||||||
### Google Code
|
### Google Code
|
||||||
|
|
||||||
<img src="../assets/theme-google-light.png" alt="Google Code theme" width="600">
|
<img src="/assets/theme-google-light.png" alt="Google Code theme" width="600">
|
||||||
|
|
||||||
### Xcode
|
### Xcode
|
||||||
|
|
||||||
<img src="../assets/theme-xcode-light.png" alt="Xcode Light theme" width="600">
|
<img src="/assets/theme-xcode-light.png" alt="Xcode Light theme" width="600">
|
||||||
|
|||||||
Reference in New Issue
Block a user