Actually i installed this theme:
https://launchpad.net/~corenominal/+arc
16_all.deb
It is GTK Theme. Then i added some lines in gtkrc to make panel use the colors i wanted:
# Theme for CrunchBang Linux 9.04.01
# http://crunchbanglinux.org/
# Authors:
# Philip Newborough <mail@philipnewborough.co.uk>
#
# Feel free to modify and share!
include "panel.rc"
gtk_color_scheme = "fg_color:#383838\nbg_color:#979797\nbase_color:#FFF\ntext_color:#383838\nselected_bg_color:#525252\nselected_fg_color:#CCCCCC\ntooltip_bg_color:#1A1A1A\ntooltip_fg_color:#CCCCCC"
gtk-menu-images = 0
gtk-button-images = 0 #disable icons on buttons like close etc
##########
# PANELS
##########
include "panel.rc" # This includes the file that handles panel theming. Gradient panel backgrounds are enabled by default. Please edit panel.rc or comment out this line to remove gradient panels. You can also choose one of the following lines instead, for different-sized panels.:
#include "panel28.rc" # Use this instead for 28px gradient panels.
#include "panel32.rc" # Use this instead for 32px gradient panels.
#include "panel40.rc" # Use this instead for 40px gradient panels.
#include "panel48.rc" # Use this instead for 48px gradient panels.
# The following lines make panel-menu-applet and gimmie applet's text bold.
style "bold-panel-menu"
{
#font_name = "Bold"
}
widget "*Panel*MenuBar*" style "bold-panel-menu"
widget "*gimmie*" style "bold-panel-menu"
After that i copied modified panel.rc to the same directory where i have gtkrc file for crunchbang:
panel.rc
################################################
# PANELS (24px)
################################################
# Note: Uncommenting means to delete the "#" at the beginning of a line. Commenting out means to add a "#" at the beginning of a line. The "#" tells the theme wether to ignore the line or not.
style "theme-panel"
{
xthickness = 2
# ythickness = 2
# The following two lines add gradient panel backgrounds. You may choose only one! Delete or comment out both to have regular flat gnome-panels, or when using any panel size larger than 24px.
#bg_pixmap[NORMAL] = "/Panels/panel-bg.png" # Light gradient panel.
#bg_pixmap[NORMAL] = "/Panels/panel-bg-dark.png" # Dark gradient panel.
# Uncomment the following lines when using dark panels! Note: Menus will remain the same.
bg[SELECTED] = "#525252" # Makes selected items dark.
bg[NORMAL] = mix(0.6,"#262626", "#000000")
bg[PRELIGHT] = "#424242" # Makes panel button prelight dark.
bg[ACTIVE] = "#EEEEEE" # Makes active buttons dark.
bg[INSENSITIVE] = "#3C3C3C"
fg[NORMAL] = "#D4D4D4" # Makes panel text light.
fg[PRELIGHT] = lighter (@selected_bg_color) # Makes prelighted text colored.
fg[SELECTED] = lighter (@selected_bg_color) # Makes prelighted text colored.
fg[ACTIVE] = "#000000" # Makes active text colored.
fg[INSENSITIVE] = "#666666" # Color for insensitive text.
text[NORMAL] = @text_color
text[PRELIGHT] = lighter (@selected_bg_color) # Makes prelighted text colored.
text[SELECTED] = lighter (@selected_bg_color) # Makes prelighted text colored.
text[ACTIVE] = lighter (@selected_bg_color) # Makes active text colored.
text[INSENSITIVE] = "#666666"
}
# Panel settings. Do not change.
widget "*PanelWidget*" style "theme-panel"
widget "*PanelApplet*" style "theme-panel"
widget "*fast-user-switch*" style "theme-panel"
widget "*CPUFreq*Applet*" style "theme-panel"
class "PanelApp*" style "theme-panel"
class "PanelToplevel*" style "theme-panel"
widget_class "*Mail*" style "theme-panel"
#class "*Panel*" style "theme-panel" # Disabled to fix bug.
widget_class "*notif*" style "theme-panel"
widget_class "*Notif*" style "theme-panel"
widget_class "*Tray*" style "theme-panel"
widget_class "*tray*" style "theme-panel"
widget_class "*Applet*Tomboy*" style "theme-panel"
# XFCE panel theming.
widget "*Xfce*Panel*" style "theme-panel"
class "*Xfce*Panel*" style "theme-panel"
-that is actually from BSM Suite-theme is BSM Compact Silver Dark
And that was it 
Last edited by wassm. (2010-02-20 16:52:01)
Dell Mini 10v, 1GB RAm, 160 GB Hard Disk, #! (testing)