53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
|
# ==============================================================================
|
||
|
# GNOME TERMINAL SPECIFIC SETTINGS
|
||
|
# ==============================================================================
|
||
|
|
||
|
style "terminal_window" = "dark" {
|
||
|
}
|
||
|
|
||
|
style "terminal_menubar"
|
||
|
{
|
||
|
engine "murrine" {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
style "terminal_notebook" = "dark"
|
||
|
{
|
||
|
fg[ACTIVE] = mix (0.8, "#DFDFDF", "#3C3C3C")
|
||
|
|
||
|
engine "murrine" {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
style "terminal_scrollbar" = "scrollbar"
|
||
|
{
|
||
|
bg[NORMAL] = "#3C3C3C"
|
||
|
bg[PRELIGHT] = shade(1.08, "#3C3C3C")
|
||
|
bg[ACTIVE] = shade(0.94, "#3C3C3C")
|
||
|
bg[SELECTED] = shade(1.0, @selected_bg_color)
|
||
|
bg[INSENSITIVE] = "#3C3C3C"
|
||
|
|
||
|
engine "murrine" {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
style "terminal_screen"
|
||
|
{
|
||
|
text[NORMAL] = "#ffffff"
|
||
|
base[NORMAL] = "#000000"
|
||
|
|
||
|
TerminalScreen::background-darkness = 0.97
|
||
|
}
|
||
|
|
||
|
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"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|