SciTE4AutoHotkey Themes

The popular SciTE-based AutoHotkey Script Editor
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: SciTE4AutoHotkey Themes

29 Jun 2014, 06:34

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
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SciTE4AutoHotkey Themes

29 Jun 2014, 12:24

Nice one Avi! :)
Image Image Image Image Image
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] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Dougal
Posts: 26
Joined: 19 Aug 2014, 16:51

Re: SciTE4AutoHotkey Themes

30 Aug 2014, 02:52

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
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SciTE4AutoHotkey Themes

30 Aug 2014, 03:00

Oh! Thanks! Ill Make sure that I add that in as soon as I can. :D

Cheers
Image Image Image Image Image
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] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SciTE4AutoHotkey Themes

16 Sep 2014, 02:00

Done! ;)
Image Image Image Image Image
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] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
ahklearner
Posts: 313
Joined: 23 Jan 2015, 01:49

Re: SciTE4AutoHotkey Themes

13 Feb 2016, 02:29

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 !
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SciTE4AutoHotkey Themes

15 Feb 2016, 16:46

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
Image Image Image Image Image
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] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
ahklearner
Posts: 313
Joined: 23 Jan 2015, 01:49

Re: SciTE4AutoHotkey Themes

16 Feb 2016, 05:59

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.
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SciTE4AutoHotkey Themes

17 Feb 2016, 04:05

I don't know how to change the colour of a specific symbol only :/ sorry
Image Image Image Image Image
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] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
wideeyedguy
Posts: 60
Joined: 11 Feb 2016, 11:49

Re: SciTE4AutoHotkey Themes

14 Apr 2016, 20:31

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 say this optimistically . . . One day I'll understand it.
But today is not that day!
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SciTE4AutoHotkey Themes

15 Apr 2016, 08:27

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
Image Image Image Image Image
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] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
wideeyedguy
Posts: 60
Joined: 11 Feb 2016, 11:49

Re: SciTE4AutoHotkey Themes

15 Apr 2016, 10:10

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
I say this optimistically . . . One day I'll understand it.
But today is not that day!
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SciTE4AutoHotkey Themes

15 Apr 2016, 16:37

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
Image Image Image Image Image
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] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
wideeyedguy
Posts: 60
Joined: 11 Feb 2016, 11:49

Re: SciTE4AutoHotkey Themes

15 Apr 2016, 17:09

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.
I say this optimistically . . . One day I'll understand it.
But today is not that day!
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SciTE4AutoHotkey Themes

15 Apr 2016, 17:49

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.
Image Image Image Image Image
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] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
DeepMind
Posts: 271
Joined: 19 Jul 2016, 14:47

Re: SciTE4AutoHotkey Themes

16 Sep 2016, 10:19

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:
kon
Posts: 1756
Joined: 29 Sep 2013, 17:11

Re: SciTE4AutoHotkey Themes

30 Mar 2017, 00:35

Darchon
Image
Github | Raw | Instructions
User avatar
joedf
Posts: 8940
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: SciTE4AutoHotkey Themes

30 Mar 2017, 22:56

VERY NICE! I LOVE IT.
-> added to op list.
Image Image Image Image Image
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] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
Tomer
Posts: 366
Joined: 21 Aug 2016, 05:11

Re: SciTE4AutoHotkey Themes

21 Jan 2018, 16:16

kon wrote:Darchon
Image
Github | Raw | Instructions
:bravo: :bravo:

Return to “SciTE4AutoHotkey”

Who is online

Users browsing this forum: No registered users and 33 guests