Files
metasploit-gs/data/msfgui/style/console.rc
T
HD Moore 003cc32be6 Clean up for the 3.1 release, hide features which are not completed or working well.
git-svn-id: file:///home/svn/framework3/trunk@5301 4d416f70-5f16-0410-b530-b9f4589650da
2008-01-21 01:48:05 +00:00

25 lines
678 B
Plaintext

# Define background for msfconsole
# For a black background
style "console"
{
# 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
base[NORMAL] = { 1.0, 1.0, 1.0 } # white
fg[NORMAL] = { 0.0, 0.0, 0.0 } # black
text[NORMAL] = { 0.0, 0.0, 0.0 } # black
fontset="-*-lucida-medium-r-*-*-14-*-*-*-*-*-*-*"
}
# For the cursor
style "white-cursor" {
GtkTextView::cursor-color = "white"
}
# Attach style with the specific widget name
widget_class "GtkWindow.GtkVBox.GtkScrolledWindow.GtkTextView" style "console"
widget_class "GtkWindow.GtkVBox.GtkScrolledWindow.GtkTextView" style "white-cursor"