SciTE4AutoHotkey Themes
Re: SciTE4AutoHotkey Themes
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)
[WIN] 10 Pro x64 Version 5111 (Build 10586.218)
- rediffusion
- Posts: 58
- Joined: 15 Mar 2019, 05:16
Re: SciTE4AutoHotkey Themes
@joedf
Hello!
How can I change the color of the brackets? Right now it's "Cyan Color":
https://imgur.com/ARZAAsv
Hello!
How can I change the color of the brackets? Right now it's "Cyan Color":
Code: Select all
RGB: 4,253,253
Re: SciTE4AutoHotkey Themes
@rediffusion
You mean, you want to change the selection color?
If you go to Options -> Open User Properties
You can add the following lines:
More example settings can be seen in the Global properties files.
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
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]
- rediffusion
- Posts: 58
- Joined: 15 Mar 2019, 05:16
Re: SciTE4AutoHotkey Themes
@joedf
0Key, this was helpful:
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!
0Key, this was helpful:
Code: Select all
selection.back=#CCCC00
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!
- rediffusion
- Posts: 58
- Joined: 15 Mar 2019, 05:16
Re: SciTE4AutoHotkey Themes
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!
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!
Code: Select all
# Script file extensions.
file.patterns.ahk=$(ahk.file.extension);$(ahkscriptlet.file.extension);*.properties;*.lua
Re: SciTE4AutoHotkey Themes
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.
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.
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]
- rediffusion
- Posts: 58
- Joined: 15 Mar 2019, 05:16
Re: SciTE4AutoHotkey Themes
Yeah bro, I went there, but that command isn't functional, so I wrote it into SciTEUser.properties, here the strings:joedf wrote: ↑02 Oct 2019, 12:22Your 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.
Code: Select all
# That's the color of the doubles (,[,{,",'.
style.*.34=back:#FF77FF,bold
Re: SciTE4AutoHotkey Themes
Does that work?
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]
- rediffusion
- Posts: 58
- Joined: 15 Mar 2019, 05:16
Re: SciTE4AutoHotkey Themes
Great, glad to see things worked out!
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]
-
- Posts: 3
- Joined: 13 Jul 2020, 14:07
Re: SciTE4AutoHotkey Themes
Hi, sorry for the noobest questions of all but how do i enable a style i downloaded?
Re: SciTE4AutoHotkey Themes
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...
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.
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]
Re: SciTE4AutoHotkey Themes
Can the line number panel be turned black?
Re: SciTE4AutoHotkey Themes
Try this?
https://stackoverflow.com/a/1199111/883015
Mainly, ensure you have line.margin.visible=1 in SciTEGlobal.properties or the equivalent...
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]
Re: SciTE4AutoHotkey Themes
Why can't I edit the file? I have gotten this when opening the file:
Re: SciTE4AutoHotkey Themes
You can do either file, it should work... but the global one affects all installations (as in for all users) I think?
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]
Re: SciTE4AutoHotkey Themes
What I meant is that I can't type anything into Global Properties, whether I run as administrator or not.
Re: SciTE4AutoHotkey Themes
Ahh okay, it might be marked as read-only in the file attributes.
Have you tried in the User Properties? Does it work there?
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]
Re: SciTE4AutoHotkey Themes
I've tried pasting it at the beginning and end. What am I supposed to do?
Re: SciTE4AutoHotkey Themes
Did you try right clicking the GlobalProperties file in FIleExplorer and change the file attributes...?
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]