doodler/.vscode/settings.json
2023-11-04 13:16:11 -06:00

41 lines
1.1 KiB
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#2f7c47",
"activityBar.background": "#2f7c47",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#422c74",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#2f7c47",
"statusBar.background": "#215732",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2f7c47",
"statusBarItem.remoteBackground": "#215732",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#215732",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#21573299",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "#215732",
"deno.enable": true,
"deno.unstable": true,
"liveServer.settings.port": 5501,
"cSpell.words": [
"BGRA",
"blitting",
"dpng",
"idat",
"iend",
"ihdr",
"imgscr",
"Namee",
"NMAX",
"omggif's",
"plte",
"trns",
"aabb",
"deadzone"
]
}