@@ -4,21 +4,10 @@ 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' ;
8
- import themingStatuses from ' ./images/theming-statuses.png' ;
9
- import themingTopBar from ' ./images/theming-top-bar.png' ;
10
7
import themingPanelHeader from ' ./images/theming-panel-header.png' ;
11
- import themingPanelHeaderButton from ' ./images/theming-panel-header-button.png' ;
12
- import themingPanelHeaderTab from ' ./images/theming-panel-header-tab.png' ;
13
8
import themingFiletree from ' ./images/theming-filetree.png' ;
14
9
import themingFiletreeFile from ' ./images/theming-filetree-file.png' ;
15
10
import themingFileTreeFolder from ' ./images/theming-filetree-folder.png' ;
16
- import themingNavcard from ' ./images/theming-navcard.png' ;
17
- import themingBreadcrumb from ' ./images/theming-breadcrumb.png' ;
18
- import themingBreadcrumbButton from ' ./images/theming-breadcrumb-button.png' ;
19
- import themingBreadcrumbDropdown from ' ./images/theming-breadcrumb-dropdown.png' ;
20
- import themingPreviews from ' ./images/theming-previews.png' ;
21
- import themingTerminal from ' ./images/theming-terminal.png' ;
22
11
23
12
TutorialKit allows you to customize its appearance to match your brand or preferences. This guide explains how to modify various elements of the interface using CSS variables and file replacements.
24
13
@@ -207,7 +196,7 @@ Panels are containers which can be resized and can hold different kind of compon
207
196
208
197
The panel header is the top part of the panel that contains the title, an icon, and optionally an action button.
209
198
210
- ![ Panel Header] ( ./images/theming-panel-header.png )
199
+ < Image src = { themingPanelHeader } alt = " Panel Header" width = " 513 " />
211
200
212
201
| Token | Description |
213
202
| -------------------------------------------- | ------------------------------------ |
@@ -253,7 +242,7 @@ The button in the header is shown at the right side of the header of the panel.
253
242
254
243
The file tree shows the relevant files of the lesson next to the text editor.
255
244
256
- ![ File Tree] ( ./images/theming-filetree.png )
245
+ < Image src = { themingFiletree } alt = " File Tree" width = " 425 " />
257
246
258
247
| Token | Description |
259
248
| --------------------------------------------- | ---------------------------------------------------------------------- |
@@ -268,7 +257,8 @@ The file tree shows the relevant files of the lesson next to the text editor.
268
257
269
258
You can customize the appearance of the files in the file tree using the following tokens.
270
259
271
- ![ File Tree File] ( ./images/theming-filetree-file.png )
260
+ <Image src = { themingFiletreeFile } alt = " File Tree File" width = " 425" />
261
+
272
262
273
263
| Token | Description |
274
264
| ----------------------------------------------------- | ---------------------------------------------------- |
@@ -286,7 +276,7 @@ You can customize the appearance of the files in the file tree using the followi
286
276
287
277
You can customize the appearance of the folders in the file tree using the following tokens.
288
278
289
- ![ File Tree Folder] ( ./images/theming-filetree-folder.png )
279
+ < Image src = { themingFileTreeFolder } alt = " File Tree Folder" width = " 425 " />
290
280
291
281
| Token | Description |
292
282
| ---------------------------------------------------- | ------------------------------------------------------ |
0 commit comments