-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[Theme] Noctis #3043
Conversation
runtime/themes/noctis.toml
Outdated
'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. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
runtime/themes/noctis.toml
Outdated
|
||
'property' = { fg = "red" } # Regex group names. | ||
'special' = { fg = "mid-blue"} # Special symbols e.g `?` in Rust, `...` in Hare. | ||
'module' = { } # Unclear, used for Heex module. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed now!
There was a problem hiding this 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! 🎨
Could you add the screenshot to the themes wiki? https://github.com/helix-editor/helix/wiki/Themes |
Sure, done! |
A port of the Noctis theme.
![noctis](https://user-images.githubusercontent.com/79347623/178413592-045b06ba-0a41-420f-a53f-06be036d2924.png)