Skip to content

CalfMoon/signal-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo
Catppuccin for Signal Desktop

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

Windows

  1. Install 7-zip and its asar7z plugin.
  2. Open C:\Users\user_name\AppData\Local\Programs\signal-desktop\resources\app.asar with 7zip.
  3. Go into stylesheets directory.
  4. Copy the theme you want to use into the directory.
  5. Right click and edit manifest.css file and add import statement at the top. @import "catppuccin-<flavour>.css"; Replace <flavour> with flavour you want to use.
  6. Save and close your editor.
  7. Enjoy!

Linux

  1. Install npm's asar package globally. sudo npm install -g @electron/asar
  2. Extract asar into a temporary directory and change directory. asar e /usr/lib/signal-desktop/resources/app.asar temp/ && cd temp/stylesheets
  3. Copy and paste theme you want to use into current directory.
  4. Add import statement at the top of manifest.css file. @import "catppuccin-<flavour>.css"; Replace <flavour> with flavour you want to use.
  5. Remove the temp directory.
  6. Enjoy!

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

Releases

No releases published

Packages

No packages published

Languages