Skip to content

Dark theme - #569

Open
ansirane-solette wants to merge 3 commits into
GoldenGnu:developfrom
ansirane-solette:ansirane/dark
Open

Dark theme#569
ansirane-solette wants to merge 3 commits into
GoldenGnu:developfrom
ansirane-solette:ansirane/dark

Conversation

@ansirane-solette

@ansirane-solette ansirane-solette commented Feb 9, 2026

Copy link
Copy Markdown

Add darker theme. How much darker can it get? Much.

@GoldenGnu

Copy link
Copy Markdown
Owner

Thank you for contributing that, I’m sure it will be very popular! :)

@GoldenGnu GoldenGnu left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one question, everything else LGTM

Comment on lines -374 to 373
if (ColorUtil.isBrightColor(getBackground())) { //Light background color
setForeground(getBackground().darker().darker().darker());
} else { //Dark background color
setForeground(getBackground().brighter().brighter());
}
setIconTextGap(3);

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this removed?

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

Successfully merging this pull request may close these issues.

3 participants