ash_hq/.vscode/settings.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2022-03-21 17:43:24 +13:00
{
2022-03-29 08:47:43 +13:00
"cSpell.words": [
2022-04-02 08:11:17 +13:00
"Callout",
2022-03-29 08:47:43 +13:00
"citext",
"dsls",
"Heroicons",
"noreply",
"ossp",
"plainto",
2022-03-30 05:12:28 +13:00
"postprocessor",
2022-03-29 08:47:43 +13:00
"setweight",
"tailwindcss",
2022-03-30 05:12:28 +13:00
"topbar",
2022-03-29 08:47:43 +13:00
"trgm",
"tsquery",
"tsvector",
"Tsvector"
2022-09-20 09:14:15 +12:00
],
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#1f6fd0",
"activityBar.background": "#1f6fd0",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ee90bb",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#1f6fd0",
"statusBar.background": "#1857a4",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#1f6fd0",
"statusBarItem.remoteBackground": "#1857a4",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#1857a4",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1857a499",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#1857a4"
2022-03-21 17:43:24 +13:00
}