git-svn-id: file:///home/svn/framework3/trunk@5004 4d416f70-5f16-0410-b530-b9f4589650da

This commit is contained in:
fab 2007-06-27 19:30:13 +00:00
parent ec06c5544c
commit a7fb31166c
1 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# Define background for msfconsole
style "console2"
# For a black background
style "console"
{
base[NORMAL] = { 0.0, 0.0, 0.0 } # black
fg[NORMAL] = { 1.0, 1.0, 1.0 } # white
@ -9,5 +10,12 @@ style "console2"
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 "console2"
widget_class "GtkWindow.GtkVBox.GtkScrolledWindow.GtkTextView" style "console"
widget_class "GtkWindow.GtkVBox.GtkScrolledWindow.GtkTextView" style "white-cursor"