# The Greynetic
#
# This is simple theme. Uses the thinice engine to produce a 
# Dark, Sombre mood. I made this theme to go with my brother's wallpaper.
# I call it The Greynetic.
#
# Modified from Notif theme.
# Made by pallav nawani, Oct 13, 2002.
# Public Domain.
#
# Edit these colors and fonts however you like.

style "default"
{
  fg[NORMAL]       = "#FFFFFF"
  text[NORMAL]     = "#CCCCCC"
  bg[NORMAL]       = "#666666"
  base[NORMAL]     = "#999999"
  
  fg[INSENSITIVE]  = "#552255"
  text[INSENSITIVE]= "#552255"
  bg[INSENSITIVE]  = "#8B8B80"
  base[INSENSITIVE]= "#8B8682"
  
  fg[PRELIGHT]     = "#202030"
  text[PRELIGHT]   = "#000000"
  bg[PRELIGHT]     = "#CCCCCC"
  base[PRELIGHT]   = "#CCCCCC"
  
  
  fg[ACTIVE]       = "#DDDDDD"
  text[ACTIVE]     = "#DDDDDD"
  bg[ACTIVE]       = "#222222"
  base[ACTIVE]     = "#999999"

  fg[SELECTED]     = "#000000"
  text[SELECTED]   = "#000000"
  bg[SELECTED]     = "#777777"
  base[SELECTED]   = "#606060"
  
  # Set font.

  font = "-abisource-nimbus sans-regular-i-normal-*-*-100-*-*-p-*-iso8859-1"
  engine "notif"
  {  }

}

widget "*" style "default"
