You may either download the source code and build the blueprint itself, or download the pre-compiled file here.
If you encounter any bugs or have a suggestion, please create a GitHub issue rather than messaging me on Discord.
If you enjoy this extension and you make money from running a host, please consider donating using the links to the side ❤️ ->
Proper Console Theming Until blueprint supports changing these, you either have to manually do it or wait until blueprint supports it.
const theme = {
background: '#181825',
cursor: 'transparent',
black:'#45475a',
red: '#f38ba8',
green: '#a6e3a1',
yellow: '#f9e2af',
blue: '#89b4fa',
magenta: '#f5c2e7',
cyan: '#94e2d5',
white: '#cdd6f4',
brightBlack: '#45475a',
brightRed: '#f38ba8',
brightGreen: '#a6e3a1',
brightYellow: '#f9e2af',
brightBlue: '#89b4fa',
brightMagenta: '#f5c2e7',
brightCyan: '#94e2d5',
brightWhite: '#ffffff',
selection: '#b4befe',
};