Created
February 8, 2012 16:57
-
-
Save kthoms/1771043 to your computer and use it in GitHub Desktop.
Spray_Listing_Styles_BlackAndWhiteStyle_DSL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
style BlackAndWhiteStyle { | |
description = "A style with white background and black foreground." | |
transparency = 0.95 | |
background-color = black | |
line-color = black | |
line-style = solid | |
line-width = 1 | |
font-color = black | |
font-name = "Tahoma" | |
font-size = 10 | |
font-bold = yes | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment