Skip to content

Feature Request: Ability to set particle color via a "(setq ...)" option #8

@fxkrait

Description

@fxkrait

Particle color is set to match text color:
image

I can set it to a custom color (in this case pink) via overriding:

(defun power-mode--foreground-color-before-point ()
  "medium orchid"
)

image

  • It would be cool if that was available as a configuration option, with a (setq ...).
    • (I'm not 100% sure how to implement that with the existing code (I guess there could be a if/else added to that function: add a user-settable color variable, if color variable non-nil (user set a color) use that setq'd value & early return/terminate, else implicit else to run existing the code path to determine color from buffer/frame using text color), and with my current level of knowledge/competency (and time), hence why there is no PR appearing from me as of now. But I might push something up in the future regarding this.).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions