Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Gutter line number colors #7647

Closed
DPX-designer opened this issue Jan 3, 2019 · 8 comments
Closed

Gutter line number colors #7647

DPX-designer opened this issue Jan 3, 2019 · 8 comments

Comments

@DPX-designer
Copy link

The objective of the issue linked below was to nominate Photon compliant colors for use as the debugger line numbers, both empty and standard.

firefox-devtools/ux#43

We now have a decision on these colors which are now ready to be implemented.

Here is a mockup of the final colors in action:

empty lines 5_2x

Dark Mode
Line number: Grey 40 #b1b1b3
Empty line number: Grey 50 #737373

Light Mode
Line number: Grey 50 #737373
Empty line number: Grey 40 #b1b1b3

@waqardm
Copy link

waqardm commented Jan 3, 2019

hey i'd be happy to do this. First issue, so may need some guidance :)

@darkwing
Copy link
Contributor

darkwing commented Jan 3, 2019

Welcome @waqardm ! Let us know if you need help :)

@waqardm
Copy link

waqardm commented Jan 3, 2019

thank you @darkwing

@mangooose
Copy link

Hey, is anyone working on this issue?

@waqardm
Copy link

waqardm commented Jan 4, 2019

@mangooose yes, i am attempting it 🤞🏼

waqardm added a commit to waqardm/debugger.html that referenced this issue Jan 7, 2019
changed line number and empty line number to -
Dark Mode
Line number: Grey 40 #b1b1b3
Empty line number: Grey 50 #737373

Light Mode
Line number: Grey 50 #737373
Empty line number: Grey 40 #b1b1b3
waqardm added a commit to waqardm/debugger.html that referenced this issue Jan 7, 2019
waqardm added a commit to waqardm/debugger.html that referenced this issue Jan 7, 2019
@darkwing darkwing mentioned this issue Jan 7, 2019
25 tasks
@darkwing
Copy link
Contributor

With regard to changing the base line number color in light and dark mode, that's a change that takes place in MC:

https://searchfox.org/mozilla-central/source/devtools/client/themes/light-theme.css#231

@mcroud Do you know if we have permission to make this change for every devtool? I'm assuming so.

darkwing added a commit to darkwing/debugger.html that referenced this issue Jan 15, 2019
@darkwing
Copy link
Contributor

Filed PR #7731 for empty line color, and patch for standard line colors in MC: https://bugzilla.mozilla.org/show_bug.cgi?id=1520341

@DPX-designer
Copy link
Author

@darkwing Oh so whether we can apply these line number colors to the Style Editor gutter for example?
I would suggest that the appearance of line numbers should look consistent throughout other DevTools, otherwise it would be confusing for users to grasp different representations of what a "standard" line number is. It will also help highlight that empty line numbers are different and in which panels they occur.

Not sure in terms of permission, if you know what other tools this will affect I'd happily get their input!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants