metasploit-framework/data/msfgui/style/main.rc

16 lines
383 B
Plaintext
Raw Normal View History

# 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"