<?xml version="1.0"?>
<button backcol="none" display="label" label_pos="right" separate="yes" textcol="none" type="three_button">
	<label>Set Tab Color...</label>
	<button backcol="none" display="label" label_pos="right" textcol="none">
		<label>Set Tab Color...</label>
		<tip>Assign a color to this tab</tip>
		<function type="normal">
			<instruction>Go TABCOLOR edit PATH %tab_id%</instruction>
		</function>
	</button>
	<button backcol="none" display="label" label_pos="right" textcol="none">
		<label>Set Tab Color...</label>
		<tip>=IsSet(Val(&quot;$lst:tab_color&quot;))?&quot;Copy &quot;+color+&quot;  &lt;font bgcol=&quot;&quot;&quot;+color+&quot;&quot;&quot;&gt;     &lt;/font&gt;&quot;:&quot;No color to copy&quot;</tip>
		<icon1>#newcommand</icon1>
		<function type="normal">
			<instruction>@evalalways:Run(&quot;TabColor %tab_id%&quot;); color=Val(&quot;$lst:tab_color&quot;);</instruction>
			<instruction>TabColor COPY %tab_id%</instruction>
			<instruction>@set $lst:tab_color</instruction>
		</function>
	</button>
	<button backcol="none" display="label" label_pos="right" textcol="none">
		<label>Set Tab Color...</label>
		<tip>Copy #clear</tip>
		<icon1>#newcommand</icon1>
		<function type="normal">
			<instruction>@keydown:none</instruction>
			<instruction>Go TABCOLOR=reset</instruction>
			<instruction>Clipboard SET #clear</instruction>
			<instruction />
			<instruction>@keydown:ctrl:Clear all</instruction>
			<instruction>TabColor CLEARALL</instruction>
		</function>
	</button>
</button>
