Create themes from within the IDE
Modify themes from within the IDE
Save them
Export them
Full colour scheme support
- nblackburn
- User
- Posts: 67
- Joined: Mon Aug 19, 2013 1:22 am
- Location: United Kingdom
- Contact:
Full colour scheme support
It would be nice to see fully colour scheme support for the PureBasic IDE in the form of XML files. This would be a good feature to have because it will allow people to port some of the amazing colour schemes people have designed for other IDE's into the PureBasic IDE and also provide us with a way to share them in a simple and flexible fashion.
- Fangbeast
- PureBasic Protozoa
- Posts: 4789
- Joined: Fri Apr 25, 2003 3:08 pm
- Location: Not Sydney!!! (Bad water, no goats)
Re: Full colour scheme support
Can be done already. Obviously not as straightforward as your suggestion but still, it can be done.
File
Preferences
Import/Export
Then use the Save (Or Open) buttons to choose your preferred action.
Tick "Include color settings" and untick everything else before you hit either of those buttons.!!
For a while, there were a spate of colour schemes from just about everybody. Might still be links in the forum to some but they would need updating.
File
Preferences
Import/Export
Then use the Save (Or Open) buttons to choose your preferred action.
Tick "Include color settings" and untick everything else before you hit either of those buttons.!!
For a while, there were a spate of colour schemes from just about everybody. Might still be links in the forum to some but they would need updating.
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Re: Full colour scheme support
http://www.purebasic.fr/english/viewtop ... 17&t=23497 here's an old thread with a lot of color schemes.
- nblackburn
- User
- Posts: 67
- Joined: Mon Aug 19, 2013 1:22 am
- Location: United Kingdom
- Contact:
Re: Full colour scheme support
Thanks for the suggestion, i am aware you can do this but it would be nice to have a standard that is just for themes (i.e drop the xml theme in the IDE themes folder and it will be selectable from a dropdown which then applies the theme kind of thing).
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Full colour scheme support
I prefer the *.prefs lists, there many cases where the use of XML is inappropriate and this would be one of them in my view. However, I think any custom schemes imported should be added to the drop-down selection list.
.....I would also like to be able to specify a separate colour for API functions.
.....I would also like to be able to specify a separate colour for API functions.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
- nblackburn
- User
- Posts: 67
- Joined: Mon Aug 19, 2013 1:22 am
- Location: United Kingdom
- Contact:
Re: Full colour scheme support
I don't have any problems with the current .prefs file, but xml seems to be more of the standard for colour schemes (easier to work with when porting already existing themes if PureBasic was following the same standard) which is why I suggested it. But i do think that imported themes should be easier to manage than they currently are.