# Terminal 
# Simple three color theme. 
# bdibblee@bellsouth.net

pixmap_path "/home/DibbleeAS/terminal/gtk/"
 
style "default"
{
  fg[NORMAL]      = { 0.09, 0.61, 0.07 }
  fg[PRELIGHT]    = { 0.09, 0.61, 0.07 } 
  fg[ACTIVE]      = { 0.09, 0.61, 0.07 } 
  fg[SELECTED]    = { 0.09, 0.61, 0.07 } 
  fg[INSENSITIVE] = { 0.09, 0.09, 0.09 }
  bg[NORMAL]      = { 0.01, 0.01, 0.01 }
  bg[PRELIGHT]    = { 0.20, 0.20, 0.20 }
  bg[ACTIVE]      = { 0.25, 0.25, 0.25 }
  bg[SELECTED]    = { 0.15, 0.15, 0.15 }
  bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
  base[NORMAL]    = { 0.09, 0.09, 0.09 }
  base[ACTIVE]    = { 0.30, 0.30, 0.30 }
  base[INSENSITIVE]= {0.09, 0.61, 0.07 }
}

class "Gtk*" style "default"



