Page 3 of 5

Re: SciTE4AutoHotkey Themes

Posted: 25 Jun 2014, 03:41
by joedf
;)

Re: SciTE4AutoHotkey Themes

Posted: 29 Jun 2014, 06:34
by Avi
joedf wrote:GitHub - with output and TillaGoto styling!
Image
Download (Right Click, Save As...)
Nice :D Here's mine for use on the web.
Image
Based on Syntax highlighter. Get it here

Re: SciTE4AutoHotkey Themes

Posted: 29 Jun 2014, 12:24
by joedf
Nice one Avi! :)

Re: SciTE4AutoHotkey Themes

Posted: 30 Aug 2014, 02:52
by Dougal
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

Re: SciTE4AutoHotkey Themes

Posted: 30 Aug 2014, 03:00
by joedf
Oh! Thanks! Ill Make sure that I add that in as soon as I can. :D

Cheers

Re: SciTE4AutoHotkey Themes

Posted: 16 Sep 2014, 02:00
by joedf
Done! ;)

Re: SciTE4AutoHotkey Themes

Posted: 13 Feb 2016, 02:29
by ahklearner
Hi Community :wave:

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 !

Re: SciTE4AutoHotkey Themes

Posted: 15 Feb 2016, 16:46
by joedf
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

Re: SciTE4AutoHotkey Themes

Posted: 16 Feb 2016, 05:59
by ahklearner
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.

Re: SciTE4AutoHotkey Themes

Posted: 17 Feb 2016, 04:05
by joedf
I don't know how to change the colour of a specific symbol only :/ sorry

Re: SciTE4AutoHotkey Themes

Posted: 14 Apr 2016, 20:31
by wideeyedguy
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

Re: SciTE4AutoHotkey Themes

Posted: 15 Apr 2016, 08:27
by joedf
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

Re: SciTE4AutoHotkey Themes

Posted: 15 Apr 2016, 10:10
by wideeyedguy
joedf wrote:What version of SciTE4AHK do you have?
Version 3.0.06.01
You mean the instructions from here? https://github.com/joedf/PlasticCodeWra ... ctions.txt
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\Styles
You are using this theme file (v1.4)? https://github.com/joedf/PlasticCodeWra ... properties
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.
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

Re: SciTE4AutoHotkey Themes

Posted: 15 Apr 2016, 16:37
by joedf
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

Re: SciTE4AutoHotkey Themes

Posted: 15 Apr 2016, 17:09
by wideeyedguy
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.

Re: SciTE4AutoHotkey Themes

Posted: 15 Apr 2016, 17:49
by joedf
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.

Re: SciTE4AutoHotkey Themes

Posted: 16 Sep 2016, 10:19
by DeepMind
xZomBie wrote:Will try to create my own theme once I got time. I will post it here when it is complete.
cool Avatar :lol:

Re: SciTE4AutoHotkey Themes

Posted: 30 Mar 2017, 00:35
by kon
Darchon
Image
Github | Raw | Instructions

Re: SciTE4AutoHotkey Themes

Posted: 30 Mar 2017, 22:56
by joedf
VERY NICE! I LOVE IT.
-> added to op list.

Re: SciTE4AutoHotkey Themes

Posted: 21 Jan 2018, 16:16
by Tomer
kon wrote:Darchon
Image
Github | Raw | Instructions
:bravo: :bravo: