Add jump-label to Kanagawa theme + format - #10030
Conversation
| "ui.virtual.inlay-hint.parameter" = { fg = "carpYellow", modifiers = ["dim"] } | ||
| "ui.virtual.inlay-hint.type" = { fg = "waveAqua2", modifiers = ["dim"] } | ||
| "ui.virtual.inlay-hint.type" = { fg = "waveAqua2", modifiers = ["dim"] } | ||
| "ui.virtual.jump-label" = { fg = "peachRed", bg = "sumiInk0", modifiers = ["bold"] } |
There was a problem hiding this comment.
I wouldn't set a background color. Setting background colors for text can mess with some ui components like cursorline. I don't believe other themes set the background color for jump labels
There was a problem hiding this comment.
Thanks for your suggestion @pascalkuthe. I wasn't sure about the background either.
The official theme does use one, but it also change the background of the whole background...
I agree, changing the background of the jump-label without changing the whole background is irrelevant.
I pushed a new commit to remove it
the-mikedavis
left a comment
There was a problem hiding this comment.
The reformatting seems unnecessary to me. I don't think it's any easier to read with the =s aligned
|
@the-mikedavis Just removed the values alignment from the file ! |
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
* Add jump-label to Kanagawa theme + format * Remove bg color for jump-label * Remove values alignment
I added the
ui.virtual.jump-labelto the Kanagawa theme and made some formatting.Please let me know if I overstepped while formatting the file.
I got the colors from the official Kanagawa repository