@@ -4,6 +4,7 @@ description: 'How to theme TutorialKit'
4
4
---
5
5
import { Image } from ' astro:assets' ;
6
6
import themingContent from ' ./images/theming-content.png' ;
7
+ import themingCallout from ' ./images/theming-callout.png' ;
7
8
import themingPanelHeader from ' ./images/theming-panel-header.png' ;
8
9
import themingFiletree from ' ./images/theming-filetree.png' ;
9
10
import themingFiletreeFile from ' ./images/theming-filetree-file.png' ;
@@ -46,7 +47,7 @@ These tokens can be used to style the colors of the tutorial on a high level. Fo
46
47
47
48
The content refers to the main part of the lesson that contains the text and images.
48
49
49
- <Image src = { themingContent } alt = " Content" />
50
+ <Image src = { themingContent } alt = " Content" width = " 686 " />
50
51
51
52
| Token | Description |
52
53
| ---------------------------------------- | ----------------------------------------- |
@@ -59,7 +60,7 @@ Callouts are visual elements used to draw attention to specific information or p
59
60
60
61
For instanceof, here's an example of an info callout.
61
62
62
- ![ Callout] ( ./images/theming-callout.png )
63
+ < Image src = { themingCallout } alt = " Callout" width = " 621 " />
63
64
64
65
#### Tip
65
66
@@ -196,7 +197,7 @@ Panels are containers which can be resized and can hold different kind of compon
196
197
197
198
The panel header is the top part of the panel that contains the title, an icon, and optionally an action button.
198
199
199
- <Image src = { themingPanelHeader } alt = " Panel Header" width = " 513 " />
200
+ <Image src = { themingPanelHeader } alt = " Panel Header" width = " 342 " />
200
201
201
202
| Token | Description |
202
203
| -------------------------------------------- | ------------------------------------ |
@@ -242,7 +243,7 @@ The button in the header is shown at the right side of the header of the panel.
242
243
243
244
The file tree shows the relevant files of the lesson next to the text editor.
244
245
245
- <Image src = { themingFiletree } alt = " File Tree" width = " 425 " />
246
+ <Image src = { themingFiletree } alt = " File Tree" width = " 283 " />
246
247
247
248
| Token | Description |
248
249
| --------------------------------------------- | ---------------------------------------------------------------------- |
@@ -257,7 +258,7 @@ The file tree shows the relevant files of the lesson next to the text editor.
257
258
258
259
You can customize the appearance of the files in the file tree using the following tokens.
259
260
260
- <Image src = { themingFiletreeFile } alt = " File Tree File" width = " 425 " />
261
+ <Image src = { themingFiletreeFile } alt = " File Tree File" width = " 283 " />
261
262
262
263
263
264
| Token | Description |
@@ -276,7 +277,7 @@ You can customize the appearance of the files in the file tree using the followi
276
277
277
278
You can customize the appearance of the folders in the file tree using the following tokens.
278
279
279
- <Image src = { themingFileTreeFolder } alt = " File Tree Folder" width = " 425 " />
280
+ <Image src = { themingFileTreeFolder } alt = " File Tree Folder" width = " 283 " />
280
281
281
282
| Token | Description |
282
283
| ---------------------------------------------------- | ------------------------------------------------------ |
0 commit comments