FrenzyExists / aquarium-vim

🌊 Aquarium, a simple vibrant dark theme for vim 🗒
MIT License
287 stars 16 forks source link

Escape sequences really difficult to see #16

Closed Toasterbirb closed 2 years ago

Toasterbirb commented 2 years ago

Describe the bug Escape sequences like \t and \n for example are really difficult to see. They blend in with the background and are almost the same color

To Reproduce

  1. Install the aquarium-vim plugin
  2. Enable the colorscheme with
    set termguicolors
    colorscheme aquarium
    let g:aquarium_style="dark"
  3. Open a text file that has syntax highlighting (eg. .cpp)

Expected behavior Escape sequences would be more distinguishable and have a bit more contrast against a dark background

Screenshots newline

OS (The operating system you're using):

Neovim (Your neovim version)

Adittional context I also tried to change my st colorscheme to aquarium, but that didn't change anything. NeoVim probably gets its background color from the colorscheme and doesn't care what background color st wants.

FrenzyExists commented 2 years ago

It took me a bit of a while, forgot that I had Tree sitter activated. with tree sitter you can get better linting btw. Anyway, the problem is that Special character has the same highlight as what was originally the color of a comment, I'll fix it right away :+1:

FrenzyExists commented 2 years ago

image

This is how it should look later, I'll close the issue as resolved, if you think there's a better color feel free to open a new issue