-
-
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
Update doom_acario_dark theme for Python #3533
Comments
helix/runtime/queries/python/highlights.scm Lines 3 to 4 in 45add73
; from datetime import datetime
(import_from_statement
module_name: (dotted_name (identifier))
module_name: (dotted_name (identifier)) IMO the |
\cc @Rinnray |
I'll get to it right away. |
Nevermind! I built Helix from source (had it from the AUR, I use Arch btw 😉) and it is Edit: So I was right, it was me that had missed something lol. |
Changed the `namespace` style to fix the issue (#3533). I also made the theme look a little closer to how it looks in Emacs, I did however opt to still have it slightly different as I found it easier to read with my port than on the original in Emacs. I also sorted most keys (mainly from line 8 to 28) for the theme to be in alphabetical order, so it's easier to have a quick glance where they are.
Fixed by #3539 |
Changed the `namespace` style to fix the issue (helix-editor#3533). I also made the theme look a little closer to how it looks in Emacs, I did however opt to still have it slightly different as I found it easier to read with my port than on the original in Emacs. I also sorted most keys (mainly from line 8 to 28) for the theme to be in alphabetical order, so it's easier to have a quick glance where they are.
Changed the `namespace` style to fix the issue (helix-editor#3533). I also made the theme look a little closer to how it looks in Emacs, I did however opt to still have it slightly different as I found it easier to read with my port than on the original in Emacs. I also sorted most keys (mainly from line 8 to 28) for the theme to be in alphabetical order, so it's easier to have a quick glance where they are.
Changed the `namespace` style to fix the issue (helix-editor#3533). I also made the theme look a little closer to how it looks in Emacs, I did however opt to still have it slightly different as I found it easier to read with my port than on the original in Emacs. I also sorted most keys (mainly from line 8 to 28) for the theme to be in alphabetical order, so it's easier to have a quick glance where they are.
Changed the `namespace` style to fix the issue (helix-editor#3533). I also made the theme look a little closer to how it looks in Emacs, I did however opt to still have it slightly different as I found it easier to read with my port than on the original in Emacs. I also sorted most keys (mainly from line 8 to 28) for the theme to be in alphabetical order, so it's easier to have a quick glance where they are.
Not too familiar with themes and how they tie into tree-sitter/etc., but I noticed a couple that will make import blocks in Python look pretty wild.
This is
doom_acario_dark
, which looks really clean, until you scroll to the top.The text was updated successfully, but these errors were encountered: