federicotdn / verb

Organize and send HTTP requests from Emacs
https://melpa.org/#/verb
GNU General Public License v3.0
523 stars 21 forks source link

Use colors to represent status code severity #64

Open federicotdn opened 5 months ago

federicotdn commented 5 months ago

Use different colors to show status codes starting with 2xx, 3xx, 4xx, 5xx, etc. Currently, they are always shown with the default face/font:

Screenshot from 2024-04-02 23-10-41

Here, maybe the 200 OK could be in a different color e.g. green. (ignore the bad API design in the screenshot provided...)