<?xml version="1.0"?>
<console title="dropdownconsole" change_refresh="5" refresh="100" shell="c:\cygwin\cygwin.bat">

   <font>
      <size>10</size>
      <bold>false</bold>
      <italic>false</italic>
      <color r="255" g="255" b="255" />
      <name>Lucida Console</name>
   </font>

   <position>
      <x>0</x>
      <y>10</y>
      <!-- dock to top left for "quake-console" feel -->
      <docked>top left</docked>
      <snap_distance>10</snap_distance>
      <!-- float on top -->
      <z_order>on top</z_order>
   </position>

   <appearance>

      <hide_console>true</hide_console>
      <border>none</border>
      
      <!-- move text away from the outside edge -->
      <inside_border>10</inside_border>
      <taskbar_button>tray</taskbar_button>

      <size rows="18" columns="95" buffer_rows="500" />
      <transparency alpha="200" inactive_alpha="100">alpha</transparency>
      <background>
         <color r="0" g="0" b="0" />
         <image style="center">dark.png</image>
      </background>
      
      <scrollbar>
      	<color r="0" g="0" b="0" />
        <style>flat</style>
      </scrollbar>

      <cursor>
         <color r="255" g="255" b="255" />
         <style>fading block</style>
      </cursor>

   </appearance>

   <behaviour>
      <!-- keep the console in place -->
      <mouse_drag>false</mouse_drag>
      <copy_on_select>true</copy_on_select>
   </behaviour>

</console>