Source Insight4.0 Style Properties(样式属性)配置

 习惯了Visual Studio的代码编辑套件VASSISTX的代码配色方案,于是将Source Insight4.0的代码配色方案也改成同样的。

 配置对应的xml文件内容如下:(背景颜色为浅绿色保护眼睛:RGB 217,238,219)



<?xml version="1.0" encoding="utf-8"?>
<SourceInsightConfiguration
	AppVer="4.00.0084"
	AppVerMinReader="4.00.0032"
	>
	<!-- This is a Source Insight configuration file. -->
	<!-- www.sourceinsight.com -->

	<Styles
		StyleAppVer="4.00.0084"
		>
		<Style Name="Default Text" />
		<Style Name="Number" Bold="0" TextColor="#ff0080" />
		<Style Name="Operator" Bold="1" TextColor="#000034" />
		<Style Name="Delimiter" TextColor="#800080" KeepWithNextLine="1" />
		<Style Name="Comment" TextColor="#008c00" />
		<Style Name="String" FixedWhiteSpace="0" TextColor="#981c18" />
		<Style Name="Keyword" TextColor="#001bec" />
		<Style Name="Control" TextColor="#0000e1" />
		<Style Name="Special" Bold="1" Italic="0" TextColor="#800080" />
		<Style Name="Boolean" TextColor="#800080" />
		<Style Name="Debug" Italic="0" Underline="None" TextColor="#ff0000" />
		<Style Name="Null Value" TextColor="#ff0000" />
		<Style Name="System" TextColor="#008000" />
		<Style Name="Declaration" Bold="0" TextColor="#000000" />
		<Style
			Name="Ref To Local"
			TextColor="#181ba0"
			ParentStyle="Reference"
			/>
		<Style Name="Reference" TextColor="#000000" />
		<Style Name="Directive" ParentStyle="Control" />
		<Style
			Name="Line Number"
			TextColor="#808080"
			FontName="Consolas"
			FontPitchFamily="1"
			FontCharset="0"
			/>
		<Style
			Name="Highlight"
			TextColor="#000000"
			BackColor="#ffff00"
			Bold="1"
			/>
		<Style Name="Symbol Characters" ParentStyle="Operator" />
		<Style
			Name="Declare Template Parameter"
			Underline="None"
			ParentStyle="Declaration"
			/>
		<Style Name="Ref to Parameter" Bold="0" ParentStyle="Ref To Local" />
		<Style Name="Declare Template" ParentStyle="Declare Function" />
		<Style Name="Declare Package" ParentStyle="Declaration" />
		<Style Name="Ref to Template" ParentStyle="Reference" />
		<Style Name="Ref to Package" ParentStyle="Reference" />
		<Style Name="Ref to Template Parameter" ParentStyle="Reference" />
		<Style Name="Selection" TextColor="#ffffff" BackColor="#000080" />
		<Style Name="Declare Namespace" ParentStyle="Declaration" />
		<Style Name="Ref to Namespace" ParentStyle="Reference" />
		<Style
			Name="Declare Local"
			Bold="0"
			TextColor="#002166"
			ParentStyle="Declaration"
			/>
		<Style Name="Declare Member" ParentStyle="Declaration" />
		<Style Name="Declare Method" ParentStyle="Declare Function" />
		<Style Name="Declare Method Inline" ParentStyle="Declare Function" />
		<Style
			Name="Declare Function"
			ParentStyle="Declaration"
			KeepWithNextLine="1"
			TextColor="#880000"
			/>
		<Style
			Name="Declare Macro"
			TextColor="#6f009b"
			ParentStyle="Declaration"
			/>
		<Style
			Name="Declare Struct"
			KeepWithNextLine="1"
			ShadowColor="#c0c0c0"
			ParentStyle="Declaration"
			/>
		<Style Name="Declare Union" ParentStyle="Declare Struct" />
		<Style
			Name="Declare Typedef"
			TextColor="#216f85"
			ParentStyle="Declare Struct"
			/>
		<Style Name="Declare Class" ParentStyle="Declare Struct" />
		<Style
			Name="Declare Var"
			TextColor="#185dbd"
			ParentStyle="Declaration"
			/>
		<Style Name="Declare Constant" ParentStyle="Declaration" />
		<Style Name="Declare Enum" ParentStyle="Declare Struct" />
		<Style
			Name="Declare Enum Const"
			TextColor="#6f008a"
			ParentStyle="Declaration"
			/>
		<Style Name="Declare Edit Macro" ParentStyle="Declare Function" />
		<Style Name="Declare Prototype" ParentStyle="Declare Function" />
		<Style Name="Preprocessor" ParentStyle="Declaration" />
		<Style
			Name="Search Result Heading"
			Bold="1"
			Underline="Single"
			ParentStyle="Declaration"
			/>
		<Style
			Name="Label"
			Scale="100"
			TextColor="#ff0000"
			ParentStyle="Declaration"
			/>
		<Style Name="Declare Interface" ParentStyle="Declare Class" />
		<Style Name="Declare Resource" ParentStyle="Declaration" />
		<Style Name="File" ParentStyle="Declaration" />
		<Style Name="Declare Custom Tag" ParentStyle="Declaration" />
		<Style
			Name="Ref to Func"
			Bold="0"
			TextColor="#880000"
			ParentStyle="Reference"
			/>
		<Style
			Name="Ref to Macro"
			TextColor="#6f009b"
			ParentStyle="Ref to Func"
			/>
		<Style
			Name="Ref to Struct"
			TextColor="#216f98"
			ParentStyle="Reference"
			/>
		<Style Name="Ref to Union" ParentStyle="Ref to Struct" />
		<Style
			Name="Ref to Typedef"
			TextColor="#216f98"
			ParentStyle="Ref to Struct"
			/>
		<Style
			Name="Ref to Global Var"
			Bold="1"
			Italic="0"
			TextColor="#800080"
			ParentStyle="Reference"
			/>
		<Style
			Name="Ref to Const"
			TextColor="#6f008a"
			ParentStyle="Reference"
			/>
		<Style
			Name="Ref to Enum"
			TextColor="#7a008a"
			ParentStyle="Reference"
			/>
		<Style Name="Ref to Custom" ParentStyle="Reference" />
		<Style Name="Ref to EdMacro" Bold="0" ParentStyle="Reference" />
		<Style Name="Ref to Class" ParentStyle="Ref to Struct" />
		<Style Name="Ref to Method" ParentStyle="Ref to Func" />
		<Style Name="Ref to EnumConst" ParentStyle="Ref to Const" />
		<Style Name="Ref to Proto" ParentStyle="Ref to Func" />
		<Style Name="Ref to Preproc" ParentStyle="Reference" />
		<Style Name="Ref to Search" ParentStyle="Reference" />
		<Style
			Name="Ref to Label"
			TextColor="#ff0000"
			ParentStyle="Reference"
			/>
		<Style Name="Ref to Member" ParentStyle="Reference" />
		<Style Name="Ref to Interface" ParentStyle="Ref to Class" />
		<Style Name="Ref to Resource" ParentStyle="Reference" />
		<Style Name="Ref to File" ParentStyle="Reference" />
		<Style
			Name="Comment Heading 1"
			Scale="150"
			Bold="0"
			Underline="Thick"
			FontName="Segoe UI"
			FontPitchFamily="2"
			FontCharset="0"
			ParentStyle="Comment"
			/>
		<Style
			Name="Comment Heading 2"
			Bold="1"
			Scale="130"
			Underline="Single"
			FontName="Segoe UI"
			FontPitchFamily="2"
			FontCharset="0"
			ParentStyle="Comment"
			/>
		<Style
			Name="Comment Heading 3"
			Bold="1"
			Scale="120"
			FontName="Segoe UI"
			FontPitchFamily="2"
			FontCharset="0"
			ParentStyle="Comment"
			/>
		<Style
			Name="Comment Heading 4"
			Bold="1"
			FontName="Segoe UI"
			FontPitchFamily="2"
			FontCharset="0"
			ParentStyle="Comment"
			/>
		<Style Name="Comment Right" Italic="1" ParentStyle="Comment" />
		<Style Name="Ref to Base Class" ParentStyle="Reference" />
		<Style Name="Ref to Inline Type" ParentStyle="Reference" />
		<Style Name="Inactive Code" TextColor="#808080" />
		<Style
			Name="Declare Parameter"
			TextColor="#181ba0"
			ParentStyle="Declaration"
			/>
		<Style
			Name="Auto Annotations"
			Scale="100"
			TextColor="#808080"
			ParentStyle="Comment"
			/>
		<Style Name="HTML or XML Element" />
		<Style
			Name="HTML Title"
			TextColor="#ff0000"
			Bold="1"
			Scale="130"
			Underline="Single"
			/>
		<Style Name="Perl POD" />
		<Style Name="Perl End Script" />
		<Style Name="Declare Method Prototype" ParentStyle="Declare Method" />
		<Style Name="Ref to Method Prototype" ParentStyle="Ref to Method" />
		<Style
			Name="Comment To Do"
			Bold="1"
			Scale="120"
			BackColor="#ffff00"
			FontName="Segoe UI"
			FontPitchFamily="2"
			FontCharset="0"
			ParentStyle="Comment"
			/>
		<Style Name="Ref to IDL Module" ParentStyle="Reference" />
		<Style Name="Ref to IDL Library" ParentStyle="Reference" />
		<Style
			Name="Declare IDL Module"
			Scale="150"
			ShadowColor="#c0c0c0"
			KeepWithNextLine="1"
			ParentStyle="Declaration"
			/>
		<Style
			Name="Declare IDL Library"
			Scale="150"
			ShadowColor="#c0c0c0"
			KeepWithNextLine="1"
			ParentStyle="Declaration"
			/>
		<Style Name="Comment Single Line" ParentStyle="Comment" />
		<Style Name="Comment Multi Line" ParentStyle="Comment" />
		<Style Name="Parentheses" ParentStyle="Delimiter" />
		<Style Name="HTML Body Text" FixedWhiteSpace="0" />
		<Style Name="HTML Tag" TextColor="#008000" Bold="1" />
		<Style Name="Standard Property" ParentStyle="Ref to Member" />
		<Style Name="Standard Function" ParentStyle="Ref to Func" />
		<Style Name="Standard Object" ParentStyle="Ref to Class" />
		<Style
			Name="Declare CSS Selector"
			Scale="120"
			ParentStyle="Declaration"
			/>
		<Style Name="Declare C# Property" ParentStyle="Declaration" />
		<Style Name="Ref to C# Property" ParentStyle="Reference" />
		<Style
			Name="Mono Font View"
			FontName="Consolas"
			FontPitchFamily="1"
			FontCharset="0"
			/>
		<Style Name="Declare C# Event" ParentStyle="Declaration" />
		<Style Name="Declare C# Indexer" ParentStyle="Declaration" />
		<Style Name="Ref to C# Event" ParentStyle="Reference" />
		<Style Name="Ref to C# Indexer" ParentStyle="Reference" />
		<Style Name="Ref to Alias" Bold="0" ParentStyle="Reference" />
		<Style Name="Declare Alias" ParentStyle="Declaration" />
		<Style Name="CDATA Section" TextColor="#808080" />
		<Style Name="Declare Type Parameter" ParentStyle="Declaration" />
		<Style Name="Ref to Type Parameter" ParentStyle="Reference" />
		<Style
			Name="Snippet Input Field"
			TextColor="#000000"
			BackColor="#a0e1ff"
			Bold="1"
			/>
		<Style Name="Register" TextColor="#008000" Bold="1" />
		<Style
			Name="Python Doc String"
			TextColor="#000080"
			FixedWhiteSpace="0"
			Italic="1"
			/>
		<Style Name="Instruction" ParentStyle="Control" />
		<Style
			Name="Reference Highlight"
			TextColor="#000000"
			BackColor="#aae1ff"
			/>
		<Style
			Name="Declare VHDL Entity"
			Scale="140"
			ShadowColor="#c0c0c0"
			KeepWithNextLine="1"
			ParentStyle="Declaration"
			/>
		<Style
			Name="Declare VHDL Architecture"
			Scale="140"
			ShadowColor="#c0c0c0"
			KeepWithNextLine="1"
			ParentStyle="Declaration"
			/>
		<Style
			Name="Declare VHDL Component"
			ShadowColor="#c0c0c0"
			KeepWithNextLine="1"
			ParentStyle="Declaration"
			/>
		<Style Name="Declare VHDL Process" ParentStyle="Declare Function" />
		<Style
			Name="Declare VHDL Config"
			ShadowColor="#c0c0c0"
			KeepWithNextLine="1"
			ParentStyle="Declaration"
			/>
		<Style Name="Ref to VHDL Entity" ParentStyle="Reference" />
		<Style Name="Ref to VHDL Architecture" ParentStyle="Reference" />
		<Style Name="Ref to VHDL Component" ParentStyle="Reference" />
		<Style Name="Ref to VHDL Process" ParentStyle="Reference" />
		<Style Name="Ref to VHDL Config" ParentStyle="Reference" />
	</Styles>
</SourceInsightConfiguration>


猜你喜欢

转载自blog.csdn.net/Kernel_Heart/article/details/79274718