[Feature] Change display colors for transaction payments and deposits to green and red #2308

Closed
opened 2026-02-28 20:10:01 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Juulz on GitHub (Jul 24, 2025).

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

I am currently using POGMAN's custom CSS to show payments in red and deposits in green. This makes the transaction lists much easier to read and helps with making sure the correct column is/was used for manual input.

*[data-testid=credit] { color: var(--color-noticeText); }
*[data-testid=debit] { color: var(--color-errorText); }

Credit Card example:

Image

Checking account example:

Image

Describe your ideal solution to this problem

Change the display color of data-testid=credit to --color-noticeText
Change the display color of data-testid=debit to --color-errorText

Teaching and learning

No response

Originally created by @Juulz on GitHub (Jul 24, 2025). ### Verified feature request does not already exist? - [x] I have searched and found no existing issue ### 💻 - [ ] Would you like to implement this feature? ### Pitch: what problem are you trying to solve? I am currently using POGMAN's custom CSS to show payments in red and deposits in green. This makes the transaction lists much easier to read and helps with making sure the correct column is/was used for manual input. ``` *[data-testid=credit] { color: var(--color-noticeText); } *[data-testid=debit] { color: var(--color-errorText); } ``` Credit Card example: <img width="470" height="538" alt="Image" src="https://github.com/user-attachments/assets/7c488cff-71f1-4d24-952b-cbca778ad3c9" /> Checking account example: <img width="473" height="593" alt="Image" src="https://github.com/user-attachments/assets/143bd516-2565-4744-9af9-550bec35adcf" /> ### Describe your ideal solution to this problem Change the display color of data-testid=credit to --color-noticeText Change the display color of data-testid=debit to --color-errorText ### Teaching and learning _No response_
GiteaMirror added the needs votesfeature labels 2026-02-28 20:10:01 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Jul 24, 2025):

Thanks for sharing your idea!

This repository uses a voting-based system for feature requests. While enhancement issues are automatically closed, we still welcome feature requests! The voting system helps us gauge community interest in potential features. We also encourage community contributions for any feature requests marked as needing votes (just post a comment first so we can help guide you toward a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

@github-actions[bot] commented on GitHub (Jul 24, 2025): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses a voting-based system for feature requests. While enhancement issues are automatically closed, we still welcome feature requests! The voting system helps us gauge community interest in potential features. We also encourage community contributions for any feature requests marked as needing votes (just post a comment first so we can help guide you toward a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! <!-- feature-auto-close-comment -->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#2308