8f6498038a
Gtk Console swicth to Gtk::Window Now, in the same time, we could open multiple sessions Remove old console stuff (code and glade) git-svn-id: file:///home/svn/framework3/trunk@4500 4d416f70-5f16-0410-b530-b9f4589650da
14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
# Define background for msfconsole
|
|
|
|
style "console2"
|
|
{
|
|
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.GtkScrolledWindow.GtkTextView" style "console2"
|