include '/usr/share/themes/Adwaita/gtk-2.0/gtkrc'

gtk-color-scheme = "insensitive_bg_color:#F4F4F4"

style "default" {
	####################
	# Color Definitions
	####################
	bg[NORMAL]        = @bg_color
	bg[PRELIGHT]      = shade (1.02, @bg_color)
	bg[SELECTED]      = @selected_bg_color
	bg[INSENSITIVE]   = @bg_color
	bg[ACTIVE]        = shade (0.9, @bg_color)

	fg[NORMAL]        = @fg_color
	fg[PRELIGHT]      = @fg_color
	fg[SELECTED]      = @selected_fg_color
	fg[INSENSITIVE]   = darker (@bg_color)
	fg[ACTIVE]        = @fg_color

	text[NORMAL]      = @text_color
	text[PRELIGHT]    = @text_color
	text[SELECTED]    = @selected_fg_color
	text[INSENSITIVE] = darker (@bg_color)
	text[ACTIVE]      = @selected_fg_color

	base[NORMAL]      = @base_color
	base[PRELIGHT]    = shade (0.95, @bg_color)
	base[SELECTED]    = @selected_bg_color
	base[INSENSITIVE] = @bg_color
	base[ACTIVE]      = shade (0.9, @selected_bg_color)
}

class "GtkWidget" style "default"

style "panel"
{
    engine "clearlooks" {
    }
    #active text color
    fg[ACTIVE]        = "#dddddd"
    #text color
    fg[NORMAL]        = "#cccccc"
    #color of the text when you hover
    fg[PRELIGHT]      = "#cccccc"
    #window boarders switch desktops
    fg[SELECTED]      = "#cccccc"

    #background of the active element
    bg[ACTIVE]        = "#252726"
    #background and stroke
    bg[NORMAL]        = "#343938"
    #background under the mouse
    bg[PRELIGHT]      = "#252726"
    #light window switch desktops
    bg[SELECTED]      = "#aaaaaa"

    GtkButton::inner-border = {2, 2, 2, 2}
}

style "calculate-clock"
{
    font_name = "Droid Sans 20"
}

style "workspace-switcher" = "panel"
{
    #background of the active element
    bg[ACTIVE]        = "#333333"
    #background and stroke
    bg[NORMAL]        = "#444444"
    #background under the mouse
    bg[PRELIGHT]      = "#333333"
    #light window switch desktops
    bg[SELECTED]      = "#aaaaaa"
}

widget "*PanelWidget*"          style "panel"
widget "*PanelApplet*"          style "panel"
widget "*fast-user-switch*"     style "panel"
widget "*gdm-user-switch*"      style "panel"
widget "*CPUFreq*Applet*"       style "panel"
widget "*indicator-applet*"     style "panel"
class "PanelApp*"               style "panel"
class "PanelToplevel*"          style "panel"
widget_class "*PanelToplevel*"  style "panel"
widget_class "*notif*"          style "panel"
widget_class "*Notif*"          style "panel"
widget_class "*Tray*"           style "panel"
widget_class "*tray*"           style "panel"
widget_class "*computertemp*"   style "panel"
widget_class "*Applet*Tomboy*"  style "panel"
widget_class "*Applet*Netstatus*"       style "panel"

# XFCE panel theming.
widget "*Xfce*Panel*"           style "panel"
class "*Xfce*Panel*"            style "panel"
widget "*WnckPager*"        style "workspace-switcher"

style "xfdesktop-icon-view" {
    XfdesktopIconView::label-alpha = 0
    XfdesktopIconView::selected-label-alpha = 100
    XfdesktopIconView::ellipsize-icon-labels = 0

    XfdesktopIconView::shadow-x-offset = 1
    XfdesktopIconView::shadow-y-offset = 1
    XfdesktopIconView::shadow-color = "#000000"
    XfdesktopIconView::selected-shadow-x-offset = 0
    XfdesktopIconView::selected-shadow-y-offset = 0
    XfdesktopIconView::selected-shadow-color = "#000000"

    XfdesktopIconView::cell-spacing = 0
    XfdesktopIconView::cell-padding = 0
    XfdesktopIconView::cell-text-width-proportion = 2.3

    base[NORMAL] = "#91d7fd"
    base[SELECTED] = "#91d7fd"
    base[ACTIVE] = "#FFFFFF"

    fg[NORMAL] = "#FFFFFF"
    fg[SELECTED] = "#FFFFFF"
    fg[ACTIVE] = "#FFFFFF"

}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"

style "xfce-panel-window-style"
{
    # Time in miliseconds before the panel will unhide on an enter event
    XfcePanelWindow::popup-delay = 100

    # Time in miliseconds before the panel will hide on a leave event
    XfcePanelWindow::popdown-delay = 250

    # Size of autohide window in pixels
    XfcePanelWindow::autohide-size = 1
}
class "XfcePanelWindow" style "xfce-panel-window-style"

style "tooltips"
{
    xthickness = 7
    ythickness = 4

    GtkWidget::new-tooltip-style = 1

    bg[NORMAL]  = "#2c2c2c"
    bg[SELECTED]    = "#2c2c2c"
    fg[NORMAL]  = "#ffffff"

}

widget "*tooltip*" style:highest "tooltips"

style "xfce-notifies-window"
{
    bg[NORMAL] = "#000000"
    XfceNotifyWindow::border-color = "#444444"
    XfceNotifyWindow::border-width = 1.0
    XfceNotifyWindow::border-color-hover = "#444444"
    XfceNotifyWindow::border-width-hover = 1.0
}
class "XfceNotifyWindow" style "xfce-notifies-window"
widget "*clock*"          style "calculate-clock"

style "entry_calculate"
{
	xthickness	= 3
	ythickness   	= 4

        base[NORMAL] = @base_color
        base[INSENSITIVE] = @insensitive_bg_color

	engine "pixmap"
	{
	image
	{
		function		= SHADOW
		detail			= "entry"
                state                   = NORMAL
		shadow			= IN
		file			= "Others/entry-border-bg-solid.png"
		border			= { 4, 4, 4, 4 }
		stretch			= TRUE
	}
	image
	{
	        function                = FLAT_BOX
	        detail                  = "entry_bg"
	        state                   = NORMAL
		file			= "Others/white_bg.png"
		border			= { 0, 0, 0, 0 }
		stretch			= TRUE
	}
	image
	{
	        function                = FLAT_BOX
	        detail                  = "entry_bg"
	        state                   = ACTIVE
		file			= "Others/white_bg.png"
		border			= { 0, 0, 0, 0 }
		stretch			= TRUE
	}
    }
}

style "combobox_calculate"
{
	xthickness	= 2
	ythickness   	= 4

	engine "pixmap"
	{
        # LTR version
	image
	{
		function		= SHADOW
		detail			= "entry"
                state                   = NORMAL
		shadow			= IN
		#file			= "Entry/combo-entry-border-bg.png"
		file			= "Others/combo-entry-border-bg-solid.png"
		border			= { 4, 4, 4, 4 }
		stretch			= TRUE
                direction               = LTR
	}
    }
}

class "GtkEntry"           		style "entry_calculate"
widget_class "*<GtkComboBoxEntry>*<GtkEntry>"   style "combobox_calculate"
