Ubuntu Pastebin

Paste from Tim at Mon, 19 Oct 2015 10:57:20 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Page {
        header: PageHeader {
            title: "Colors"
            StyleHints {
                foregroundColor: UbuntuColors.orange
                backgroundColor: "black"
                dividerColor: UbuntuColors.darkGrey
            }
        }
}
Download as text