Fun new themes! Alabaster and Nokia#4074
Open
1363V4 wants to merge 4 commits intomicro-editor:masterfrom
Open
Conversation
JoeKar
requested changes
Apr 16, 2026
| color-link error "167" | ||
|
|
||
| # Gray | ||
| color-link line-number "102" No newline at end of file |
Member
There was a problem hiding this comment.
The final line feed is missing for both files.
Shouldn't we track each theme with a separate commit?
Author
Member
There was a problem hiding this comment.
Looks like the history needs a rework, because right now we have 4 commits:
- a9e7b82 introducing both themes
- 7296ed8 adding the line feed to both themes
- 691a675 only changes the first line of the first theme
- 6c0c236 only changes the first line of the second theme
What I had in mind was to use one commit per theme adding it with the correct line ending that we have at the end just two commits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello micro!
After reading this article on syntax highlighting by Tonsky, I tried to port its minimal highlighting theme "Alabaster" to micro.
And while I was at it, I made a fun "Nokia" theme only using colors from the good old 3310.
Both themes use 256-color convention.
Micro is a fantastic editor and a joy to use everyday. Thank you to the team!