-
New Feature
-
Resolution: Unresolved
-
Minor
A checkbox that provides a global Dark Theme configuration.
[JENKINS-61480] Dark Theme
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Labels | Original: user-experience | New: user-experience ux |
Attachment | New: dark.png [ 50878 ] |
Attachment | New: dark.png [ 50879 ] |
Comment |
[ So I'm working it and thought it would be nice for it to be compatible with whoever wants his plugin to be compatible with it. I made a regex that can find css colors in a file and replace it with another color like this: !dark.png|width=604,height=450! How I imagined it would get all css files that being rendered on a page, search it in the static resources, make a copy with substituted colors and re-link them in the header. But now I got kinda stuck on how could it get all css links on a currently rendered page, first thought was I should get the StaplerResponse and crawl it from the html response, but it doesn't have a body. Any suggestions guys? [~oleg_nenashev], [~fqueiruga] By the way, the current design looks like this !dark.png|width=981,height=484! ] |
Attachment | New: regex.png [ 50880 ] |
Attachment | Original: dark.png [ 50878 ] |
Attachment | New: regex.png [ 50882 ] |
Attachment | Original: regex.png [ 50880 ] |
Assignee | Original: Gábor Tasnádi [ tasigabi97 ] | New: Oleg Nenashev [ oleg_nenashev ] |