Skip to content

Instantly share code, notes, and snippets.

@Cynosphere
Cynosphere / moe.yushi.authlib-injector.json
Created June 24, 2022 16:07
authlib-injector PolyMC Component
{
"formatVersion": 1,
"name": "authlib-injector",
"uid": "moe.yushi.authlib-injector",
"version": "1.1.45",
"+agents": [
{
"name": "moe.yushi:authlib-injector:1.1.45",
"MMC-absoluteUrl": "https://authlib-injector.yushi.moe/artifact/45/authlib-injector-1.1.45.jar",
"argument": "<auth url>"
@Cynosphere
Cynosphere / ansi.css
Created January 10, 2025 19:59
highlight.js ANSI support with 256 colors and styling
@keyframes hljs-ansi-blink {
50% {
opacity: 0;
}
}
.hljs-ansi-control-sequence {
display: none
}
@Cynosphere
Cynosphere / theme.css
Created February 26, 2025 23:08
Amora Focus Darker for IDA
@importtheme "_base";
CustomIDAMemo {
qproperty-line-fg-default: #dedbeb;
qproperty-line-fg-regular-comment: #5c5c5c;
qproperty-line-fg-repeatable-comment: #5c5c5c;
qproperty-line-fg-automatic-comment: #5c5c5c;
qproperty-line-fg-insn: #dedbeb;
qproperty-line-fg-dummy-data-name: #aabae7;
qproperty-line-fg-regular-data-name: #dedbeb;