Skip to content

Commit 98eb168

Browse files
draft
1 parent a1c2c80 commit 98eb168

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Use a custom theme for Arduino IDE 2"
3+
---
4+
5+
## How to get custom theme
6+
7+
1. If open, close all Arduino IDE windows.
8+
9+
1. Go to [Visual Studio Market Place](https://marketplace.visualstudio.com/search?target=VSCode&category=Themes&sortBy=Installs) and find a Theme of your liking.
10+
11+
1. Under the heading *Resources*, Click Download Extension
12+
13+
> [!NOTE]
14+
> Don't click the big *Install* button. The theme will just open in Visual Studio Code. We need the actual file of the extension
15+
16+
1. Now open the `plugins` folder for the Arduino IDE.
17+
18+
Windows: `\AppData\Local\Programs\Arduino IDE\resources\app\plugins`
19+
20+
macOS: resources/app/plugin
21+
22+
1. Copy and paste the downloaded file to the folder.
23+
24+
1. Open Arduino IDE again and open the preferences page by clicking File>Preferences
25+
26+
1. Under theme, Select your new theme
27+
28+
![custom theme](img/custom-theme.png)
1.91 KB
Loading

0 commit comments

Comments
 (0)