How can I change the background colour of a single emacs buffer?
Fresh3 days ago
Mar 15, 20266991 viewsConfidence Score0%
0%
Problem
I want to make SQL interactive buffers that are connected to production DBs very, very obvious, so my thought was to change the background of the buffer to a dark red colour. doesn't work, though; it sets the colour of all frames to the specified colour. How can I change the background of just a si…
Error Output
set-background-color
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I change the background colour of a single emacs buffer?
Low Risk
I've created a emacs lisp package for this: https://github.com/vic/color-theme-buffer-local it uses Emacs' Face remapping to install theme faces locally.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix