-
Notifications
You must be signed in to change notification settings - Fork 209
User themes in arduino 1.8.6 #25
Comments
Thanks @figgyc! I couldn't seem to get the theme to show up in my preferences though. The Any thoughts? |
Hi @jeffThompson, I'm the one who added the custom theme functionality (in this pull request) largely because I love your dark theme and wanted to give theme authors like yourself an easier way to distribute their themes to end users. (In fact in my original pull request I mentioned your theme specifically). To package the theme so that it works with the functionality all you need to do is:
I tried this myself to confirm it's working with your theme, if you're still not having success with it then ping me back. An alternative that works is that resources places directly in the Note that the new functionality also includes the ability to specify a custom editor font in Hope this helps. |
@Mumfrey – so great, thank you for all this! Really glad this is baked into the IDE and will be easier for others to edit. I had considered trying to do something like this for a long time, but modding the IDE felt really daunting. I'm very much open to the dark theme being shipped with the Arduino IDE as a second option, if that would be of interest. Unfortunately, I cannot get the theme to show up for me! I'm on Mac 10.14 (I saw from your PR that you hadn't tested on Mac) and the newest IDE version.
Those are the only two things I can think of, but perhaps you'll have another guess as to what's breaking here? Thanks! |
You'd have to ask the arduino team about that (or create a PR) I just PR'd the functionality to the IDE because I thought it was worth doing.
The original PR which supported just putting the files into A pre-packed version of a dark arduino skin (based on yours) is available here (lmihalkovic/darkduino |
Another year has passed. Please update the instructions. Fiddling around with system files as recommended here is a really bad practice. Google lists this repository first for
It's as easy as that. Now start the IDE and choose the theme under preferences. |
@suuuehgi – I know! Keeping projects like this up to date is hard, and I'm not using Arduino a lot these days so I'm not often reminded. But the idea with Github is that others can help too! Posting issues is great, but feel free to fork the repo, change the That said, hoping to get to the open issues here this week. |
Current installation is not user friendly. I'm improving installation in this pull request: I made the build with these and other improvements and made available the link below, who can test it would be cool. |
UsageAdd:
to theme.txt, from custom theme Next, install custom theme. (#10202 ). ExampleSample Dark theme in attachments. |
Thank you @Mumfrey ! |
Sorry all, I am no longer maintaining this repo. Please see the note in the |
In arduino 1.8.6 a commit was added so you can use custom themes without overwriting the installation. I managed to get it working fairly easily so you could add it to this project. All you need to do is create a zip file of what is in the theme folder and add a file
theme.properties
containing something along these lines:Then drop that zip file into the
theme
subfolder of the arduino sketchbook folder and it will appear in the preferences. just wanted to let you knowThe text was updated successfully, but these errors were encountered: