88ed614b7e
git-svn-id: file:///home/svn/framework3/trunk@4738 4d416f70-5f16-0410-b530-b9f4589650da
15 lines
439 B
Plaintext
15 lines
439 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 "GtkDialog.GtkVBox.GtkVBox.GtkTextView" style "textview"
|
|
widget_class "GtkDialog.GtkVBox.GtkVBox.GtkScrolledWindow.GtkTextView" style "textview"
|