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.

[help] How can I change default color's hex code?

See original GitHub issue

I want to change colors’s hex codes into dracula theme’s setting: https://github.com/dracula/dracula-theme#color-palette

Example:

image

Would it be possible to change color’s default value into ones I want? For example I want to change pink’s color into #ff79c6 and so on.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
willmcgugancommented, Nov 29, 2021

You already can use hex codes, and b works for bold. You can also created themes to define aliases for your own colors.

0reactions
avatar-lavventuracommented, Nov 29, 2021

Got it, I can do something like following:

custom_theme = Theme({"magenta": "#ff79c6"})
Read more comments on GitHub >

github_iconTop Results From Across the Web

Themes and Custom Colors - Whimsical Help Center
Set a Default Color Theme​​ Click a color or "Edit Theme" to make changes: Choose your new default colors, color names, and text...
Read more >
Defining Colors in CSS
Hexadecimal Color Values ... Probably the most common (yet least intuitive) way to specify colors in CSS is to use their hexadecimal (or...
Read more >
How to Change the HTML Font Color - Kinsta
CSS lets you use color names, RGB, hex, and HSL values to specify the color. There are three ways to use CSS to...
Read more >
CSS HEX Colors - W3Schools
A hexadecimal color is specified with: #RRGGBB, where the RR (red), GG (green) and BB (blue) hexadecimal integers specify the components of the...
Read more >
Changing colors - Squarespace Help Center
Change site-wide colors​​ While editing a page, click the paintbrush icon in the top-right corner, then click Colors. Click Edit palette to ......
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