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

Swapping RGB <-> DarkRGB, replacing darkblue #2239

Closed
wants to merge 2 commits into from
Closed

Conversation

deniszh
Copy link
Member

@deniszh deniszh commented Feb 20, 2018

Fixing #1310.
Red swapped with Darkred, Green with DarkGreen, Blue - with DarkBlue, and DarkBlue replaced with more suited #002173
Current colors:
Red: http://www.colorhexa.com/c80032 #c80032
Green: http://www.colorhexa.com/00c800 #00c800
Blue: http://www.colorhexa.com/6464ff #6464ff
DarkRed: http://www.colorhexa.com/ff0000 #ff0000
DarkGreen: http://www.colorhexa.com/00ff00 #00ff00
DarkBlue: http://www.colorhexa.com/0000ff #0000ff

Fixed colors:
Red: http://www.colorhexa.com/ff0000 #ff0000
Green: http://www.colorhexa.com/00ff00 #00ff00
Blue: http://www.colorhexa.com/0000ff #0000ff
DarkRed: http://www.colorhexa.com/c80032 #c80032
DarkGreen: http://www.colorhexa.com/00c800 #00c800
DarkBlue: http://www.colorhexa.com/002173 #002173

Copy link
Member

@DanCech DanCech left a comment

Choose a reason for hiding this comment

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

DarkBlue seems a little too dark maybe, looks fine though.

Civil pushed a commit to go-graphite/carbonapi that referenced this pull request Feb 28, 2018
- Implement support for template argument for /render handler.
  Template file can be specified as graphTemplates parameter.
  It supports yaml and toml files, but not the 'ini' style conf
- Make colors to look like in graphite-web in PR graphite-project/graphite-web#2239
- Allow to redefined default colors (see carbonapi.example.yaml/toml for examples)

Fixes #163
@Civil
Copy link

Civil commented Feb 28, 2018

The thing is that the "Fixed" colors are very hard to read on graphs. I think it'll be much better to redefined "dark" versions of colors and leave "normal" as-is.
newcolors
oldcolors

Keeping old colors as dark, fixing normal
@deniszh
Copy link
Member Author

deniszh commented Feb 28, 2018

let's close this then :)

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.

None yet

4 participants