SciTE4AutoHotkey Themes

The popular SciTE-based AutoHotkey Script Editor
User avatar
niczoom
Posts: 78
Joined: 09 Mar 2016, 22:17

Re: SciTE4AutoHotkey Themes

Post by niczoom » 15 Jun 2019, 20:08

Thanks to 'kon' for the Darchon style, it looks fantastic. I was looking for a dark style to stop the white burning my eyes out.
[AHK] 1.1.23.05 x32 Unicode
[WIN] 10 Pro x64 Version 5111 (Build 10586.218)

User avatar
rediffusion
Posts: 58
Joined: 15 Mar 2019, 05:16

Re: SciTE4AutoHotkey Themes

Post by rediffusion » 01 Oct 2019, 15:25

@joedf
Hello!
:?: How can I change the color of the brackets? Right now it's "Cyan Color":

Code: Select all

RGB: 4,253,253
https://imgur.com/ARZAAsv

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

Re: SciTE4AutoHotkey Themes

Post by joedf » 01 Oct 2019, 18:25

@rediffusion
You mean, you want to change the selection color?
If you go to Options -> Open User Properties
You can add the following lines:

Code: Select all

selection.fore=#04FDFD
selection.back=#CCCC00
More example settings can be seen in the Global properties files.
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
rediffusion
Posts: 58
Joined: 15 Mar 2019, 05:16

Re: SciTE4AutoHotkey Themes

Post by rediffusion » 02 Oct 2019, 01:57

@joedf
0Key, this was helpful:

Code: Select all

selection.back=#CCCC00
But I need something for this "Cyan Color":
https www.screencast.com /t/dx1ftoF8

P.S. - I've been going over the settings "Global properties" but I didn't find anything to solve my problem!?
And i'm using "PlasticCodeWrap"
Please respond!

User avatar
rediffusion
Posts: 58
Joined: 15 Mar 2019, 05:16

Re: SciTE4AutoHotkey Themes

Post by rediffusion » 02 Oct 2019, 02:18

I've another question :?:
1.
I'm using "PlasticCodeWrap" is it possible to use for each extension own `Style`?
For example:
.ahk »» PlasticCodeWrap.style
.properties »» Classic.style
.lua »» VisualStudio.style

2.
Why do I have a white background when installing "PlasticCodeWrap", how to fix it??
https://imgur.com/RM9Uj4Z
So far, I've found this setting... but now i've "PlasticCodeWrap" for all extensions! :crazy:

Code: Select all

# Script file extensions.
file.patterns.ahk=$(ahk.file.extension);$(ahkscriptlet.file.extension);*.properties;*.lua

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

Re: SciTE4AutoHotkey Themes

Post by joedf » 02 Oct 2019, 12:22

Your question #2 is the key to your first question. You need to set the file patterns for each theme.
I think the cyan colour is because of bracket/parenthesis matching, not selection. not sure...
Did you goto the tools options dialog? you should be able to choose the font. Then you need to restart scite4ahk.
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
rediffusion
Posts: 58
Joined: 15 Mar 2019, 05:16

Re: SciTE4AutoHotkey Themes

Post by rediffusion » 02 Oct 2019, 13:02

joedf wrote:
02 Oct 2019, 12:22
Your question #2 is the key to your first question. You need to set the file patterns for each theme.
I think the cyan colour is because of bracket/parenthesis matching, not selection. not sure...
Did you goto the tools options dialog? you should be able to choose the font. Then you need to restart scite4ahk.
Yeah bro, I went there, but that command isn't functional, so I wrote it into SciTEUser.properties, here the strings:

Code: Select all

# That's the color of the doubles (,[,{,",'.
style.*.34=back:#FF77FF,bold

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

Re: SciTE4AutoHotkey Themes

Post by joedf » 02 Oct 2019, 14:52

Does that work? :think:
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
rediffusion
Posts: 58
Joined: 15 Mar 2019, 05:16

Re: SciTE4AutoHotkey Themes

Post by rediffusion » 02 Oct 2019, 17:08

joedf wrote:
02 Oct 2019, 14:52
Does that work? :think:
Yup, screencast.

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

Re: SciTE4AutoHotkey Themes

Post by joedf » 02 Oct 2019, 18:30

Great, glad to see things worked out! :+1:
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]

agassparkle
Posts: 3
Joined: 13 Jul 2020, 14:07

Re: SciTE4AutoHotkey Themes

Post by agassparkle » 13 Jul 2020, 14:19

Hi, sorry for the noobest questions of all but how do i enable a style i downloaded?

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

Re: SciTE4AutoHotkey Themes

Post by joedf » 13 Jul 2020, 17:21

No worries, I've updated the post with (modified from kon's instructions for installing Darchon):

Setup
Download *.style.properties and place it in your user Styles folder.

Styles are typically located in C:\Users\<USERNAME>\Documents\AutoHotkey\SciTE\Styles or ...\SciTE\user\Styles for portable installations.

In SciTE4AutoHotkey, select Tools > SciTE4AutoHotkey Settings...
  • Set Style to the one you've downloaded.
  • Click Update.
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]

LAPIII
Posts: 667
Joined: 01 Aug 2021, 06:01

Re: SciTE4AutoHotkey Themes

Post by LAPIII » 04 Jan 2022, 17:15

Can the line number panel be turned black?

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

Re: SciTE4AutoHotkey Themes

Post by joedf » 05 Jan 2022, 04:03

LAPIII wrote:
04 Jan 2022, 17:15
Can the line number panel be turned black?
Try this?
https://stackoverflow.com/a/1199111/883015

Mainly, ensure you have line.margin.visible=1 in SciTEGlobal.properties or the equivalent... :think:
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]

LAPIII
Posts: 667
Joined: 01 Aug 2021, 06:01

Re: SciTE4AutoHotkey Themes

Post by LAPIII » 05 Jan 2022, 11:15

Why can't I edit the file? I have gotten this when opening the file:

Image

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

Re: SciTE4AutoHotkey Themes

Post by joedf » 05 Jan 2022, 12:57

You can do either file, it should work... but the global one affects all installations (as in for all users) I think? :think:
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]

LAPIII
Posts: 667
Joined: 01 Aug 2021, 06:01

Re: SciTE4AutoHotkey Themes

Post by LAPIII » 05 Jan 2022, 13:08

What I meant is that I can't type anything into Global Properties, whether I run as administrator or not.

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

Re: SciTE4AutoHotkey Themes

Post by joedf » 05 Jan 2022, 13:50

LAPIII wrote:
05 Jan 2022, 13:08
What I meant is that I can't type anything into Global Properties, whether I run as administrator or not.
Ahh okay, it might be marked as read-only in the file attributes.
Have you tried in the User Properties? Does it work there?
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]

LAPIII
Posts: 667
Joined: 01 Aug 2021, 06:01

Re: SciTE4AutoHotkey Themes

Post by LAPIII » 05 Jan 2022, 13:58

I've tried pasting it at the beginning and end. What am I supposed to do?

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

Re: SciTE4AutoHotkey Themes

Post by joedf » 05 Jan 2022, 17:46

Did you try right clicking the GlobalProperties file in FIleExplorer and change the file attributes...? :think:
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]

Post Reply

Return to “SciTE4AutoHotkey”