mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
[Gtk-3.18] Fix white border on tilix. Fixes #655
This commit is contained in:
@@ -35,3 +35,4 @@
|
||||
@import "apps/unity";
|
||||
@import "apps/lightdm";
|
||||
@import "apps/gnome-terminal";
|
||||
@import "apps/gnome-applications";
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
/****************
|
||||
! Tilix *
|
||||
*****************/
|
||||
|
||||
@include exports("tilix") {
|
||||
.terminal-titlebar {
|
||||
border-color: $titlebar_bg_color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user