Sorting Primitives into the OT

Started to add some ergonomic definitions into duffle.
This commit is contained in:
2025-09-15 01:36:25 -04:00
parent e04bcb91b4
commit f35e60877c
10 changed files with 383 additions and 49 deletions
+26 -2
View File
@@ -30,6 +30,30 @@
"scoped_allocator": "c",
"variant": "c",
"math.h": "c",
"cstdint": "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"
}