Update semantic status colors in all themes

- for `ok`, `error`, `warning` and `info`:
  - backgroundColor values were all placeholder. Add real values
  - Update border values to new style
This commit is contained in:
Nate Butler 2022-04-27 13:23:58 -04:00 committed by Max Brunsfeld
parent 68a7f99c14
commit b23ff7c3ad
11 changed files with 87 additions and 89 deletions

View file

@ -402,8 +402,8 @@
"background": "#19171c",
"active_line_background": "#efecf412",
"code_actions_indicator": "#8b8792",
"diff_background_deleted": "#be4678",
"diff_background_inserted": "#2a9292",
"diff_background_deleted": "#be467826",
"diff_background_inserted": "#2a929226",
"document_highlight_read_background": "#19171c1f",
"document_highlight_write_background": "#19171c29",
"error_color": "#be4678",
@ -1369,7 +1369,7 @@
"size": 14
},
"border": {
"color": "#be4678",
"color": "#be467826",
"width": 1
},
"margin": {

View file

@ -402,8 +402,8 @@
"background": "#efecf4",
"active_line_background": "#19171c12",
"code_actions_indicator": "#585260",
"diff_background_deleted": "#be4678",
"diff_background_inserted": "#2a9292",
"diff_background_deleted": "#be467826",
"diff_background_inserted": "#2a929226",
"document_highlight_read_background": "#efecf41f",
"document_highlight_write_background": "#efecf429",
"error_color": "#be4678",
@ -1369,7 +1369,7 @@
"size": 14
},
"border": {
"color": "#be4678",
"color": "#be467826",
"width": 1
},
"margin": {

View file

@ -402,8 +402,8 @@
"background": "#000000",
"active_line_background": "#ffffff12",
"code_actions_indicator": "#555555",
"diff_background_deleted": "#f15656",
"diff_background_inserted": "#1b9447",
"diff_background_deleted": "#c9181826",
"diff_background_inserted": "#1b944726",
"document_highlight_read_background": "#ffffff1f",
"document_highlight_write_background": "#ffffff29",
"error_color": "#f15656",
@ -1369,7 +1369,7 @@
"size": 14
},
"border": {
"color": "#eb2d2d",
"color": "#eb2d2d26",
"width": 1
},
"margin": {

View file

@ -402,8 +402,8 @@
"background": "#ffffff",
"active_line_background": "#0000000f",
"code_actions_indicator": "#9c9c9c",
"diff_background_deleted": "#fcc6c6",
"diff_background_inserted": "#b7f9ce",
"diff_background_deleted": "#c9181826",
"diff_background_inserted": "#1b944726",
"document_highlight_read_background": "#0000000f",
"document_highlight_write_background": "#00000029",
"error_color": "#eb2d2d",
@ -1369,7 +1369,7 @@
"size": 14
},
"border": {
"color": "#f9a0a0",
"color": "#eb2d2d26",
"width": 1
},
"margin": {

View file

@ -402,8 +402,8 @@
"background": "#002b36",
"active_line_background": "#fdf6e312",
"code_actions_indicator": "#93a1a1",
"diff_background_deleted": "#dc322f",
"diff_background_inserted": "#859900",
"diff_background_deleted": "#dc322f26",
"diff_background_inserted": "#85990026",
"document_highlight_read_background": "#002b361f",
"document_highlight_write_background": "#002b3629",
"error_color": "#dc322f",
@ -1369,7 +1369,7 @@
"size": 14
},
"border": {
"color": "#dc322f",
"color": "#dc322f26",
"width": 1
},
"margin": {

View file

@ -402,8 +402,8 @@
"background": "#fdf6e3",
"active_line_background": "#002b3612",
"code_actions_indicator": "#586e75",
"diff_background_deleted": "#dc322f",
"diff_background_inserted": "#859900",
"diff_background_deleted": "#dc322f26",
"diff_background_inserted": "#85990026",
"document_highlight_read_background": "#fdf6e31f",
"document_highlight_write_background": "#fdf6e329",
"error_color": "#dc322f",
@ -1369,7 +1369,7 @@
"size": 14
},
"border": {
"color": "#dc322f",
"color": "#dc322f26",
"width": 1
},
"margin": {

View file

@ -402,8 +402,8 @@
"background": "#202746",
"active_line_background": "#f5f7ff12",
"code_actions_indicator": "#979db4",
"diff_background_deleted": "#c94922",
"diff_background_inserted": "#ac9739",
"diff_background_deleted": "#c9492226",
"diff_background_inserted": "#ac973926",
"document_highlight_read_background": "#2027461f",
"document_highlight_write_background": "#20274629",
"error_color": "#c94922",
@ -1369,7 +1369,7 @@
"size": 14
},
"border": {
"color": "#c94922",
"color": "#c9492226",
"width": 1
},
"margin": {

View file

@ -402,8 +402,8 @@
"background": "#f5f7ff",
"active_line_background": "#20274612",
"code_actions_indicator": "#5e6687",
"diff_background_deleted": "#c94922",
"diff_background_inserted": "#ac9739",
"diff_background_deleted": "#c9492226",
"diff_background_inserted": "#ac973926",
"document_highlight_read_background": "#f5f7ff1f",
"document_highlight_write_background": "#f5f7ff29",
"error_color": "#c94922",
@ -1369,7 +1369,7 @@
"size": 14
},
"border": {
"color": "#c94922",
"color": "#c9492226",
"width": 1
},
"margin": {