Skip to content

Instantly share code, notes, and snippets.

@ReinforceZwei
ReinforceZwei / README.md
Last active June 2, 2021 12:40
Discord Transparent theme

This sytlesheet is intended to be use in browser only. You may install css style override browser extension to apply the above style.

#Remember to change the URL for background image.

@ReinforceZwei
ReinforceZwei / AnsiColor.ts
Last active April 14, 2020 12:59
Minecraft Chat Parser for parsing json from the protocol packet to readable text
// ANSI color code outputs for strings
var ANSI_CODES = {
"off": 0,
"bold": 1,
"italic": 3,
"underline": 4,
"blink": 5,
"inverse": 7,
"hidden": 8,