Jump to content

Recommended Posts

Posted (edited)

I use a modified Dark theme for .au3 files with SciTE which I love, but I've noticed that when I open other files such as .txt and .dat or ".any unrecognized format" the background is white, the text is black and the selected row is black text with black background so I can't see what I'm working on.

 

Any ideas how to change the highlighted row background color for unidentified file types?  I can only see text on the selected line if I select some text.  as shown below on line 4

image.png.ea57787b26af4fa840658e23fc0a9296.png

Thanks,

Mike

 

edit:  assuming it's SciTEUser.properties somewhere.  Here is what i've got now.

font.base=font:Consolas,size:10,$(font.override)
font.monospace=font:Source Code Pro,size:10
backup.files=0
proper.case=0
error.inline=1
highlight.current.word=1
highlight.current.word.by.style=1
highlight.current.word.autoselectword=0
highlight.current.word.wholeword=0
highlight.current.word.matchcase=0
highlight.current.word.minlength=3
use.tabs=1
indent.size=4
indent.size.*.au3=4
tabsize=4
style.au3.32=style.*.32=$(font.base),back:#1F1F1F
caret.line.back=#040404
caret.line.back.alpha=256
edge.column=500
edge.mode=0
edge.colour=#141414
selection.fore=#DCDCDC
selection.alpha=256
selection.back=#264F78
style.error.1=fore:#FF0000,back:#24221C
style.error.2=fore:#FF0000,back:#030303
highlight.current.word.colour=#00D040
indicators.alpha=63
calltips.set.above=0
style.au3.38=fore:#050505,back:#FFFFFF
calltips.color.highlight=#FF0000
visible.policy.strict=1
visible.policy.lines=0
style.au3.34=fore:#4E9CD6,back:#1F1F1F
style.au3.35=fore:#4CBC23,italics,back:#1F1F1F
style.au3.0=fore:#C8C8C8,back:#1F1F1F
style.au3.1=fore:#4CBC23,italics,back:#1F1F1F
style.au3.2=fore:#4CBC23,italics,back:#1F1F1F
style.au3.3=fore:#A8CEB5,back:#1F1F1F
style.au3.4=fore:#C563BD,back:#1F1F1F
style.au3.5=fore:#4E9CD6,back:#1F1F1F
style.au3.6=fore:#C563BD,back:#1F1F1F
style.au3.7=fore:#D69D85,back:#1F1F1F
style.au3.8=fore:#DCDCDC,back:#1F1F1F
style.au3.9=fore:#4EC9B0,back:#1F1F1F
style.au3.10=fore:#C8C8C8,back:#1F1F1F
style.au3.11=fore:#9B9B9B,back:#1F1F1F
style.au3.12=fore:#FF0000,back:#1F1F1F
style.au3.13=fore:#C8C8C8,back:#1F1F1F
style.au3.14=fore:#00FF00,back:#1F1F1F
style.au3.15=fore:#0080FF,back:#1F1F1F
style.au3.16=fore:#0080FF,back:#1F1F1F
caret.fore=#FFFFFF
command.name.19.*=
command.name.33.*=
openpath.$(au3)=$(SciteDefaultHome)\..\include;
command.name.7.*=
style.error.0=fore:#ff0000,back:#000000
command.name.23.*=
command.19.beta=
command.33.beta=
import au3.UserUdfs
import au3.keywords.user.abbreviations

 

 

Edited by BigDaddyO
added info
Posted

found the offending line:  caret.line.back=#040404

changed that to a light gray:  caret.line.back=#BFBDBD

so now it looks good in most, but that also affected .au3 files.

is there a way to set that .back for just .au3 files to the black?

 

Posted

Run SciTEConfig from inside SciTE, that's if you downloaded the Scite4AutoIt3 package too.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...