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

Add beans theme #12963

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add beans theme #12963

wants to merge 1 commit into from

Conversation

gnur
Copy link

@gnur gnur commented Feb 26, 2025

This adds the beans theme. Based on jellybeans, with some improvements for higher contrast and better support for multiple cursors and selections so the primary can be easily identified.

Add the beans theme, based on jellybeans but modified for better highlighting of multiple cursors and selections.

Add the beans theme, based on jellybeans but modified for better
highlighting of multiple cursors and selections.
@the-mikedavis the-mikedavis added the A-theme Area: Theme and appearence related label Feb 26, 2025
Comment on lines +64 to +76
"ui.cursor" = { bg = "purple", fg = "selectionFG" }
"ui.cursor.primary" = { bg = "dark_blue", fg = "white" }
"ui.cursor.normal" = { bg = "purple", fg = "selectionFG" }
"ui.cursor.insert" = { bg = "light_yellow", fg = "background" }
"ui.cursor.match" = { fg = "background", bg = "dark_orange" }
"ui.cursorline" = { bg = "darker" }
"ui.linenr" = "dark_gray"
"ui.linenr.selected" = { fg = "light_yellow", bg = "darker" }
"ui.statusline" = { fg = "light_yellow", bg = "darker" }
"ui.statusline.inactive" = { fg = "dark", bg = "darker" }
"ui.statusline.normal" = { fg = "light_yellow", bg = "darker" }
"ui.statusline.insert" = { fg = "darker", bg = "purple" }
"ui.statusline.select" = { fg = "selectionFG", bg = "selection" }
Copy link
Member

Choose a reason for hiding this comment

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

It looks like these selectionFG colors should be switched to selectionfg to match the entry in the palette

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-theme Area: Theme and appearence related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants