diff --git a/README.md b/README.md
index 11ae5f2e7..958456dd2 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@
-[![Gitter](https://img.shields.io/gitter/room/mtxr/vscode-sqltools.svg)](https://gitter.im/vscode-sqltools)
-[![Patreon](https://img.shields.io/badge/patreon-support-blue.svg)](https://www.patreon.com/mteixeira)
-[![Paypal Donate](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RSMB6DGK238V8)
-[![GitHub](https://img.shields.io/github/license/mtxr/vscode-sqltools)](https://github.com/mtxr/vscode-sqltools/blob/master/LICENSE.md)
+[![Gitter](https://img.shields.io/gitter/room/mtxr/vscode-sqltools.svg?style=flat-square)](https://gitter.im/vscode-sqltools)
+[![Patreon](https://img.shields.io/badge/patreon-support-blue.svg?style=flat-square)](https://www.patreon.com/mteixeira)
+[![Paypal Donate](https://img.shields.io/badge/paypal-donate-blue.svg?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RSMB6DGK238V8)
+[![GitHub](https://img.shields.io/github/license/mtxr/vscode-sqltools?style=flat-square)](https://github.com/mtxr/vscode-sqltools/blob/master/LICENSE.md)
Database management done right. Connection explorer, query runner, intellisense, bookmarks, query history. Feel like a database hero!
diff --git a/packages/extension/package.json b/packages/extension/package.json
index e87b7ab40..db36e8b65 100644
--- a/packages/extension/package.json
+++ b/packages/extension/package.json
@@ -58,22 +58,22 @@
"badges": [
{
"description": "Gitter",
- "url": "https://img.shields.io/gitter/room/mtxr/vscode-sqltools.svg",
+ "url": "https://img.shields.io/gitter/room/mtxr/vscode-sqltools.svg?style=flat-square",
"href": "https://gitter.im/vscode-sqltools"
},
{
"description": "Patreon Support",
- "url": "https://img.shields.io/badge/patreon-support-blue.svg?logo=patreon",
+ "url": "https://img.shields.io/badge/patreon-support-blue.svg?logo=patreon?style=flat-square",
"href": "https://www.patreon.com/mteixeira"
},
{
"description": "PayPal Donate",
- "url": "https://img.shields.io/badge/paypal-donate-blue.svg?logo=paypal",
+ "url": "https://img.shields.io/badge/paypal-donate-blue.svg?logo=paypal?style=flat-square",
"href": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RSMB6DGK238V8"
},
{
"description": "LICENSE",
- "url": "https://img.shields.io/github/license/mtxr/vscode-sqltools",
+ "url": "https://img.shields.io/github/license/mtxr/vscode-sqltools?style=flat-square",
"href": "https://github.com/mtxr/vscode-sqltools/blob/master/LICENSE.md"
}
],