You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
artwork/src/usr/share/themes/Box7/gtk-2.0/apps/gnome-terminal.rc

43 lines
1011 B

# ==============================================================================
# GNOME TERMINAL SPECIFIC SETTINGS
# ==============================================================================
style "terminal_menubar"
{
engine "murrine" {
}
}
style "terminal_notebook"
{
engine "murrine" {
contrast = 1.0
}
}
style "terminal_scrollbar" = "scrollbar"
{
engine "murrine" {
}
}
style "terminal_screen"
{
text[NORMAL] = "#ffffff"
base[NORMAL] = "#300A24"
TerminalScreen::background-darkness = 0.95
}
#widget "*TerminalWindow*" style "terminal_window"
#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar"
widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook"
#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar"
#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button"
widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen"