Fuxx
This commit is contained in:
parent
8268fba83d
commit
7ed2a6e110
9565 changed files with 1315332 additions and 90 deletions
48
themes/gtk/Nordic-darker-standard-buttons-v40/gtk-2.0/apps/terminal.rc
Executable file
48
themes/gtk/Nordic-darker-standard-buttons-v40/gtk-2.0/apps/terminal.rc
Executable file
|
@ -0,0 +1,48 @@
|
|||
# ==============================================================================
|
||||
# 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"
|
Loading…
Add table
Add a link
Reference in a new issue