Skip to content

Commit 9b7df7e

Browse files
committed
StyleManager: Support Latte
1 parent d11be69 commit 9b7df7e

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 0xe7c591;
140143
}
141144

142145
return 0;

0 commit comments

Comments
 (0)