Files
@ 24664f7ae65e
Branch filter:
Location: light9/theme/Just-Dark/gtk-3.0/tabs-darker-overrides.css - annotation
24664f7ae65e
4.8 KiB
text/css
eval faders more tolerant of incomplete data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e 6a1076af059e | TerminalWindow .notebook .prelight-page GtkLabel,
TerminalWindow .notebook tab .active-page GtkLabel,
NautilusWindow .notebook tab .active-page GtkLabel,
NemoWindow .notebook tab .active-page GtkLabel,
EmpathyChatWindow .notebook tab .active-page GtkLabel,
GeditWindow .notebook tab .active-page GtkLabel,
EphyNotebook.notebook tab .active-page GtkLabel {
color: @dark_fg_color;
text-shadow: 0 -1px @dark_wm_title_shadow;
icon-shadow: 0 -1px @dark_wm_title_shadow;
transition: none;
}
NautilusNotebook.notebook tab.top.reorderable-page:active,
NautilusNotebook.notebook tab.top.reorderable-page:active:hover,
NemoWindow .notebook tab.top.reorderable-page:active,
NemoWindow .notebook tab.top.reorderable-page:active:hover,
EmpathyChatWindow .notebook tab.top.reorderable-page:active,
EmpathyChatWindow .notebook tab.top.reorderable-page:active:hover,
GeditWindow .notebook tab.top.reorderable-page:active,
GeditWindow .notebook tab.top.reorderable-page:active:hover,
EphyNotebook.notebook tab.top.reorderable-page:active,
EphyNotebook.notebook tab.top.reorderable-page:active:hover {
background-image: linear-gradient(to bottom,
@dark_notebook_tab_gradient_a,
@dark_notebook_tab_gradient_b);
}
TerminalWindow .notebook .active-page .button,
TerminalWindow .notebook .prelight-page .button,
NautilusWindow .notebook .active-page .button,
NemoWindow .notebook .active-page .button,
EmpathyChatWindow .notebook .active-page .button,
GeditWindow .notebook .active-page .button,
EphyNotebook.notebook .active-page .button {
color: @dark_fg_color;
icon-shadow: 0 -1px @dark_wm_title_shadow;
}
TerminalWindow .notebook .active-page .button:hover,
NautilusWindow .notebook .active-page .button:hover,
NemoWindow .notebook .active-page .button:hover,
EmpathyChatWindow .notebook .active-page .button:hover,
GeditWindow .notebook .active-page .button:hover,
EphyNotebook.notebook .active-page .button:hover {
icon-shadow: 0 -1px @dark_wm_title_shadow;
border-color: alpha(white, 0.1);
color: shade(red, 1.3);
background-image: none;
}
TerminalWindow .notebook .active-page .button:active,
NautilusWindow .notebook .active-page .button:active,
NemoWindow .notebook .active-page .button:active,
EmpathyChatWindow .notebook .active-page .button:active,
GeditWindow .notebook .active-page .button:active,
EphyNotebook.notebook .active-page .button:active {
border-color: alpha(black, 0.5);
color: @dark_fg_color;
background-image: linear-gradient(to bottom, shade(@dark_bg_color, 0.75), shade(@dark_bg_color, 0.82));
}
NautilusNotebook.notebook tab.top:active,
NautilusNotebook.notebook tab.top:active:hover,
NemoNotebook.notebook tab.top:active,
NemoNotebook.notebook tab.top:active:hover,
EmpathyChatWindow .notebook tab.top:active,
EmpathyChatWindow .notebook tab.top:active:hover,
GeditWindow .notebook tab.top:active,
GeditWindow .notebook tab.top:active:hover,
EphyNotebook.notebook tab.top:active,
EphyNotebook.notebook tab.top:active:hover {
border-image: -gtk-scaled(url("borders/tab-active-darker.png"),url("borders/tab-active-darker@2.png")) 2 7 2 7 / 2px 7px 2px 7px stretch;
}
NautilusNotebook.notebook tab.top,
NemoWindow .notebook tab.top,
EmpathyChatWindow .notebook tab.top,
GeditWindow .notebook tab.top,
EphyNotebook.notebook tab.top,
NautilusNotebook.notebook tab.top:hover,
NemoWindow .notebook tab.top:hover,
EmpathyChatWindow .notebook tab.top:hover,
GeditWindow .notebook tab.top:hover,
EphyNotebook.notebook tab.top:hover,
NautilusNotebook.notebook.header.top,
NemoWindow .notebook.header.top,
EmpathyChatWindow .notebook.header.top,
GeditWindow .notebook.header.top,
EphyNotebook.notebook.header.top {
box-shadow: inset 0 5px alpha(black, 0.005),
inset 0 4px alpha(black, 0.020),
inset 0 3px alpha(black, 0.050),
inset 0 2px alpha(black, 0.075),
inset 0 1px alpha(black, 0.09),
inset 0 -1px alpha(@borders, 0.5);
}
/* Empathy */
EmpathyChatWindow .menubar {
background-image: linear-gradient(to bottom,
@metacity_bg_b,
@dark_notebook_tab_gradient_a);
border-bottom: 1px solid @dark_borders;
}
EmpathyChatWindow .notebook.header.frame.top {
box-shadow: inset 0 3px 3px -1px rgba(0, 0, 0, 0.15), inset 0 -1px alpha(@borders, 0.5); }
/* GNOME Terminal */
TerminalWindow .notebook tab.top.reorderable-page:active {
background-image: linear-gradient(to bottom, @metacity_bg_b, shade(@metacity_bg_b, 0.9));
border-image: -gtk-scaled(url("borders/terminal-tab-active-darker.png"),url("borders/terminal-tab-active-darker@2.png")) 2 7 2 7 / 2px 7px 2px 7px stretch;
}
TerminalWindow .notebook tab GtkLabel {
color: mix(@dark_fg_color, @dark_bg_color, 0.40);
text-shadow: 0 -1px @dark_wm_title_shadow;
}
|