Simple color edit for musicforproramming.net using the Catppuccin Mocha colors
https://github.com/catppuccin/catppuccin
no clue if the font works lol
Catppuccin Mocha musicforprogramming by MJ-asa
Details
AuthorMJ-asa
LicenseNo License
Categoryhttps://musicforprogramming.net
Created
Updated
Code size760 B
Code checksumaf2d4140
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Black and Intact :: musicforprogramming.net
@namespace USO Archive
@author themecat
@description Just a simple tweak to make https://musicforprogramming.net background black with the same color scheme intact for every other element. 2/9/2018 - specified document url in style this time :l
@version 20180209.21.03
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://musicforprogramming.net/") {
body {
--c-black: #11111b;
--c-white: #cdd6f4;
--c-grey: #6c7086;
--c-purple: #cba6f7;
--c-fuschia: #f38ba8;
--c-blue: #89b4fa;
--c-green: #a6e3a1;
--c-orange: #fab387;
--c-yellow: #f9e2af;
--line: 2.5ch;
--font: 'JetBrainsMono Nerd Font', monospace;
}
}