-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Change color of temporary evaluation result? #389
Comments
@mars0i Thanks for your reporting! You can change it at below: vim-iced/autoload/iced/nrepl/eval.vim Line 57 in a28cd81
But it may be good to add option for modifing the highlight setting. |
Thanks @liquidz! I've changed it now. I like the idea of adding an option for changing the highlight setting for the evaluation results. I suppose that some people might want to be able to configure other colors, such as the stdout popup. (I don't need to change the stdout popup colors.) |
@mars0i I added Could you try dev branch? |
Yes, works perfectly for me. Thank you! |
Excellent--thanks. I just updated. |
When evaluating code with
<Leader>ei
,<Leader>et
, etc., the result is temporarily displayed to the right of the line after "=> ". The displayed result is in the theComment
color from the user's color scheme.Is there a way to change this color to make it different from the
Comment
color? Since comments are static parts of a source file, and the evaluation result is temporary, for me it would be nicer if the color of the evaluation result conveyed that it was temporary and made it stand out. (I know I can change the color of the temporary result display by changing myComment
color, but I want the result display to be in a different color from my comments.)Or if there's no way to change it, maybe I could just modify my own copy of the .vim viles to make the color different? I haven't yet figured out which file this is in. Thanks.
The text was updated successfully, but these errors were encountered: