FrenzyExists / aquarium-vim

🌊 Aquarium, a simple vibrant dark theme for vim 🗒

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Escape sequences really difficult to see

Toasterbirb opened this issue · comments

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"
  1. 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):

  • Linux

Neovim (Your neovim version)

  • NVIM v0.7.0

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.

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 👍

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