Hi Mike,
Re: Scite Ide Colors
Not my favorite either. You are welcome to improve them if you have a favorite colour scheme. You will find ThemeStandard, ThemeDark, and ThemeLight.PROPERTIES in ide/. The themes are selected at the end of Oxygen.PROPERTIES.
Here is ThemeStandard.PROPERTIES
# Light Theme by kryton9
# OxygenBasic Styles
style.vb.32=fore:000000,back:EEEEEE,font:Courier New,size:12
# Symbols
style.vb.0=fore:000000,back:EEEEEE,font:Courier New,size:12
# Comment
style.vb.1=fore:224400,back:EEEEEE,font:Courier New,size:12
# Number
style.vb.2=fore:880000,back:EEEEEE,font:Courier New,size:12,bold
# Keyword
style.vb.3=fore:1100AA,back:EEEEEE,font:Courier New,size:12,bold
# String
style.vb.4=fore:2200AA,back:EEEEEE,font:Courier New,size:12,bold
# keywords 2 Directives Preprocessor
style.vb.5=fore:440000,back:EEEEEE,font:Courier New,size:12
# Operator
style.vb.6=fore:000000,back:EEEEEE,font:Courier New,size:12
# Identifier
style.vb.7=fore:000000,back:EEEEEE,font:Courier New,size:12
# Date
# style.vb.8=
# End of line where string is not closed
# style.vb.9=
# keywords3
#style.vb.11=fore:222222,back:EEEEEE,font:Courier New,size:12
# keywords4
#style.vb.12=fore:222222,back:EEEEEE,font:Courier New,size:12
# Constant
style.vb.13=fore:222222,back:EEEEEE,font:Courier New,size:12
# Asm
# style.vb.14=
# Label
style.vb.15=
# Error
style.vb.16=
# HexNumber
style.vb.17=
# BinNumber
style.vb.18=
# Line number
style.vb.33=fore:333333,back:#DDDDDD,font:Courier New,size:12
# Indentation guides
style.vb.37=fore:#CCCCCC,back:#CCCCCC
if style.vb
caret.fore=#000000
selection.alpha=128
selection.back=#CCCCCC
if style.vb
fold.margin.colour=#555555
fold.margin.highlight.colour=#555555
fold.symbols=0
#the below only work for fold.symbols >= 2
#fold.highlight=1
#fold.highlight.colour=#007700