Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more faces #164

Open
p00f opened this issue Nov 1, 2024 · 2 comments
Open

more faces #164

p00f opened this issue Nov 1, 2024 · 2 comments

Comments

@p00f
Copy link

p00f commented Nov 1, 2024

Can there be more faces for the graphical elements like watch/locals/etc windows? I think this is one area where graphical IDEs shine - the UI elements have smaller (and non-monospace) fonts so there is more space for the code

@svaante
Copy link
Owner

svaante commented Nov 4, 2024

Hey! Sounds like a reasonable feature but I am not sure what the best
way to implemented it is. Until that is clear to me here is snippet that
will achieve what I believe you are looking for:

(add-hook 'dape-info-parent-mode-hook
          (defun dape--info-rescale ()
            (face-remap-add-relative 'default :height 0.8)))

@rileyrg
Copy link

rileyrg commented Dec 2, 2024

Certainly I would like to see an "execution line" face to differentiate it from my editing hilight line. eg when dape is debugging I can have the current line bright green or something ;)

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

No branches or pull requests

3 participants