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 colors of titles from JSON config

See original GitHub issue

Currently I have to go into the CSS to change the title colors if I have custom titles or want the color changed of a default. I think it would be a nice addition if it was possible to change the color of the titles from the JSON config but also have an auto option. Something like this: Auto:

{
  "name": "title",
  "color": "auto",
   "links" [{}]
},

Custom:

{
  "name": "title",
  "color": "#FFFFF",
   "links" [{}]
},

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
NicTanghecommented, Aug 28, 2020

Hex is perfectly fine.

1reaction
deepjyoti30commented, Jul 4, 2020

@reesericci Lemme think what a good way would be to implement that. For now I’m trying to add support for shortcuts from the search bar as requested in #8

Read more comments on GitHub >

github_iconTop Results From Across the Web

Theme.json color options - Full Site Editing
Learn how to use the theme.json color options to add site-wide color palettes, block color palettes, gradients and duotones.
Read more >
Change title size, color, font and backgrounds with the JSON ...
In todays video, I am going to show you how to change the title size, font and color and visual background, as well...
Read more >
Change background color of chart/graphs titles with Json file
To change background color of chart/graphs titles, please add a visualStyles section to the JSON file to nest the formatting specifics. Here's a...
Read more >
Display the Text color Based on json color code 0xAF001D
1 Answer 1 · 1. The code layer.color.replace('0x','#'); replace 0x of any position of string, use ^ for good practice, which means on...
Read more >
Windows Terminal Color Schemes | Microsoft Learn
Windows Terminal includes these color schemes inside the defaults.json file, which can be accessed by holding alt and selecting the settings ...
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