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

[Theme] Acme #2876

Merged
merged 2 commits into from
Jun 25, 2022
Merged

[Theme] Acme #2876

merged 2 commits into from
Jun 25, 2022

Conversation

xcdkz
Copy link
Contributor

@xcdkz xcdkz commented Jun 25, 2022

A Helix theme inspired by Plan 9 Acme & Sam.
Some people(including me) prefer little to none syntax highlighting for everything except comments and strings 🙂
acme theme

@the-mikedavis
Copy link
Member

Oh cool, I was a big fan of https://github.com/smallwat3r/vim-efficient which is similar in spirit.

Copy link
Member

@the-mikedavis the-mikedavis left a comment

Choose a reason for hiding this comment

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

Could you set up a ui.virtual scope for virtual stuff like visible whitespace and indent guides (#1796)? Without it the virtual characters are very bold. It could be something slightly bolder than the background:

"ui.virtual.whitespace" = { fg = "#eeeeee" }
"ui.virtual" = { bg = "#eeeeee" }

@xcdkz
Copy link
Contributor Author

xcdkz commented Jun 25, 2022

Could you set up a ui.virtual scope for virtual stuff like visible whitespace and indent guides (#1796)? Without it the virtual characters are very bold. It could be something slightly bolder than the background:

"ui.virtual.whitespace" = { fg = "#eeeeee" }
"ui.virtual" = { bg = "#eeeeee" }

I've tried to set "ui.virtual" background color but for some reason cursor would hide behind it and become invisible.
After some try&error I come up with this:
image

Copy link
Member

@the-mikedavis the-mikedavis left a comment

Choose a reason for hiding this comment

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

🎨

@the-mikedavis
Copy link
Member

Could you add a screenshot to the themes wiki? https://github.com/helix-editor/helix/wiki/Themes

@the-mikedavis the-mikedavis merged commit 1843589 into helix-editor:master Jun 25, 2022
@xcdkz
Copy link
Contributor Author

xcdkz commented Jun 25, 2022

Could you add a screenshot to the themes wiki? https://github.com/helix-editor/helix/wiki/Themes

Added!

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.

2 participants