# Scalpel 
# Simple three color theme. 
# Gert@scintilla.utwente.nl

style "default"
{
  fg[NORMAL]      = "#F5DEB3"
  fg[PRELIGHT]    = "#F5DEB3" 
  fg[ACTIVE]      = "#F5DEB3" 
  fg[SELECTED]    = "#F5DEB3" 
  fg[INSENSITIVE] = "#F5DEB3" 
  bg[NORMAL]      = "#313021"
  bg[PRELIGHT]    = "#635942"
  bg[ACTIVE]      = "#313021"
  bg[SELECTED]    = "#313021"
  bg[INSENSITIVE] = "#635942"
  base[NORMAL]    = "#635942" 
}

class "Gtk*" style "default"



