Files
metasploit-gs/data/msfgui/style/main.rc
T
fab 6bb46ec862 minor update
git-svn-id: file:///home/svn/framework3/trunk@4980 4d416f70-5f16-0410-b530-b9f4589650da
2007-06-02 20:10:24 +00:00

16 lines
383 B
Plaintext

# Define background for msfconsole
style "textview"
{
base[NORMAL] = { 0.0, 0.0, 0.0 } # black
fg[NORMAL] = { 1.0, 1.0, 1.0 } # white
text[NORMAL] = { 1.0, 1.0, 1.0 } # white
fontset="-*-lucida-medium-r-*-*-14-*-*-*-*-*-*-*"
}
# Attach style with the specific widget name
widget_class "GtkWindow.GtkVBox.GtkHBox.GtkNotebook.GtkScrolledWindow.GtkTextView" style "textview"