Skip to content

Instantly share code, notes, and snippets.

@lmintmate
Last active September 25, 2019 14:01
Show Gist options
  • Save lmintmate/d2129af227c852f2562d51420b1e5b94 to your computer and use it in GitHub Desktop.
Save lmintmate/d2129af227c852f2562d51420b1e5b94 to your computer and use it in GitHub Desktop.
[DEPRECATED - OLD VERSION] Blue Mood theme for Pleroma
{
"_pleroma_theme_version": 1,
"colors": {
"bg": "#104e8b",
"lightBg": "#1a5590",
"btn": "#235c94",
"input": "rgba(35, 92, 148, .5)",
"border": "#2d669e",
"faint": "rgba(245, 245, 245, .5)",
"fg": "#f5f5f5",
"lightFg": "#ffffff",
"base07": "#ffffff",
"link": "#00ffff",
"icon": "#83a2c0",
"cBlue": "#4f94cd",
"cRed": "#ff0000",
"cGreen": "#7fff00",
"cOrange": "#ffd700",
"cAlertRed": "rgba(255, 0, 0, .5)"
},
"radii": {
"btnRadius": 4,
"inputRadius": 4,
"panelRadius": 10,
"avatarRadius": 5,
"avatarAltRadius": 50,
"tooltipRadius": 2,
"attachmentRadius": 5
}
}
@lmintmate
Copy link
Author

Can be imported from the Pleroma settings using the "Load Saved theme" button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment