mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
Sorting Primitives into the OT
Started to add some ergonomic definitions into duffle.
This commit is contained in:
Vendored
+26
-2
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user