I'm making a theme for Emacs based on the default themes, namely the GUI default theme (white background) and the theme that comes out of the --reverse-video
flag (black background). Just going to provide more colors for plugin faces etc., so that they all have a more unified look.
In case you're interested: https://github.com/Greduan/emacs-theme-better-defaults
Now since I am going to be working off of already existing themes for which I am not entirely sure where I can find the source I thought I should ask here what the best way to go about this would be.
Let's say I have my point on top of a comment, is there a command or something of the sort that I can call so that I can find the colors etc. with which that certain face is defined?
I am aware of describe-face
, what-cursor-position
(C-x = or C-u C-x =) and of list-colors-display
.
The first two don't provide the information I need, namely what color it's using (hex code or otherwise), or at least I couldn't find it. I could probably use list-colors-display
but that would truly be a PITA to try to find the exact color it's using. lol
Any help is appreciated. Thanks. :)