From c988bd9629145b5a337498937a70af555bfa6159 Mon Sep 17 00:00:00 2001 From: blt__ Date: Thu, 12 Jan 2023 08:22:16 +0400 Subject: Change built-in themes to use curly underlines (#5419) * Change built-in themes to use curly underlines * Change fleet_dark to use curly underlines--- runtime/themes/sonokai.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'runtime/themes/sonokai.toml') diff --git a/runtime/themes/sonokai.toml b/runtime/themes/sonokai.toml index 18417f00..19f187d5 100644 --- a/runtime/themes/sonokai.toml +++ b/runtime/themes/sonokai.toml @@ -75,7 +75,11 @@ info = { fg = 'green', bg = 'bg2' } hint = { fg = 'blue', bg = 'bg2', modifiers = ['bold'] } warning = { fg = 'yellow', bg = 'bg2', modifiers = ['bold'] } error = { fg = 'red', bg = 'bg2', modifiers = ['bold'] } -diagnostic = { modifiers = ['underlined'] } + +"diagnostic.info" = { underline = { style = "curl", color = "green" } } +"diagnostic.hint" = { underline = { style = "curl", color = "blue" } } +"diagnostic.warning" = { underline = { style = "curl", color = "yellow" } } +"diagnostic.error" = { underline = { style = "curl", color = "red" } } -- cgit v1.2.3-70-g09d2