Mercurial > dotfiles
comparison dot_config/helix/themes/tutticolori.toml @ 859:e95eddf5000e
feat: add jump-label highlighting for helix
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Fri, 05 Apr 2024 13:18:18 +0200 |
parents | ff1e2121f5bc |
children | 1e11c38b195c |
comparison
equal
deleted
inserted
replaced
858:ac642e2965de | 859:e95eddf5000e |
---|---|
14 "ui.menu" = { fg = "black", bg = "ice-light" } | 14 "ui.menu" = { fg = "black", bg = "ice-light" } |
15 "ui.menu.selected" = { fg = "black", bg = "soft-blue" } | 15 "ui.menu.selected" = { fg = "black", bg = "soft-blue" } |
16 "ui.popup" = { fg = "black", bg = "ice-light" } | 16 "ui.popup" = { fg = "black", bg = "ice-light" } |
17 "ui.help" = { fg = "black", bg = "ice-light" } | 17 "ui.help" = { fg = "black", bg = "ice-light" } |
18 "ui.virtual.whitespace" = { fg = "gray" } | 18 "ui.virtual.whitespace" = { fg = "gray" } |
19 "ui.virtual.jump-label" = { bg = "green-light" } | |
19 | 20 |
20 "diagnostic.error" = { underline = { color = "error-red", style = "curl" } } | 21 "diagnostic.error" = { underline = { color = "error-red", style = "curl" } } |
21 "diagnostic.warning" = { underline = { color = "orange", style = "curl"} } | 22 "diagnostic.warning" = { underline = { color = "orange", style = "curl"} } |
22 | 23 |
23 "error" = { fg = "error-red" } | 24 "error" = { fg = "error-red" } |