Merge lp:~willcooke/ubuntu-themes/terminal-tabs into lp:ubuntu-themes

Proposed by Will Cooke on 2016-04-15
Status: Merged
Approved by: Iain Lane on 2016-05-24
Approved revision: 473
Merged at revision: 479
Proposed branch: lp:~willcooke/ubuntu-themes/terminal-tabs
Merge into: lp:ubuntu-themes
Diff against target: 93 lines (+78/-0)
2 files modified
Ambiance/gtk-3.0/apps/gnome-terminal.css (+39/-0)
Radiance/gtk-3.0/apps/gnome-terminal.css (+39/-0)
To merge this branch: bzr merge lp:~willcooke/ubuntu-themes/terminal-tabs
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve on 2016-04-15
Lars Karlitski 2016-05-20 Pending
Iain Lane 2016-04-15 Pending
Review via email: mp+292055@code.launchpad.net

Commit Message

Adds Terminal specific CSS to change tab colours making it easier to distinguish the current selected tab from the others. Design have reviewed and ack'd. Fixes lp:#762349

Description of the Change

Adds Terminal specific CSS to change tab colours making it easier to distinguish the current selected tab from the others. Design have reviewed and ack'd. Fixes lp:#762349

To post a comment you must log in.
Will Cooke (willcooke) wrote :

This has been ack'd by design and sabdfl - please let's get it merged.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.0/apps/gnome-terminal.css'
2--- Ambiance/gtk-3.0/apps/gnome-terminal.css 2016-02-08 12:01:58 +0000
3+++ Ambiance/gtk-3.0/apps/gnome-terminal.css 2016-04-15 22:16:27 +0000
4@@ -21,3 +21,42 @@
5 TerminalScreenContainer .scrollbar {
6 background-color: transparent;
7 }
8+
9+TerminalNotebook.notebook.header {
10+ background-color: @dark_bg_color;
11+ border: none;
12+}
13+
14+
15+TerminalNotebook.notebook tab.top {
16+ background-color: shade(@bg_color, 0.7);
17+ border-width: 1px 1px 0px 1px;
18+ border-radius: 8px 8px 0px 0px;
19+ border-image: none;
20+ border-style: solid;
21+ border-color: @dark_bg_color;
22+}
23+
24+TerminalNotebook.notebook tab.top:active {
25+ background-color: @bg_color;
26+ border-image: none;
27+}
28+
29+TerminalNotebook.notebook tab .button {
30+ background-color: transparent;
31+ padding: 1px;
32+}
33+
34+/* Match the actions bar. This is a hack and should be fixed in 3.20 */
35+TerminalNotebook GtkBox.vertical {
36+ background-color: transparent;
37+}
38+
39+.background TerminalNotebook GtkBox.vertical .button {
40+ border-image:none;
41+ border-color: transparent;
42+ border-width: 1px;
43+ border-radius: 5px;
44+ padding: 1px;
45+}
46+
47
48=== modified file 'Radiance/gtk-3.0/apps/gnome-terminal.css'
49--- Radiance/gtk-3.0/apps/gnome-terminal.css 2016-02-08 12:01:58 +0000
50+++ Radiance/gtk-3.0/apps/gnome-terminal.css 2016-04-15 22:16:27 +0000
51@@ -21,3 +21,42 @@
52 TerminalScreenContainer .scrollbar {
53 background-color: transparent;
54 }
55+
56+TerminalNotebook.notebook.header {
57+ background-color: @dark_bg_color;
58+ border: none;
59+}
60+
61+
62+TerminalNotebook.notebook tab.top {
63+ background-color: shade(@bg_color, 0.75);
64+ border-width: 1px 1px 0px 1px;
65+ border-radius: 8px 8px 0px 0px;
66+ border-image: none;
67+ border-style: solid;
68+ border-color: @dark_bg_color;
69+}
70+
71+TerminalNotebook.notebook tab.top:active {
72+ background-color: shade(@bg_color,1.2);
73+ border-image: none;
74+}
75+
76+TerminalNotebook.notebook tab .button {
77+ background-color: transparent;
78+ padding: 1px;
79+}
80+
81+/* Match the actions bar. This is a hack and should be fixed in 3.20 */
82+TerminalNotebook GtkBox.vertical {
83+ background-color: transparent;
84+}
85+
86+.background TerminalNotebook GtkBox.vertical .button {
87+ border-image:none;
88+ border-color: transparent;
89+ border-width: 1px;
90+ border-radius: 5px;
91+ padding: 1px;
92+}
93+

Subscribers

People subscribed via source and target branches