Files
metasploit-gs/data/msfgui/style/opcode.rc
T

15 lines
439 B
Plaintext
Raw Normal View History

2007-04-22 13:39:32 +00:00
# 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"
2007-04-22 19:14:00 +00:00
widget_class "GtkDialog.GtkVBox.GtkVBox.GtkScrolledWindow.GtkTextView" style "textview"