You290 downloadsCustomize the background of the global and local graph views with a solid color, gradient, or image — set it all from the plugin settings.
Customize the background of Obsidian's global and local graph views — solid color, gradient, or image — all from the plugin's settings page. No theme switching, no manual CSS snippets.
.obsidian/plugins/ (create the plugins folder if it doesn't exist).graph-background.main.js, manifest.json, and styles.css into that folder.Your folder should look like:
.obsidian/
plugins/
graph-background/
main.js
manifest.json
styles.css
Changes apply live — no need to reopen the graph view or restart Obsidian.
.graph-view.color-fill), which Obsidian itself provides specifically so themes/snippets can recolor the graph's WebGL canvas. The plugin uses this to make the canvas's own background transparent, then layers your chosen background behind it.