Skip to content

Commit

Permalink
more conservative default
Browse files Browse the repository at this point in the history
This value can result in unintelligible drawing on systems that do weird things
with alpha background in child frames.  Only lucky users should try it :-)

Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed Nov 21, 2023
1 parent efd849d commit 34a3223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/champagne.el
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
:group 'champagne
:type 'natnum)

(defcustom champagne-alpha-background 0
(defcustom champagne-alpha-background 100
"Opacity of just the background."
:group 'champagne
:type 'natnum)
Expand Down

0 comments on commit 34a3223

Please sign in to comment.