-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Visual Refresh] Add behindText vis color tokens #8253
base: eui-theme/borealis
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,17 @@ export const colorVis: _EuiThemeVisColors = { | |
euiColorVis8: euiPaletteColorBlind.euiColorVis8.graphic, | ||
euiColorVis9: euiPaletteColorBlind.euiColorVis9.graphic, | ||
|
||
euiColorVisBehindText0: '#6dccb1', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. non-blocking suggestion: I understand that this is temporary but for better discoverability, consistency and clarity, can we add them in We could also add a comment above them, similar to |
||
euiColorVisBehindText1: '#79aad9', | ||
euiColorVisBehindText2: '#ee789d', | ||
euiColorVisBehindText3: '#a987d1', | ||
euiColorVisBehindText4: '#e4a6c7', | ||
euiColorVisBehindText5: '#f1d86f', | ||
euiColorVisBehindText6: '#d2c0a0', | ||
euiColorVisBehindText7: '#f5a35c', | ||
euiColorVisBehindText8: '#c47c6c', | ||
euiColorVisBehindText9: '#ff7e62', | ||
|
||
euiColorVisAsTextLight0: '#006BB4', | ||
euiColorVisAsTextLight1: '#017D73', | ||
euiColorVisAsTextLight2: '#F5A700', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non-blocking suggestion: How about we use the JSDoc @deprecated annotation for a strikethrough highlighting?