I'll be amazed if anyone actually uses it, but a quick fixup for the ancient Raleigh
This commit is contained in:
parent
8878aef3d2
commit
fe64fc6b1d
|
@ -0,0 +1,15 @@
|
|||
.terminator-terminal-window {
|
||||
background-color: alpha(@bg_color,0); }
|
||||
|
||||
.terminator-terminal-window .notebook {
|
||||
background-color: @bg_color; }
|
||||
|
||||
.terminator-terminal-window .notebook.header {
|
||||
background-color: @bg_color; }
|
||||
|
||||
.terminator-terminal-window .pane-separator {
|
||||
background-color: @bg_color; }
|
||||
|
||||
.terminator-terminal-window .terminator-terminal-searchbar {
|
||||
background-color: @bg_color; }
|
||||
|
Loading…
Reference in New Issue