
SciTE4AutoHotkey Themes
- joedf
- Posts: 8772
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SciTE4AutoHotkey Themes






Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
- Avi
- Posts: 193
- Joined: 30 Sep 2013, 09:51
- Facebook: avi.aryan.ap
- Google: +AviAryan
- GitHub: aviaryan
- Location: India
- Contact:
Re: SciTE4AutoHotkey Themes
- joedf
- Posts: 8772
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SciTE4AutoHotkey Themes
Nice one Avi! 






Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: SciTE4AutoHotkey Themes
Thanks for the themes Joe, I really like PlasticCodeWrap. Only change I have is set the brace match to cyan for matched and yellow for unmatched. These aren't set in your style, and the red and blue defaults don't stand out very well.
# Brace highlight
style.*.34=fore:#00FFFF,bold
# Brace incomplete highlight
style.*.35=fore:#FFFF00,bold
Cheers
# Brace highlight
style.*.34=fore:#00FFFF,bold
# Brace incomplete highlight
style.*.35=fore:#FFFF00,bold
Cheers
- joedf
- Posts: 8772
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SciTE4AutoHotkey Themes
Oh! Thanks! Ill Make sure that I add that in as soon as I can. 
Cheers

Cheers





Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
- joedf
- Posts: 8772
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SciTE4AutoHotkey Themes
Done! 






Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
-
- Posts: 313
- Joined: 23 Jan 2015, 01:49
Re: SciTE4AutoHotkey Themes
Hi Community 
Am a newbie
I just want to add comma & colon "," ":" to show in red color to any theme, how can i do that.
Thanks in advance !

Am a newbie
I just want to add comma & colon "," ":" to show in red color to any theme, how can i do that.
Thanks in advance !
- joedf
- Posts: 8772
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SciTE4AutoHotkey Themes
something like this?

Code: Select all
# Line comment (; syntax)
style.ahk1.1=fore:#FF0000,italics
# Operator
style.ahk1.4=fore:#FF0000
# Expression assignement operator
style.ahk1.5=fore:#FF0000





Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
-
- Posts: 313
- Joined: 23 Jan 2015, 01:49
Re: SciTE4AutoHotkey Themes
Hi joedf
I tried copy pasting above to user.properties, but nothing is changing.
I just want to add color to comma.
thanks in advance.
I tried copy pasting above to user.properties, but nothing is changing.
I just want to add color to comma.
thanks in advance.
- joedf
- Posts: 8772
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SciTE4AutoHotkey Themes
I don't know how to change the colour of a specific symbol only :/ sorry





Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
-
- Posts: 60
- Joined: 11 Feb 2016, 11:49
Re: SciTE4AutoHotkey Themes
Why does the syntax highlighting style file not show in the Settings dropdown list?
I downloaded the PlasticCodeWrap highlighting theme, installed to the /styles folder with the pre-installed style.properties files, but ST4AHK will not show it in the list.
I've looked around for the missing step and cannot figure out what I'm not doing right.
???
Thanks, weg
I downloaded the PlasticCodeWrap highlighting theme, installed to the /styles folder with the pre-installed style.properties files, but ST4AHK will not show it in the list.
I've looked around for the missing step and cannot figure out what I'm not doing right.
???
Thanks, weg
I say this optimistically . . . One day I'll understand it.
But today is not that day!
But today is not that day!
- joedf
- Posts: 8772
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SciTE4AutoHotkey Themes
What version of SciTE4AHK do you have?
You mean the instructions from here? https://github.com/joedf/PlasticCodeWra ... ctions.txt
You are using this theme file (v1.4)? https://github.com/joedf/PlasticCodeWra ... properties
You mean the instructions from here? https://github.com/joedf/PlasticCodeWra ... ctions.txt
You are using this theme file (v1.4)? https://github.com/joedf/PlasticCodeWra ... properties





Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
-
- Posts: 60
- Joined: 11 Feb 2016, 11:49
Re: SciTE4AutoHotkey Themes
Version 3.0.06.01joedf wrote:What version of SciTE4AHK do you have?
I did not know about that; still somewhat new to using SciTE4. I did now review the notes there. However, my styles that came with ST4 are in this path created by the ST4 installer: C:\Program Files\AutoHotkey\SciTE\newuser\StylesYou mean the instructions from here? https://github.com/joedf/PlasticCodeWra ... ctions.txt
I simply downloaded the theme from the October 1st, 2013 post in this thread and copied it to the directory shown here. The code seems to be the same as the PlasticCodeWrap.style.properties file I got from that post.You are using this theme file (v1.4)? https://github.com/joedf/PlasticCodeWra ... properties
What do I do with the GitHub code window? Am I supposed to copy out the code and create a new file for it? Some of the code I've gotten from GitHub, at other times, are self-contained files and have a "download" button; this one doesn't seem to have that.
I can see the other theme files (Classic.style.properties, HatOfGod.style.properties, tidRich_Zenburn.style.properties for example) which came with ST4 in the Settings dialog, but not PlasticCodeWrap.
Thanks for the help,
weg
I say this optimistically . . . One day I'll understand it.
But today is not that day!
But today is not that day!
- joedf
- Posts: 8772
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SciTE4AutoHotkey Themes
The one from the post is a direct link version from github, so that's good.
Simply copy the theme *.properties file to C:\Users\*USERNAME*\Documents\AutoHotkey\SciTE\Styles
Simply copy the theme *.properties file to C:\Users\*USERNAME*\Documents\AutoHotkey\SciTE\Styles





Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
-
- Posts: 60
- Joined: 11 Feb 2016, 11:49
Re: SciTE4AutoHotkey Themes
Okay, I think I see part of where I went wrong. As I mentioned, the ST4 installer created the C:\Program Files\AutoHotkey\SciTE\newuser\Styles path and that is where the other *.style.properties files reside. And that is where I thought the PlasticWrap needed to go. But then there is also the path you show here with what appear to be the same files within (minus PlasticWrap). Why?
Also, when I try to Edit say the HatOfGod properties through the Settings Editor, it opens the code file in ST4 as if that is the only way to change a color or such, within the code structure. If I want to Edit "Classic" or "Light", the Editor will open and I can tweak the colors. But not for HoG or say tidRich_Zenburn. Why is that?
I do indeed have the PlasticWrap available as a theme, after following your direction.
Also, when I try to Edit say the HatOfGod properties through the Settings Editor, it opens the code file in ST4 as if that is the only way to change a color or such, within the code structure. If I want to Edit "Classic" or "Light", the Editor will open and I can tweak the colors. But not for HoG or say tidRich_Zenburn. Why is that?
I do indeed have the PlasticWrap available as a theme, after following your direction.
I say this optimistically . . . One day I'll understand it.
But today is not that day!
But today is not that day!
- joedf
- Posts: 8772
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SciTE4AutoHotkey Themes
1. It is recommended to have all changes and customization done in the Documents folder instead.
2. You have to make sure SciTE4AHK has the valid access, i.e. ADMIN access or make the folder free of restrictions.
2. You have to make sure SciTE4AHK has the valid access, i.e. ADMIN access or make the folder free of restrictions.





Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: SciTE4AutoHotkey Themes
cool AvatarxZomBie wrote:Will try to create my own theme once I got time. I will post it here when it is complete.

- joedf
- Posts: 8772
- Joined: 29 Sep 2013, 17:08
- Facebook: J0EDF
- Google: +joedf
- GitHub: joedf
- Location: Canada
- Contact:
Re: SciTE4AutoHotkey Themes
VERY NICE! I LOVE IT.
-> added to op list.
-> added to op list.





Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Populate the AHK MiniCity!] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Who is online
Users browsing this forum: No registered users and 5 guests