Darken Your Palette

The default color palette for Headline is designed for dark on light tones. If you’d like to switch up your look, and go for light on dark, here’s a good starting point. Remember, all these values are accessible under the Appearance menu, in the Customize sub-section of the Dashboard:
Background color: #1A1A1A
Background Alt color: #222222
Site Title Text color: #EFEFEF
Body Text color: #CCCCCC
Meta Text color: #666666
Sidebar Heading Text color: #999999
Navigation Text color: #666666
Text Shadow color: #111111
Links color: #00CCFF
Borders color: #333333
One final note: be sure to clear the default background image, otherwise your updated background color won’t be displayed!
Adding a Custom Header Image
To add a custom header image, you’ll need to navigate to the Appearance tab in the Tumblr Dashboard, which is located in the “Customize” sub-section.
Once inside the Appearance tab, you’ll need to scroll down a bit and look for the “Header image” label. By default the Headline theme does not contain a header image. It uses your blog’s title as a header. To add a header image, click “Upload” and select your custom graphic.
Please note that the maximum width of the theme is 870 pixels. If your custom header image is wider than 870 pixels, it will run beyond the third column and not look very good. For images less than 870 pixels wide, the image is centered.
For you CSS-savvy users, please note that a top and bottom margin of 1.5em is added to the #header-image element. If you’d like to flush your image to the top of the page and left-justify it, you’ll need to override the defaults using the following custom CSS:
#header-image { margin-top:0; }
#header {text-align:left; }