KonTrax
4/3/2013 - 12:31 PM

SublimeText3 Theme Overview

SublimeText3 Theme Overview

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!--
    An early version of the scheme from my upcoming FindDontSearch theme that I used for best readability of the main file.
    This is very much WIP. Just attached for convenience.
-->
<plist version="0.1"><dict>
<!-- INNER START -->



<!-- Info -->
<key>name</key>  <string>FindDontSearch</string>
<key>author</key><string>KonTrax</string>


<!-- Settings -->
<key>settings</key><array>
<!-- SETTINGS START -->


<dict>
<key>settings</key>
<dict>
    <!-- <key>background</key>                      <string>#3F4B4E</string> -->
	<key>background</key>                      <string>#293134</string>
	<!-- <key>foreground</key>                      <string>#81969A</string> -->
	<key>foreground</key>                      <string>#E0E2E4</string>
	<key>gutter</key>                          <string>#3A4649</string>
		<key>gutterForeground</key>            <string>#777</string>
	<key>caret</key>                           <string>#E0E2E4</string>
	<key>invisibles</key>                      <string>#BFBFBF</string>
	<!-- <key>lineHighlight</key>                   <string>#293134</string> -->
	<key>lineHighlight</key>                   <string>#19212470</string>
	<key>selection</key>                       <string>#404E5100</string>
		<key>selectionBorder</key>             <string>#00FFDE90</string>
		<!-- <key>selectionForeground</key>         <string>#FF0000</string> -->
	<key>guide</key>                           <string>#FF000040</string>
		<key>stackGuide</key>                  <string>#FF000040</string>
		<key>activeGuide</key>                 <string>#FF000090</string>
	<key>bracketsForeground</key>              <string>#00FF00</string>
		<key>bracketsOptions</key>             <string>foreground underline</string>
	<key>bracketContentsForeground</key>       <string>#00FF00</string>
		<key>bracketContentsOptions</key>      <string>foreground underline</string>
	<!-- <key>findHighlight</key>                   <string>#b9edf8</string> -->
		<!-- <key>findHighlightForeground</key>     <string>#b9edf8</string> -->
	<key>inactiveSelection</key>               <string>#263645</string>
		<key>inactiveSelectionForeground</key> <string>#FF0000</string>
	<key>tagsForeground</key>                  <string>#00FF00</string>
		<key>tagsOptions</key>                 <string>foreground underline</string>
	<!-- <key>minimapBorder</key>                   <string>#253B76</string> -->
<!-- 
 -->
</dict>

</dict><dict>

	<key>name</key><string>Text base</string>
	<key>scope</key><string>text</string>
	<key>settings</key><dict>
		<!-- <key>background</key><string>#293134</string> -->
		<!-- <key>foreground</key><string>#E0E2E4</string> -->
	</dict>
</dict><dict>

	<key>name</key><string>Source base</string>
	<key>scope</key><string>source</string>
	<key>settings</key><dict>
		<!-- <key>background</key><string>#293134</string> -->
		<!-- <key>foreground</key><string>#E0E2E4</string> -->
	</dict>
</dict><dict>

	<key>name</key> <string>Comment</string>
	<key>scope</key><string>comment</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#AEAEAE</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Constant</string>
	<key>scope</key><string>constant</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#D8FA3C</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Entity</string>
	<key>scope</key><string>entity</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#FF6400</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Entity Name Type Class</string>
	<key>scope</key><string>entity.name.type.class</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#66CCCC</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Keyword</string>
	<key>scope</key><string>keyword</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#FBDE2D</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Storage</string>
	<key>scope</key><string>storage</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#FBDE2D</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Storage Type Class</string>
	<key>scope</key><string>storage.type.class</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#FBDE2D</string>
	</dict>
</dict><dict>

	<key>name</key> <string>String</string>
	<key>scope</key><string>string, meta.verbatim</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#61CE3C</string>
		<!-- <key>foreground</key><string>#CC66FF</string> -->
		<!-- <key>foreground</key><string>#61CE3C</string> -->
	</dict>
</dict><dict>

	<key>name</key> <string>String Single Quoted</string>
	<key>scope</key><string>string.quoted.single</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#FF5F8F</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Support</string>
	<key>scope</key><string>support</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#8DA6CE</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Variable</string>
	<key>scope</key><string>variable</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
	</dict>
</dict><dict>

	<key>name</key> <string>Variable Parameter</string>
	<key>scope</key><string>variable.parameter.function</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#BB77FF</string>
		<!-- <key>foreground</key><string>#61CE3C</string> -->
	</dict>
</dict><dict>

	<key>name</key> <string>Invalid – Deprecated</string>
	<key>scope</key><string>invalid.deprecated</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string>italic</string>
		<key>foreground</key><string>#AB2A1D</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Invalid – Illegal</string>
	<key>scope</key><string>invalid.illegal</string>
	<key>settings</key><dict>
		<key>background</key><string>#9D1E15</string>
		<key>foreground</key><string>#F8F8F8</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Superclass</string>
	<key>scope</key><string>entity.other.inherited-class</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string>italic</string>
		<key>foreground</key><string>#FF6400</string>
	</dict>
</dict><dict>

	<key>name</key> <string>String interpolation</string>
	<key>scope</key><string>string constant.other.placeholder</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#FF6400</string>
	</dict>
</dict><dict>

	<key>name</key> <string>meta.function-call.py</string>
	<key>scope</key><string>meta.function-call.py</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#BECDE6</string>
	</dict>
</dict><dict>

	<key>name</key> <string>meta.function-call.arguments</string>
	<key>scope</key><string>meta.function-call.arguments</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string>italic</string>
		<!-- <key>foreground</key><string>#FF0000</string> -->
	</dict>
</dict><dict>

	<key>name</key> <string>meta.tag</string>
	<key>scope</key><string>meta.tag, meta.tag entity</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#7F90AA</string>
	</dict>
</dict><dict>

	<key>name</key> <string>entity.name.section</string>
	<key>scope</key><string>entity.name.section</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#FFFFFF</string>
	</dict>
</dict><dict>

	<key>name</key> <string>OCaml variant</string>
	<key>scope</key><string>keyword.type.variant</string>
	<key>settings</key><dict>
		<key>foreground</key><string>#D5E0F3</string>
	</dict>
</dict><dict>

	<key>name</key> <string>OCaml operator</string>
	<key>scope</key><string>source.ocaml keyword.operator.symbol</string>
	<key>settings</key><dict>
		<key>foreground</key><string>#F8F8F8</string>
	</dict>
</dict><dict>

	<key>name</key> <string>OCaml infix operator</string>
	<key>scope</key><string>source.ocaml keyword.operator.symbol.infix</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#8DA6CE</string>
	</dict>
</dict><dict>

	<key>name</key> <string>OCaml prefix operator</string>
	<key>scope</key><string>source.ocaml keyword.operator.symbol.prefix</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#8DA6CE</string>
	</dict>
</dict><dict>

	<key>name</key> <string>OCaml f-p infix operator</string>
	<key>scope</key><string>source.ocaml keyword.operator.symbol.infix.floating-point</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string>underline</string>
	</dict>
</dict><dict>

	<key>name</key> <string>OCaml f-p prefix operator</string>
	<key>scope</key><string>source.ocaml keyword.operator.symbol.prefix.floating-point</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string>underline</string>
	</dict>
</dict><dict>

	<key>name</key> <string>OCaml f-p constant</string>
	<key>scope</key><string>source.ocaml constant.numeric.floating-point</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string>underline</string>
	</dict>
</dict><dict>

	<key>name</key> <string>LaTeX environment</string>
	<key>scope</key><string>text.tex.latex meta.function.environment</string>
	<key>settings</key><dict>
		<key>background</key><string>#FFFFFF08</string>
	</dict>
</dict><dict>

	<key>name</key> <string>LaTeX environment (nested)</string>
	<key>scope</key><string>text.tex.latex meta.function.environment meta.function.environment</string>
	<key>settings</key><dict>
		<key>background</key><string>#7A96FA08</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Latex support</string>
	<key>scope</key><string>text.tex.latex support.function</string>
	<key>settings</key><dict>
		<key>fontStyle</key> <string></string>
		<key>foreground</key><string>#FBDE2D</string>
	</dict>
</dict><dict>

	<key>name</key> <string>PList unquoted string</string>
	<key>scope</key><string>source.plist string.unquoted, source.plist keyword.operator</string>
	<key>settings</key><dict>
		<key>foreground</key><string>#FFFFFF</string>
	</dict>
</dict>


<!-- Dictionary Scheme -->
<!-- 
	meta.structure.array.json, meta.structure.dictionary.json, string.quoted.double.json
	meta.structure.array.json, meta.structure.dictionary.json, meta.structure.dictionary.value.json, string.quoted.double.json
 -->
<dict>
	<key>name</key> <string>Dictionary Key</string>
	<key>scope</key>
	<!-- <string>meta.structure.dictionary string.quoted -meta.structure.dictionary.value</string> -->
	<string>meta.structure.dictionary.key string.quoted</string>
	<key>settings</key><dict>
		<key>foreground</key><string>#499</string>
		<!-- <key>background</key><string>#F2777A</string> -->
	</dict>
</dict>

<dict>
	<key>name</key> <string>Dictionary Key</string>
	<key>scope</key>
	<string>meta.structure.dictionary.value meta.structure.dictionary.key string.quoted</string>
	<key>settings</key><dict>
		<key>foreground</key><string>#377</string>
	</dict>
</dict>

<dict>

	<key>name</key> <string>Dictionary Value Numeric</string>
	<key>scope</key><string>meta.structure.dictionary.value constant.numeric</string>
	<key>settings</key><dict>
		<key>foreground</key><string>#F55</string>
		<!-- <key>background</key><string>#66CCCC</string> -->
	</dict>
</dict>
<!-- Dictionary Scheme - end -->


<!-- QuickCal Scheme -->
<dict>
	<key>name</key> <string>Calendar Selected Day</string>
	<key>scope</key><string>selected_day</string>
	<key>settings</key><dict>
		<key>foreground</key><string>#2D2D2D</string>
		<key>background</key><string>#F2777A</string>
	</dict>
</dict><dict>

	<key>name</key> <string>Calendar Holiday</string>
	<key>scope</key><string>holiday</string>
	<key>settings</key><dict>
		<key>foreground</key><string>#2D2D2D</string>
		<key>background</key><string>#66CCCC</string>
	</dict>
</dict>
<!-- QuickCal Scheme - end -->



<!-- SETTINGS END -->
</array>
<!-- uuid -->
<key>uuid</key><string>A2C6BAA7-90D0-4147-BBF5-96B0CD92D901</string>
<!-- INNER END -->
</dict></plist>
# Just marked as python for controlled coloring in editor using attached scheme.
# Will update as I go
# 
# 


##################   CLASSES   ##################
auto_complete
auto_complete_label
button_control
close_button
disclosure_button_control
fold_button_control
grid_layout_control
icon_button_control
icon_case
icon_context
icon_highlight
icon_in_selection
icon_preserve_case
icon_regex
icon_reverse
icon_use_buffer
icon_whole_word
icon_wrap
label_control
mini_quick_panel_row
minimap_control
overlay_control
panel_close_button
panel_control
popup_control
puck_control
quick_panel
quick_panel_label
quick_panel_path_label
quick_panel_row
quick_panel_score_label
scroll_area_control
scroll_bar_control
scroll_corner_control
sheet_container_control
sidebar_container
sidebar_heading
sidebar_label
sidebar_tree
status_bar
status_button
tab_close_button
tab_control
tab_label
table_row
tabset_control
text_line_control
tool_tip_control
tool_tip_label_control
tree_row



##################   PROPERTIES   ##################
attributes
blur
border_color
border_size
class
color
content_margin
dark_content
fg
hit_test_level
indent
indent_offset
indent_top_level
match_fg
max_margin_trim
min_size
mouse_wheel_switch
overlay
parents
row_padding
selected_fg
selected_match_fg
settings
shadow_color
shadow_offset
tab_height
tab_min_width
tab_overlap
tab_width
tint_index
tint_modifier
viewport_color
viewport_opacity



##################   FONT PROPERTIES   ##################
bold
italic



##################   LAYER PROPERTIES   ##################
draw_center
inner_margin
opacity
texture
tint



##################   ATTRIBUTES   ##################
dark
dirty
expandable
expanded
file_dark
file_light
file_medium
file_medium_dark
horizontal
hover
left
pressed
right
selected
transient







##################   CODE COMPLETION DROPDOWN   ##################
"table_row":{
      "attributes" : [ 'selected' , '' , '' , '' ]
	, "properties" : [ '' , '' , '' , '' ]
	, "font"   .   : [ '' , '' , '' , '' ]
	, "layers"     : [ 'layer0' , '' , '' , '' ]
	,          .   : [ 'opacity' , 'texture' , 'inner_margin' , '' ]
}

##################   SIDEBAR   ##################
"sidebar_container":{
	  "attributes" : [ '' , '' , '' , '' ]
	, "properties" : [ 'content_margin' , '' , '' , '' ]
	, "font"   .   : [ '' , '' , '' , '' ]
	, "layers"     : [ 'layer0' , '' , '' , '' ]
	,          .   : [ 'tint' , 'opacity' , 'draw_center' , 'inner_margin' ]

	"sidebar_tree":{
		  "attributes" : [ 'hover' , '' , '' , '' ]
		, "properties" : [ 'row_padding' , 'indent' , 'indent_offset' , 'indent_top_level' , 'dark_content' , '' , '' ]
		, "font"   .   : [ '' , '' , '' , '' ]
		, "layers"     : [ 'layer0' , '' , '' , '' ]
		,          .   : [ 'opacity' , 'tint' , '' , '' ]

		"tree_row":{
			  "attributes" : [ 'hover' , 'expandable' , 'selected' ]
			, "properties" : [ '' , '' , '' , '' ]
			, "font"   .   : [ '' , '' , '' , '' ]
			, "layers"     : [ 'layer0' , '' , '' , '' ]
			,          .   : [ 'opacity' , 'tint' , 'inner_margin' , '' , '' , '' ]

			"sidebar_heading":{
				  "attributes" : [ '' , '' , '' , '' ]
				, "properties" : [ 'color' , 'shadow_color' , 'shadow_offset' , '' ]
				, "font"   .   : [ 'bold' , 'italic' , '' , '' ]
				, "layers"     : [ '' , '' , '' , '' ]
				,          .   : [ '' , '' , '' , '' ]
				}
			"sidebar_label":{
				  "attributes" : [ 'transient' , '' , '' , '' ]
				, "properties" : [ 'color' , 'shadow_color' , 'shadow_offset' , '' ]
				, "font"   .   : [ 'bold' , 'italic' , '' , '' ]
				, "layers"     : [ '' , '' , '' , '' ]
				,          .   : [ '' , '' , '' , '' ]
				}
			"disclosure_button_control":{
				  "attributes" : [ 'hover' , 'expanded' ]
				, "properties" : [ 'content_margin' , '' , '' , '' ]
				, "font"   .   : [ '' , '' , '' , '' ]
				, "layers"     : [ 'layer0' , 'layer1' , '' , '' ]
				,          .   : [ 'opacity' , 'texture' , 'inner_margin' , 'tint' ]
				}
			"close_button":{
				  "attributes" : [ 'dirty' , 'hover' , '' , '' ]
				, "properties" : [ 'content_margin' , '' , '' , '' ]
				, "font"   .   : [ '' , '' , '' , '' ]
				, "layers"     : [ 'layer0' , '' , '' , '' ]
				,          .   : [ 'texture' , 'opacity' , 'inner_margin' , 'tint' ]
				}
			}
		}
	}


#### SIDEBAR
|=======|===========================|===========|============|==================|=================|========|==================|
| Depth |           Class           |    Type   | Attributes |    Properties    | Font.Properties | Layers | Layer.Properties |
|=======|===========================|===========|============|==================|=================|========|==================|
|       | sidebar_container         | Container |            | content_margin   |                 | layer0 | opacity          |
|       |                           |           |            |                  |                 |        | inner_margin     |
|       |                           |           |            |                  |                 |        | tint             |
|       |                           |           |            |                  |                 |        | draw_center      |
|       |                           |           |            |                  |                 |        |                  |
|-------|---------------------------|-----------|------------|------------------|-----------------|--------|------------------|
| >     | sidebar_tree              | Container | hover      | row_padding      |                 | layer0 | opacity          |
|       |                           |           |            | indent           |                 |        | tint             |
|       |                           |           |            | indent_offset    |                 |        |                  |
|       |                           |           |            | indent_top_level |                 |        |                  |
|       |                           |           |            | dark_content     |                 |        |                  |
|       |                           |           |            |                  |                 |        |                  |
|-------|---------------------------|-----------|------------|------------------|-----------------|--------|------------------|
| >>    | tree_row                  | Container | hover      |                  |                 | layer0 | opacity          |
|       |                           |           | expandable |                  |                 |        | inner_margin     |
|       |                           |           | selected   |                  |                 |        | tint             |
|       |                           |           |            |                  |                 |        |                  |
|-------|---------------------------|-----------|------------|------------------|-----------------|--------|------------------|
| >>>   | close_button              | UI Elm    | dirty      |                  |                 | layer0 | opacity          |
|       |                           |           | hover      |                  |                 |        | texture          |
|       |                           |           |            |                  |                 |        | inner_margin     |
|       |                           |           |            |                  |                 |        | tint             |
|       |                           |           |            |                  |                 |        |                  |
|-------|---------------------------|-----------|------------|------------------|-----------------|--------|------------------|
| >>>   | disclosure_button_control | UI Elm    | hover      |                  |                 | layer0 | opacity          |
|       |                           |           | expanded   |                  |                 | layer1 | texture          |
|       |                           |           |            |                  |                 |        | inner_margin     |
|       |                           |           |            |                  |                 |        | tint             |
|       |                           |           |            |                  |                 |        |                  |
|-------|---------------------------|-----------|------------|------------------|-----------------|--------|------------------|
| >>>   | sidebar_heading           | Text      |            |                  | bold            |        |                  |
|       |                           |           |            |                  | italic          |        |                  |
|       |                           |           |            |                  |                 |        |                  |
|-------|---------------------------|-----------|------------|------------------|-----------------|--------|------------------|
| >>>   | sidebar_label             | Text      | transient  | color            | bold            |        |                  |
|       |                           |           |            | shadow_color     | italic          |        |                  |
|       |                           |           |            | shadow_offset    |                 |        |                  |
|       |                           |           |            |                  |                 |        |                  |
|=======|===========================|===========|============|==================|=================|========|==================|
| Depth | Class                     | Type      | Attributes | Properties       | Font.Properties | Layers | Layer.Properties |
|=======|===========================|===========|============|==================|=================|========|==================|

#### ALL CLASSES
# Unsorted at the moment
|===========================|======|==================|====================|=================|========|==================|
|           CLASS           | TYPE |    ATTRIBUTES    |     PROPERTIES     | FONT.PROPERTIES | LAYERS | LAYER.PROPERTIES |
|===========================|======|==================|====================|=================|========|==================|
| auto_complete             |      |                  | row_padding        |                 | layer0 | tint             |
|                           |      |                  | dark_content       |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| auto_complete_label       |      |                  | fg                 |                 |        |                  |
|                           |      |                  | match_fg           |                 |        |                  |
|                           |      |                  | selected_fg        |                 |        |                  |
|                           |      |                  | selected_match_fg  |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| button_control            |      | pressed          | content_margin     |                 | layer0 | opacity          |
|                           |      | hover            | min_size           |                 | layer1 | texture          |
|                           |      |                  |                    |                 | layer2 | inner_margin     |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| close_button              |      | dirty            |                    |                 | layer0 | opacity          |
|                           |      | hover            |                    |                 |        | texture          |
|                           |      |                  |                    |                 |        | inner_margin     |
|                           |      |                  |                    |                 |        | tint             |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| disclosure_button_control |      | hover            |                    |                 | layer0 | opacity          |
|                           |      | expanded         |                    |                 | layer1 | texture          |
|                           |      |                  |                    |                 |        | inner_margin     |
|                           |      |                  |                    |                 |        | tint             |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| fold_button_control       |      | hover            | content_margin     |                 | layer0 | texture          |
|                           |      | expanded         |                    |                 | layer1 | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| grid_layout_control       |      |                  | border_size        |                 |        |                  |
|                           |      |                  | border_color       |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| icon_button_control       |      | left             | content_margin     |                 | layer0 | opacity          |
|                           |      | right            |                    |                 | layer2 | texture          |
|                           |      | hover            |                    |                 |        | inner_margin     |
|                           |      | selected         |                    |                 |        | draw_center      |
|                           |      |                  |                    |                 |        |                  |
|                           |      |                  |                    |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| icon_case                 |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| icon_context              |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|===========================|======|==================|====================|=================|========|==================|
| CLASS                     | TYPE | ATTRIBUTES       | PROPERTIES         | FONT.PROPERTIES | LAYERS | LAYER.PROPERTIES |
|===========================|======|==================|====================|=================|========|==================|
| icon_highlight            |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| icon_in_selection         |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| icon_preserve_case        |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| icon_regex                |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| icon_reverse              |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| icon_use_buffer           |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| icon_whole_word           |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| icon_wrap                 |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| label_control             |      |                  | color              |                 |        |                  |
|                           |      |                  | shadow_color       |                 |        |                  |
|                           |      |                  | shadow_offset      |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| mini_quick_panel_row      |      | selected         |                    |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|===========================|======|==================|====================|=================|========|==================|
| CLASS                     | TYPE | ATTRIBUTES       | PROPERTIES         | FONT.PROPERTIES | LAYERS | LAYER.PROPERTIES |
|===========================|======|==================|====================|=================|========|==================|
| minimap_control           |      | hover            | viewport_color     |                 |        |                  |
|                           |      |                  | viewport_opacity   |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| overlay_control           |      |                  | content_margin     |                 | layer0 | tint             |
|                           |      |                  |                    |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| panel_close_button        |      | hover            | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 | layer1 | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| panel_control             |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| popup_control             |      |                  | content_margin     |                 | layer0 | tint             |
|                           |      |                  |                    |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| puck_control              |      | horizontal       | content_margin     |                 | layer0 | texture          |
|                           |      | dark             | blur               |                 |        | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| quick_panel               |      |                  | row_padding        |                 | layer0 | tint             |
|                           |      |                  | dark_content       |                 |        | opacity          |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| quick_panel_label         |      |                  | fg                 |                 |        |                  |
|                           |      |                  | match_fg           |                 |        |                  |
|                           |      |                  | selected_fg        |                 |        |                  |
|                           |      |                  | selected_match_fg  |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| quick_panel_path_label    |      |                  | fg                 |                 |        |                  |
|                           |      |                  | match_fg           |                 |        |                  |
|                           |      |                  | selected_fg        |                 |        |                  |
|                           |      |                  | selected_match_fg  |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| quick_panel_row           |      | selected         |                    |                 | layer0 | texture          |
|                           |      |                  |                    |                 | layer1 | tint             |
|                           |      |                  |                    |                 |        | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|                           |      |                  |                    |                 |        | draw_center      |
|===========================|======|==================|====================|=================|========|==================|
| CLASS                     | TYPE | ATTRIBUTES       | PROPERTIES         | FONT.PROPERTIES | LAYERS | LAYER.PROPERTIES |
|===========================|======|==================|====================|=================|========|==================|
| quick_panel_score_label   |      |                  | fg                 |                 |        |                  |
|                           |      |                  | selected_fg        |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| scroll_area_control       |      |                  | overlay            |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| scroll_bar_control        |      | horizontal       | blur               |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| scroll_corner_control     |      |                  |                    |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| sheet_container_control   |      |                  |                    |                 | layer0 | opacity          |
|                           |      |                  |                    |                 |        | tint             |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| sidebar_container         |      |                  | content_margin     |                 | layer0 | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|                           |      |                  |                    |                 |        | tint             |
|                           |      |                  |                    |                 |        | draw_center      |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| sidebar_heading           |      |                  |                    | bold            |        |                  |
|                           |      |                  |                    | italic          |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| sidebar_label             |      | transient        | color              | bold            |        |                  |
|                           |      |                  | shadow_color       | italic          |        |                  |
|                           |      |                  | shadow_offset      |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| sidebar_tree              |      | hover            | row_padding        |                 | layer0 | opacity          |
|                           |      |                  | indent             |                 |        | tint             |
|                           |      |                  | indent_offset      |                 |        |                  |
|                           |      |                  | indent_top_level   |                 |        |                  |
|                           |      |                  | dark_content       |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| status_bar                |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|===========================|======|==================|====================|=================|========|==================|
| CLASS                     | TYPE | ATTRIBUTES       | PROPERTIES         | FONT.PROPERTIES | LAYERS | LAYER.PROPERTIES |
|===========================|======|==================|====================|=================|========|==================|
| status_button             |      |                  | min_size           |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| tab_close_button          |      | selected         | content_margin     |                 | layer0 | texture          |
|                           |      | hover            |                    |                 | layer1 | opacity          |
|                           |      | dirty            |                    |                 | layer2 | inner_margin     |
|                           |      |                  |                    |                 | layer3 |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| tab_control               |      | file_light       | tint_index         |                 | layer0 | texture          |
|                           |      | file_medium      | tint_modifier      |                 | layer1 | opacity          |
|                           |      | file_medium_dark | content_margin     |                 | layer2 | inner_margin     |
|                           |      | file_dark        | max_margin_trim    |                 |        |                  |
|                           |      | selected         | hit_test_level     |                 |        |                  |
|                           |      | dirty            |                    |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| tab_label                 |      | dirty            | fg                 | italic          |        |                  |
|                           |      | transient        | shadow_color       |                 |        |                  |
|                           |      |                  | shadow_offset      |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| table_row                 |      | selected         |                    |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| tabset_control            |      | file_light       | tint_index         |                 | layer0 | texture          |
|                           |      | file_medium_dark | content_margin     |                 | layer1 | opacity          |
|                           |      | file_dark        | tab_overlap        |                 |        | inner_margin     |
|                           |      |                  | tab_width          |                 |        |                  |
|                           |      |                  | tab_min_width      |                 |        |                  |
|                           |      |                  | tab_height         |                 |        |                  |
|                           |      |                  | mouse_wheel_switch |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| text_line_control         |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  | tint_index         |                 | layer1 | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| tool_tip_control          |      |                  | content_margin     |                 | layer0 | texture          |
|                           |      |                  |                    |                 |        | opacity          |
|                           |      |                  |                    |                 |        | inner_margin     |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| tool_tip_label_control    |      |                  | color              |                 |        |                  |
|---------------------------|------|------------------|--------------------|-----------------|--------|------------------|
| tree_row                  |      | hover            |                    |                 | layer0 | opacity          |
|                           |      | expandable       |                    |                 |        | inner_margin     |
|                           |      | selected         |                    |                 |        | tint             |
|===========================|======|==================|====================|=================|========|==================|
| CLASS                     | TYPE | ATTRIBUTES       | PROPERTIES         | FONT.PROPERTIES | LAYERS | LAYER.PROPERTIES |
|===========================|======|==================|====================|=================|========|==================|