Skip to content

Instantly share code, notes, and snippets.

View regalstreak's full-sized avatar
🚀
Code wins arguments.

Neil Agarwal regalstreak

🚀
Code wins arguments.
View GitHub Profile
@regalstreak
regalstreak / obsidian-newton-theme.css
Last active February 2, 2025 20:48 — forked from clearlysid/obsidian-newton-theme.css
Newton: Simple CSS snippet for Obsidian
.view-content,
.app-container {
background: transparent !important;
}
body {
/* Background colors */
--background-primary: transparent;
--modal-background: rgba(20, 20, 20, 1);
--titlebar-background: transparent;