question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change default color of titles

See original GitHub issue

Current color is #000000 but it’s really hard to read in dark mode where the background by default is #1D1E1F

Using something like #7F7F7F would make it work in both dark mode and default mode.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sonburncommented, Oct 5, 2018

@larsenwork Thanks for the suggestion. I just published an update (15.5) which addresses this. To keep things simple for now, I simply changed the default font color to white if using a dark theme. You can always customize it once it’s established in your document.

0reactions
sonburncommented, Nov 12, 2018

@srouse, @SlackroPixie, sorry you are having issues. It seems I am unable to reproduce this circumstance no matter what I try. Within Sketch could you copy/paste the following in Plugins > Run Script and click the Run button, and let me know what the result is (either 1 or 0)?

log(NSUserDefaults.standardUserDefaults().stringForKey("AppleInterfaceStyle") == "Dark" ? true : false)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Change the default color of the Title font in a Powerpoint Theme
I am attempting to create a ppt theme, where the title font will always be a specific color (say, #b01524). In the custom...
Read more >
change the default color of H1 and page title - WordPress.org
Hello, how can I change the default color for my H1 headings and page titles to black? By default all my page titles...
Read more >
Adjust titles in Final Cut Pro - Apple Support
Change a title's color · Choose Window > Show in Workspace > Inspector (or press Command-4). · Click the Inspector button on the...
Read more >
Changing Default Color for Titles, Sections, Subsections, etc ...
There should not be too great a gradation of font sizes between Title and Text. · All default text should be Black. ·...
Read more >
How to change the Color & Style of your WordPress H1 Titles
Learn two easy methods to change the style of your WordPress post titles. Change colors, font-size, font-weight and more!
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found