Skip to content

Fix frame border color#14

Open
gsingh93 wants to merge 1 commit into
clemera:masterfrom
gsingh93:border-color
Open

Fix frame border color#14
gsingh93 wants to merge 1 commit into
clemera:masterfrom
gsingh93:border-color

Conversation

@gsingh93
Copy link
Copy Markdown

  • I have signed the copyright paperwork for contributing to GNU Emacs.

I need to read more about this paperwork later, but this change is also under 15 lines.

Fixes #13.

Comment thread frog-menu.el
:poshandler(or display-option
#'posframe-poshandler-point-bottom-left-corner)
:internal-border-width frog-menu-posframe-border-width
:internal-border-color (face-attribute
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think adding this would mean the following code below can be deleted:

  (set-face-attribute 'internal-border
                      (buffer-local-value 'posframe--frame buf)
                      :inherit 'frog-menu-border)

But I don't understand it well enough to confidently make that change.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Customizing frog-menu-border doesn't change the border color

1 participant