Skip to content

Commit 582bf0d

Browse files
committed
refine theme
1 parent 19f5a8a commit 582bf0d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/Services/Themer.vala

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ namespace jorts.Themer {
8181
.window-%d .jorts-label {
8282
color: %s;
8383
box-shadow: none;
84+
transition: color 800ms cubic-bezier(0.4, 0, 0.2, 1);
8485
}
8586
8687
.window-%d .jorts-bar {
@@ -91,6 +92,7 @@ namespace jorts.Themer {
9192
background-image: none;
9293
padding: 3px;
9394
transition: background-color 800ms cubic-bezier(0.4, 0, 0.2, 1);
95+
transition: color 800ms cubic-bezier(0.4, 0, 0.2, 1);
9496
}
9597
9698
.window-%d .jorts-bar image {
@@ -104,13 +106,14 @@ namespace jorts.Themer {
104106
.window-%d .jorts-view text,
105107
.window-%d .jorts-title {
106108
background-color: %s;
107-
transition: background-color 800ms cubic-bezier(0.4, 0, 0.2, 1);
108109
background-image: none;
109110
border-bottom-color: %s;
110111
font-weight: 500;
111112
font-size: 1.2em;
112113
color: shade(%s, 0.77);
113114
box-shadow: none;
115+
transition: background-color 800ms cubic-bezier(0.4, 0, 0.2, 1);
116+
transition: color 800ms cubic-bezier(0.4, 0, 0.2, 1);
114117
}
115118
116119
@@ -193,9 +196,9 @@ namespace jorts.Themer {
193196
font-weight: 700;
194197
font-size: 0.88em;
195198
}
196-
.jorts-label:backdrop {
199+
/*.jorts-label:backdrop {
197200
color: mix (@textColorPrimary, %s, 0.3);
198-
}
201+
}*/
199202
200203
.window-%d overshoot.top {
201204
background: linear-gradient(to top, alpha(%s, 0) 80%, alpha(%s, 0.25) 100%);

0 commit comments

Comments
 (0)