comparison dot_config/helix/themes/tutticolori.toml @ 866:1e11c38b195c

feat: mark jump-labels as bold text
author Zeger Van de Vannet <zeger@vandevan.net>
date Tue, 16 Apr 2024 19:07:27 +0200
parents e95eddf5000e
children c140fbe39d37
comparison
equal deleted inserted replaced
865:6326025918fa 866:1e11c38b195c
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 "ui.virtual.jump-label" = { bg = "green-light", fg = "black", modifiers=["bold"]}
20 20
21 "diagnostic.error" = { underline = { color = "error-red", style = "curl" } } 21 "diagnostic.error" = { underline = { color = "error-red", style = "curl" } }
22 "diagnostic.warning" = { underline = { color = "orange", style = "curl"} } 22 "diagnostic.warning" = { underline = { color = "orange", style = "curl"} }
23 23
24 "error" = { fg = "error-red" } 24 "error" = { fg = "error-red" }