<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1611" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
    <dependencies>
        <deployment identifier="macosx"/>
        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
        <capability name="box content view" minToolsVersion="7.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <customObject id="-2" userLabel="File's Owner" customClass="ColorsPrefPane">
            <connections>
                <outlet property="alphaStepper" destination="35" id="67"/>
                <outlet property="backgColorWell" destination="29" id="66"/>
                <outlet property="defaultColorsButton" destination="34" id="68"/>
                <outlet property="inputColorWell" destination="27" id="61"/>
                <outlet property="mainView" destination="5" id="11"/>
                <outlet property="outputColorWell" destination="23" id="64"/>
                <outlet property="promptColorWell" destination="25" id="69"/>
                <outlet property="stderrColorWell" destination="28" id="62"/>
                <outlet property="stdoutColorWell" destination="31" id="65"/>
            </connections>
        </customObject>
        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
        <customObject id="-3" userLabel="Application"/>
        <customView id="5" userLabel="View">
            <rect key="frame" x="0.0" y="0.0" width="357" height="255"/>
            <autoresizingMask key="autoresizingMask"/>
            <subviews>
                <slider verticalHuggingPriority="750" id="35">
                    <rect key="frame" x="137" y="56" width="202" height="21"/>
                    <autoresizingMask key="autoresizingMask"/>
                    <sliderCell key="cell" continuous="YES" alignment="left" maxValue="1" doubleValue="1" tickMarkPosition="above" sliderType="linear" id="79">
                        <font key="font" size="12" name="Helvetica"/>
                    </sliderCell>
                    <connections>
                        <action selector="changeAlphaColor:" target="43" id="52"/>
                    </connections>
                </slider>
                <button verticalHuggingPriority="750" id="34">
                    <rect key="frame" x="119" y="12" width="112" height="32"/>
                    <autoresizingMask key="autoresizingMask"/>
                    <buttonCell key="cell" type="push" title="Defaults" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="78">
                        <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                        <font key="font" metaFont="system"/>
                    </buttonCell>
                    <connections>
                        <action selector="setDefaultColors:" target="43" id="51"/>
                    </connections>
                </button>
                <box title="Colors" titlePosition="noTitle" id="26">
                    <rect key="frame" x="17" y="92" width="323" height="145"/>
                    <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
                    <view key="contentView" id="0AL-H9-9fN">
                        <rect key="frame" x="2" y="2" width="319" height="141"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <colorWell id="27">
                                <rect key="frame" x="37" y="87" width="53" height="30"/>
                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
                                <color key="color" red="0.030040747999999999" green="0.021493315999999998" blue="1" alpha="1" colorSpace="calibratedRGB"/>
                                <connections>
                                    <action selector="changeInputColor:" target="43" id="45"/>
                                </connections>
                            </colorWell>
                            <colorWell id="23">
                                <rect key="frame" x="127" y="87" width="53" height="30"/>
                                <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES"/>
                                <color key="color" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
                                <connections>
                                    <action selector="changeOutputColor:" target="43" id="46"/>
                                </connections>
                            </colorWell>
                            <colorWell id="29">
                                <rect key="frame" x="223" y="20" width="53" height="30"/>
                                <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
                                <color key="color" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
                                <connections>
                                    <action selector="changeBackGColor:" target="43" id="50"/>
                                </connections>
                            </colorWell>
                            <textField verticalHuggingPriority="750" id="30">
                                <rect key="frame" x="22" y="124" width="88" height="17"/>
                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
                                <textFieldCell key="cell" alignment="center" title="Input" id="73">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <textField verticalHuggingPriority="750" id="32">
                                <rect key="frame" x="112" y="124" width="92" height="17"/>
                                <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES"/>
                                <textFieldCell key="cell" alignment="center" title="Output" id="74">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <textField verticalHuggingPriority="750" id="36">
                                <rect key="frame" x="194" y="57" width="111" height="17"/>
                                <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
                                <textFieldCell key="cell" alignment="center" title="Background" id="76">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <colorWell id="28">
                                <rect key="frame" x="37" y="20" width="53" height="30"/>
                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
                                <color key="color" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
                                <connections>
                                    <action selector="changeStderrColor:" target="43" id="48"/>
                                </connections>
                            </colorWell>
                            <textField verticalHuggingPriority="750" id="33">
                                <rect key="frame" x="22" y="57" width="88" height="17"/>
                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
                                <textFieldCell key="cell" alignment="center" title="Stderr" id="75">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <colorWell id="31">
                                <rect key="frame" x="127" y="20" width="53" height="30"/>
                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
                                <color key="color" red="0.78260869" green="0.76328503999999997" blue="0.76328503999999997" alpha="1" colorSpace="calibratedRGB"/>
                                <connections>
                                    <action selector="changeStdoutColor:" target="43" id="49"/>
                                </connections>
                            </colorWell>
                            <textField verticalHuggingPriority="750" id="38">
                                <rect key="frame" x="112" y="57" width="80" height="17"/>
                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
                                <textFieldCell key="cell" alignment="center" title="Stdout" id="77">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <textField verticalHuggingPriority="750" id="22">
                                <rect key="frame" x="206" y="124" width="88" height="17"/>
                                <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
                                <textFieldCell key="cell" alignment="center" title="Prompt" id="72">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <colorWell id="25">
                                <rect key="frame" x="223" y="87" width="53" height="30"/>
                                <autoresizingMask key="autoresizingMask" flexibleMinX="YES"/>
                                <color key="color" red="0.10417509" green="1" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
                                <connections>
                                    <action selector="changePromptColor:" target="43" id="47"/>
                                </connections>
                            </colorWell>
                        </subviews>
                    </view>
                    <font key="titleFont" metaFont="system"/>
                </box>
                <textField verticalHuggingPriority="750" id="24">
                    <rect key="frame" x="17" y="60" width="117" height="17"/>
                    <autoresizingMask key="autoresizingMask"/>
                    <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Transparency :" id="71">
                        <font key="font" metaFont="system"/>
                        <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                        <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                    </textFieldCell>
                </textField>
            </subviews>
        </customView>
        <customObject id="43" userLabel="ColorsPrefPane" customClass="ColorsPrefPane">
            <connections>
                <outlet property="alphaStepper" destination="35" id="60"/>
                <outlet property="backgColorWell" destination="29" id="57"/>
                <outlet property="defaultColorsButton" destination="34" id="59"/>
                <outlet property="inputColorWell" destination="27" id="53"/>
                <outlet property="mainView" destination="5" id="44"/>
                <outlet property="outputColorWell" destination="23" id="55"/>
                <outlet property="promptColorWell" destination="25" id="58"/>
                <outlet property="stderrColorWell" destination="28" id="54"/>
                <outlet property="stdoutColorWell" destination="31" id="56"/>
            </connections>
        </customObject>
    </objects>
</document>