Skip to content

Commit 398e124

Browse files
chore: update images to higher res
1 parent 0fcec70 commit 398e124

16 files changed

+5
-15
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

docs/tutorialkit.dev/src/content/docs/reference/theming.mdx

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,10 @@ description: 'How to theme TutorialKit'
44
---
55
import { Image } from 'astro:assets';
66
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';
107
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';
138
import themingFiletree from './images/theming-filetree.png';
149
import themingFiletreeFile from './images/theming-filetree-file.png';
1510
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';
2211

2312
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.
2413

@@ -207,7 +196,7 @@ Panels are containers which can be resized and can hold different kind of compon
207196

208197
The panel header is the top part of the panel that contains the title, an icon, and optionally an action button.
209198

210-
![Panel Header](./images/theming-panel-header.png)
199+
<Image src={themingPanelHeader} alt="Panel Header" width="513" />
211200

212201
| Token | Description |
213202
| -------------------------------------------- | ------------------------------------ |
@@ -253,7 +242,7 @@ The button in the header is shown at the right side of the header of the panel.
253242

254243
The file tree shows the relevant files of the lesson next to the text editor.
255244

256-
![File Tree](./images/theming-filetree.png)
245+
<Image src={themingFiletree} alt="File Tree" width="425" />
257246

258247
| Token | Description |
259248
| --------------------------------------------- | ---------------------------------------------------------------------- |
@@ -268,7 +257,8 @@ The file tree shows the relevant files of the lesson next to the text editor.
268257

269258
You can customize the appearance of the files in the file tree using the following tokens.
270259

271-
![File Tree File](./images/theming-filetree-file.png)
260+
<Image src={themingFiletreeFile} alt="File Tree File" width="425" />
261+
272262

273263
| Token | Description |
274264
| ----------------------------------------------------- | ---------------------------------------------------- |
@@ -286,7 +276,7 @@ You can customize the appearance of the files in the file tree using the followi
286276

287277
You can customize the appearance of the folders in the file tree using the following tokens.
288278

289-
![File Tree Folder](./images/theming-filetree-folder.png)
279+
<Image src={themingFileTreeFolder} alt="File Tree Folder" width="425" />
290280

291281
| Token | Description |
292282
| ---------------------------------------------------- | ------------------------------------------------------ |

0 commit comments

Comments
 (0)