Update dark_plus error colour

This was recently changed in VSCode.
pull/751/head
Kirawi 2021-09-12 11:52:47 -04:00 committed by Gokul Soumya
parent 004c8fd462
commit f2c73d1567
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
"ui.text.focus" = { fg = "#ffffff" }
"warning" = { fg = "#cca700" }
"error" = { fg = "#f48771" }
"error" = { fg = "#ff1212" }
"info" = { fg = "#75beff" }
"hint" = { fg = "#eeeeeeb3" }