We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582f09f commit 4289b97Copy full SHA for 4289b97
2 files changed
src/gtk-3.0/scss/_widgets.scss
@@ -35,3 +35,4 @@
35
@import "apps/unity";
36
@import "apps/lightdm";
37
@import "apps/gnome-terminal";
38
+@import "apps/gnome-applications";
src/gtk-3.0/scss/apps/_gnome-applications.scss
@@ -0,0 +1,9 @@
1
+/****************
2
+ ! Tilix *
3
+*****************/
4
+
5
+@include exports("tilix") {
6
+ .terminal-titlebar {
7
+ border-color: $titlebar_bg_color;
8
+}
9
0 commit comments