Skip to content
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

Color consolidation #1405

Merged
merged 26 commits into from
Feb 3, 2021
Merged

Color consolidation #1405

merged 26 commits into from
Feb 3, 2021

Conversation

jameskerr
Copy link
Member

@jameskerr jameskerr commented Feb 1, 2021

Removed all the old colors we wanted to migrate away from. In the process, found tons of dead css from components that don't exist anymore and removed them.

Also, changed some of the color values to have a bit more blue hue to them.

The only color vars that should be present are defined in colors.scss with css variables at the :root level. Usage should be var(--aqua) in all cases (Styled Components, JS, SCSS)

Copy link
Contributor

@mason-fish mason-fish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! just one qq about the zeek colors

}
.port {
background: $green-light;
background: #5ec4a8;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we not want to capture this (and all of the zeek log type colors for that matter) in more centralized variables as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. The Zeek log type colors are mostly centralized in this file: https:/brimsec/brim/pull/1405/files#diff-6764dbaa5ca14068a22c350c9eea02ca7e3848ccdcfee72e8b1348a48ac5333d

The reason I didn't make this light green a variable is because I'm planning on re-doing that ConnVersation component at some point soon. It doesn't really fit the new detail pane width anymore.

@jameskerr jameskerr merged commit 7e8964c into master Feb 3, 2021
@jameskerr jameskerr deleted the color-consolidation branch February 3, 2021 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants