File tree Expand file tree Collapse file tree 6 files changed +42
-0
lines changed
Mint-X/theme/Mint-X/gtk-3.0 Expand file tree Collapse file tree 6 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -3757,6 +3757,11 @@ PanelSeparator {
37573757 background-color : # 3f3f3f ;
37583758 color : # ffffff ; }
37593759
3760+ .terminator-terminal-window > paned {
3761+ background-color : # 383838 ; }
3762+ .terminator-terminal-window > paned .wide {
3763+ background-color : # 383838 ; }
3764+
37603765/************
37613766 * Ubiquity *
37623767 ************/
Original file line number Diff line number Diff line change @@ -3771,6 +3771,11 @@ vte-terminal.terminal-screen {
37713771 background-color : # 3f3f3f ;
37723772 color : # ffffff ; }
37733773
3774+ .terminator-terminal-window > paned {
3775+ background-color : # d6d6d6 ; }
3776+ .terminator-terminal-window > paned .wide {
3777+ background-color : # d6d6d6 ; }
3778+
37743779/************
37753780 * Ubiquity *
37763781 ************/
Original file line number Diff line number Diff line change @@ -293,6 +293,17 @@ PanelSeparator {
293293 }
294294}
295295
296+ //
297+ // Terminator
298+ //
299+ .terminator-terminal-window > paned {
300+ background-color : $bg_color ;
301+
302+ & .wide {
303+ background-color : $bg_color ;
304+ }
305+ }
306+
296307/* ***********
297308 * Ubiquity *
298309 ************/
Original file line number Diff line number Diff line change @@ -3074,6 +3074,11 @@ vte-terminal {
30743074 background-color : # 3f3f3f ;
30753075 color : # fff ; }
30763076
3077+ .terminator-terminal-window > paned {
3078+ background-color : # 383838 ; }
3079+ .terminator-terminal-window > paned .wide {
3080+ background-color : # 383838 ; }
3081+
30773082.nautilus-canvas-item {
30783083 border-radius : 2px ; }
30793084
Original file line number Diff line number Diff line change @@ -3079,6 +3079,11 @@ vte-terminal {
30793079 background-color : # 3f3f3f ;
30803080 color : # fff ; }
30813081
3082+ .terminator-terminal-window > paned {
3083+ background-color : # f5f5f5 ; }
3084+ .terminator-terminal-window > paned .wide {
3085+ background-color : # f5f5f5 ; }
3086+
30823087.nautilus-canvas-item {
30833088 border-radius : 2px ; }
30843089
Original file line number Diff line number Diff line change @@ -108,6 +108,17 @@ vte-terminal {
108108 color : #fff ;
109109}
110110
111+ //
112+ // Terminator
113+ //
114+ .terminator-terminal-window > paned {
115+ background-color : $bg_color ;
116+
117+ & .wide {
118+ background-color : $bg_color ;
119+ }
120+ }
121+
111122//
112123// Nautilus
113124//
You can’t perform that action at this time.
0 commit comments