mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
git-svn-id: file:///home/svn/framework3/trunk@5004 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
ec06c5544c
commit
a7fb31166c
@ -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"
|
Loading…
Reference in New Issue
Block a user