Skip to content

A fork of darkenate by JasonHorkles with Catppuccin colors.

License

Notifications You must be signed in to change notification settings

Redon-Tech/Catenate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ❤️ ->


Client

image image image image

Admin

image image


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',
};

About

A fork of darkenate by JasonHorkles with Catppuccin colors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 98.5%
  • Blade 1.5%