Skip to content

Commit 1a1c0e3

Browse files
authored
StyleManager: Support Latte
Ordered as needed as per https://github.com/elementary/settings-desktop/pull/456/files
1 parent 28487ee commit 1a1c0e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Drawing/StyleManager.vala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ public class Gala.Drawing.StyleManager : Object {
137137

138138
case 10: // Slate
139139
return 0x667885;
140+
141+
case 11: // Latte
142+
return 0xcfa25e;
140143
}
141144

142145
return 0;

0 commit comments

Comments
 (0)