mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
f35e60877c
Started to add some ergonomic definitions into duffle.
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"files.associations": {
|
|
"*.rmd": "markdown",
|
|
"*.s": "gas",
|
|
"*.dasm": "lldb.disassembly",
|
|
"*.asm": "gas",
|
|
"stdlib.h": "c",
|
|
"libetc.h": "c",
|
|
"libgpu.h": "c",
|
|
"stddef.h": "c",
|
|
"abs.h": "c",
|
|
"qsort.h": "c",
|
|
"malloc.h": "c",
|
|
"convert.h": "c",
|
|
"type_traits": "c",
|
|
"xlocmon": "c",
|
|
"iterator": "c",
|
|
"regex": "c",
|
|
"dsl.h": "c",
|
|
"xlocale": "c",
|
|
"gp.h": "c",
|
|
"array": "c",
|
|
"initializer_list": "c",
|
|
"string_view": "c",
|
|
"functional": "c",
|
|
"tuple": "c",
|
|
"hello_gpu.h": "c",
|
|
"compare": "c",
|
|
"ratio": "c",
|
|
"scoped_allocator": "c",
|
|
"variant": "c",
|
|
"math.h": "c",
|
|
"cstdint": "c",
|
|
"*.ch": "c",
|
|
"ranges": "c",
|
|
"span": "c",
|
|
"bitset": "c"
|
|
},
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#ffd427",
|
|
"activityBar.background": "#ffd427",
|
|
"activityBar.foreground": "#15202b",
|
|
"activityBar.inactiveForeground": "#15202b99",
|
|
"activityBarBadge.background": "#009f80",
|
|
"activityBarBadge.foreground": "#e7e7e7",
|
|
"commandCenter.border": "#15202b99",
|
|
"sash.hoverBorder": "#ffd427",
|
|
"statusBar.background": "#f3c300",
|
|
"statusBar.foreground": "#15202b",
|
|
"statusBarItem.hoverBackground": "#c09a00",
|
|
"statusBarItem.remoteBackground": "#f3c300",
|
|
"statusBarItem.remoteForeground": "#15202b",
|
|
"titleBar.activeBackground": "#f3c300",
|
|
"titleBar.activeForeground": "#15202b",
|
|
"titleBar.inactiveBackground": "#f3c30099",
|
|
"titleBar.inactiveForeground": "#15202b99"
|
|
},
|
|
"peacock.color": "#F3C300"
|
|
} |