Files
metadesk/.vscode/settings.json
T

56 lines
1.5 KiB
JSON

{
"files.associations": {
"*.rmd": "markdown",
"xutility": "cpp",
"initializer_list": "cpp",
"utility": "cpp",
"strings.h": "c",
"cracking_os.h": "c",
"cracking_compiler.h": "c",
"cracking_arch.h": "c",
"algorithm": "cpp",
"optional": "cpp",
"type_traits": "cpp",
"xtr1common": "cpp",
"cstddef": "cpp",
"xmemory": "cpp",
"memory.h": "c",
"charconv": "c",
"xstring": "c",
"memory_substrate.h": "c",
"os.h": "c",
"os_core.h": "c",
"file.h": "c",
"xiosbase": "c",
"iterator": "c",
"memory": "c",
"format": "c",
"compare": "cpp",
"ratio": "cpp",
"tuple": "cpp",
"system_error": "cpp",
"xlocmon": "cpp",
"xlocale": "cpp",
"limits": "cpp"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#713fb8",
"activityBar.background": "#713fb8",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#c68659",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#713fb8",
"statusBar.background": "#5a3292",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#713fb8",
"statusBarItem.remoteBackground": "#5a3292",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#5a3292",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#5a329299",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#5a3292"
}