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.

Update Design System colors for v2

See original GitHub issue

Change these colors to the new hex values below

lightGray = '#F4F6F8'
borderGray = '#C0CAD5'
gray = '#4F6F8F'
lightBlue = '#E8F2FF'
lightGreen = '#ECF7EC'
lightRed = '#FBEBEB'
orange = '#F68013'
lightPurple = '#F5EBFA'

Remove these colors

darkRed = '#800'
lightOrange = '#feb'
darkOrange = '#a50'
darkPurple = '#407'

Add these colors

textOrange = '#F06F20'
lightYellow = '#FEDC2A'
yellow = '#FFF3C0'

No changes needed for these colors

black = '#000'
white = '#fff'
text = '#001833'
darkGray = '#364049'
blue = '#007aff'
darkBlue = '#049'
green = '#0a0'
darkGreen = '#060'
red = '#c00' 
purple = '#70b'

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
wesleymartin85commented, Sep 5, 2018

I checked through the color combinations and all will work with the new colors. Can you add

whiteOnOrange: {
color: colors.white,
backgroundColor: colors.darkOrange
}

As for the RedButtonI think its okay for us to keep the darkRed to support it.

1reaction
wesleymartin85commented, Sep 4, 2018

so darkRed just becomes red, darkPurple becomes purple, the darkOrange we said we would use instead of adding textOrange. So that just leaves lightOrange. For that I guess we can just use orange?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Defining Colors in your Design System - UX Collective
Organize all of your colors · 1. Primary colors · 2. Secondary colors · 3. Neutrals · 4. Semantic Colors.
Read more >
The color system - Material Design
Theme 2. Blue is used as the primary color for areas of the app that relate to the user's personal account, such as...
Read more >
Color in UI - Carbon Design System
Gray 90 theme : uses Gray 90 as the global background color and is layered first with components using Gray 80 backgrounds. The...
Read more >
Color | Design Systems Guide
Many teams have introduced a variable or token system to add a semantic layer to their color naming. Naming a color "red," and...
Read more >
Colors in Design Systems - Prototypr
Color names in the Design System should reflect their purpose. That is why your colors have to be named like: Primary, Secondary or...
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