Mercurial > dotfiles
comparison dot_config/helix/themes/tutticolori.toml @ 850:c772355fedfb
feat: tweak helix colors
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 23 Feb 2024 15:37:58 +0100 |
parents | 5d48918b3a65 |
children | ff1e2121f5bc |
comparison
equal
deleted
inserted
replaced
849:af787ecac7c4 | 850:c772355fedfb |
---|---|
3 | 3 |
4 "ui.linenr" = { fg = "line" } | 4 "ui.linenr" = { fg = "line" } |
5 "ui.linenr.selected" = { fg = "blue" } | 5 "ui.linenr.selected" = { fg = "blue" } |
6 "ui.cursorline" = { bg = "gray-light" } | 6 "ui.cursorline" = { bg = "gray-light" } |
7 "ui.statusline" = { fg = "gray-darker", bg = "soft-blue" } | 7 "ui.statusline" = { fg = "gray-darker", bg = "soft-blue" } |
8 "ui.cursor" = { bg = "gray-lighter" } | 8 "ui.cursor" = { bg = "gray-blue" } |
9 "ui.cursor.match" = { bg = "sky", underline = { style = "line" } } | 9 "ui.cursor.match" = { bg = "sky", underline = { style = "line" } } |
10 "ui.cursor.select" = {bg = "gray-blue"} | 10 "ui.cursor.select" = {bg = "gray-blue"} |
11 "ui.cursor.primary" = { bg = "gray-blue" } | 11 "ui.cursor.primary" = { bg = "error-bg" } |
12 "ui.selection" = { bg = "sky" } | 12 "ui.selection" = { bg = "sky" } |
13 "ui.virtual.indent-guide" = { fg = "gray-blue" } | 13 "ui.virtual.indent-guide" = { fg = "gray-blue" } |
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 | 19 |
19 "diagnostic.error" = { underline = { color = "error-red", style = "curl" } } | 20 "diagnostic.error" = { underline = { color = "error-red", style = "curl" } } |
20 "diagnostic.warning" = { underline = { color = "orange", style = "curl"}} | 21 "diagnostic.warning" = { underline = { color = "orange", style = "curl"}} |
21 | 22 |
22 "error" = { fg = "error-red" } | 23 "error" = { fg = "error-red" } |