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] Noctis #3043

Merged
merged 3 commits into from
Jul 12, 2022
Merged

[Theme] Noctis #3043

merged 3 commits into from
Jul 12, 2022

Conversation

0rphee
Copy link
Contributor

@0rphee 0rphee commented Jul 12, 2022

A port of the Noctis theme.
noctis

'ui.virtual' = { fg = "mid-green" } # Namespace for additions to the editing area.
'ui.virtual.ruler' = { bg = "mid-green" } # Vertical rulers (colored columns in editing area).
'ui.virtual.whitespace' = { fg = "light-gray"} # Whitespace markers in editing area.
# NOTE: Indent guides aren't yet added at the time of writing, but will be soon.
Copy link
Member

Choose a reason for hiding this comment

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

actually indent guides are now merged 🎉 #1796

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops!, that's now changed e2f0014


'property' = { fg = "red" } # Regex group names.
'special' = { fg = "mid-blue"} # Special symbols e.g `?` in Rust, `...` in Hare.
'module' = { } # Unclear, used for Heex module.
Copy link
Member

Choose a reason for hiding this comment

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

The module key should now be gone: e4e8a39

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed now!

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.

This looks very nice, thanks! 🎨

@the-mikedavis the-mikedavis merged commit 7951ebf into helix-editor:master Jul 12, 2022
@the-mikedavis
Copy link
Member

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

@0rphee
Copy link
Contributor Author

0rphee commented Jul 12, 2022

Sure, done!

thomasskk pushed a commit to thomasskk/helix that referenced this pull request Sep 9, 2022
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