tangled
alpha
login
or
join now
bitquabit.com
/
dotfiles
0
fork
atom
My dotfiles
0
fork
atom
overview
issues
pulls
pipelines
helix: fix jump labels
bitquabit.com
1 year ago
2c272d40
bc2eb451
verified
This commit was signed with the committer's
known signature
.
bitquabit.com
SSH Key Fingerprint:
SHA256:cKs0OrtrIm7mh+qos4S/TAlJ5ECS///DVwBrlMzguOM=
+1
-1
1 changed file
expand all
collapse all
unified
split
helix
themes
shades-of-purple.toml
+1
-1
helix/themes/shades-of-purple.toml
reviewed
···
49
49
"ui.statusline.inactive" = { fg = "muted", bg = "muted" }
50
50
"ui.text" = "fg"
51
51
"ui.virtual.inlay-hint" = { fg = "muted" }
52
52
-
"ui.virtual.jump-label" = { fg = "jump", modifiers = "bold" }
52
52
+
"ui.virtual.jump-label" = { fg = "jump", modifiers = ["bold"] }
53
53
"ui.virtual.ruler" = { bg = "muted" }
54
54
"ui.virtual.whitespace" = { fg = "muted" }
55
55