Page 4 of 5

Re: SciTE4AutoHotkey Themes

Posted: 15 Jun 2019, 20:08
by niczoom
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.

Re: SciTE4AutoHotkey Themes

Posted: 01 Oct 2019, 15:25
by rediffusion
@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

Re: SciTE4AutoHotkey Themes

Posted: 01 Oct 2019, 18:25
by joedf
@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.

Re: SciTE4AutoHotkey Themes

Posted: 02 Oct 2019, 01:57
by rediffusion
@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!

Re: SciTE4AutoHotkey Themes

Posted: 02 Oct 2019, 02:18
by rediffusion
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

Re: SciTE4AutoHotkey Themes

Posted: 02 Oct 2019, 12:22
by joedf
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.

Re: SciTE4AutoHotkey Themes

Posted: 02 Oct 2019, 13:02
by rediffusion
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

Re: SciTE4AutoHotkey Themes

Posted: 02 Oct 2019, 14:52
by joedf
Does that work? :think:

Re: SciTE4AutoHotkey Themes

Posted: 02 Oct 2019, 17:08
by rediffusion
joedf wrote:
02 Oct 2019, 14:52
Does that work? :think:
Yup, screencast.

Re: SciTE4AutoHotkey Themes

Posted: 02 Oct 2019, 18:30
by joedf
Great, glad to see things worked out! :+1:

Re: SciTE4AutoHotkey Themes

Posted: 13 Jul 2020, 14:19
by agassparkle
Hi, sorry for the noobest questions of all but how do i enable a style i downloaded?

Re: SciTE4AutoHotkey Themes

Posted: 13 Jul 2020, 17:21
by joedf
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.

Re: SciTE4AutoHotkey Themes

Posted: 04 Jan 2022, 17:15
by LAPIII
Can the line number panel be turned black?

Re: SciTE4AutoHotkey Themes

Posted: 05 Jan 2022, 04:03
by joedf
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:

Re: SciTE4AutoHotkey Themes

Posted: 05 Jan 2022, 11:15
by LAPIII
Why can't I edit the file? I have gotten this when opening the file:

Image

Re: SciTE4AutoHotkey Themes

Posted: 05 Jan 2022, 12:57
by joedf
You can do either file, it should work... but the global one affects all installations (as in for all users) I think? :think:

Re: SciTE4AutoHotkey Themes

Posted: 05 Jan 2022, 13:08
by LAPIII
What I meant is that I can't type anything into Global Properties, whether I run as administrator or not.

Re: SciTE4AutoHotkey Themes

Posted: 05 Jan 2022, 13:50
by joedf
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?

Re: SciTE4AutoHotkey Themes

Posted: 05 Jan 2022, 13:58
by LAPIII
I've tried pasting it at the beginning and end. What am I supposed to do?

Re: SciTE4AutoHotkey Themes

Posted: 05 Jan 2022, 17:46
by joedf
Did you try right clicking the GlobalProperties file in FIleExplorer and change the file attributes...? :think: