Skip to content

Commit

Permalink
Nord Theme: Fix missing ui text focus, use undercurls for diagnostics (
Browse files Browse the repository at this point in the history
  • Loading branch information
jscarrott authored Sep 4, 2023
1 parent 9d7f665 commit 61814fe
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions runtime/themes/nord.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"constructor" = "nord8"

# Diagnostics
"diagnostic" = "nord13"
"diagnostic.error" = "nord11"
"diagnostic" = { underline = { color = "nord13", style = "curl" } }
"diagnostic.error" = { underline = { color = "nord11", style = "curl" } }
"error" = "nord11"
"diagnostic.hint" = "nord10"
"diagnostic.hint" = { underline = { color = "nord10", style = "curl" } }
"hint" = "nord10"
"diagnostic.info" = "nord8"
"diagnostic.info" = { underline = { color = "nord8", style = "curl" } }
"info" = "nord8"
"diagnostic.warning" = "nord13"
"diagnostic.warning" = { underline = { color = "nord13", style = "curl" } }
"warning" = "nord13"

# Diffs
Expand Down Expand Up @@ -100,6 +100,7 @@
"ui.popup" = { bg = "nord1" }
"ui.popup.info" = { bg = "nord1" }
"ui.help" = { bg = "nord1" }
"ui.text.focus" = { fg = "nord8", bg = "nord2" }

# Gutter
"ui.gutter" = "nord5"
Expand Down

0 comments on commit 61814fe

Please sign in to comment.