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.
43 lines
1011 B
43 lines
1011 B
11 years ago
|
# ==============================================================================
|
||
|
# 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"
|
||
11 years ago
|
base[NORMAL] = "#300A24"
|
||
11 years ago
|
|
||
|
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"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|