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.
48 lines
1.3 KiB
48 lines
1.3 KiB
# ============================================================================== |
|
# GNOME TERMINAL SPECIFIC SETTINGS |
|
# ============================================================================== |
|
|
|
style "terminal_window" = "dark" { |
|
} |
|
|
|
style "terminal_menubar" |
|
{ |
|
|
|
engine "murrine" { |
|
} |
|
} |
|
|
|
style "terminal_notebook" = "dark" |
|
{ |
|
fg[ACTIVE] = mix (0.8, "#DADBDB", "#DADBDB") |
|
|
|
engine "murrine" { |
|
} |
|
} |
|
|
|
style "terminal_scrollbar" = "scrollbar" |
|
{ |
|
bg[NORMAL] = "#263238" |
|
bg[PRELIGHT] = shade(1.08, "#263238") |
|
bg[ACTIVE] = shade(0.94, "#263238") |
|
bg[SELECTED] = shade(1.0, @selected_bg_color) |
|
bg[INSENSITIVE] = "#263238" |
|
|
|
engine "murrine" { |
|
} |
|
} |
|
|
|
style "terminal_screen" |
|
{ |
|
text[NORMAL] = "#DADBDB" |
|
base[NORMAL] = "#384952" |
|
|
|
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"
|
|
|