comparison dot_config/helix/themes/tutticolori.toml @ 851:ff1e2121f5bc

feat: enable auto-save
author Zeger Van de Vannet <zegervdv@me.com>
date Fri, 23 Feb 2024 17:04:17 +0100
parents c772355fedfb
children e95eddf5000e
comparison
equal deleted inserted replaced
850:c772355fedfb 851:ff1e2121f5bc
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 19
20 "diagnostic.error" = { underline = { color = "error-red", style = "curl" } } 20 "diagnostic.error" = { underline = { color = "error-red", style = "curl" } }
21 "diagnostic.warning" = { underline = { color = "orange", style = "curl"}} 21 "diagnostic.warning" = { underline = { color = "orange", style = "curl"} }
22 22
23 "error" = { fg = "error-red" } 23 "error" = { fg = "error-red" }
24 "warning" = { fg = "orange" } 24 "warning" = { fg = "orange" }
25 "info" = { fg = "green" } 25 "info" = { fg = "green" }
26 "hint" = { fg = "sky" } 26 "hint" = { fg = "sky" }