Giter VIP home page Giter VIP logo

Comments (7)

aeciolevy avatar aeciolevy commented on September 22, 2024 1

Thanks for the help. You can close.

from material.vim.

kaicataldo avatar kaicataldo commented on September 22, 2024

No, this isn't how it's supposed to look! It looks like it might be occurring with italicized text - do you have that option turned on?

I think I've seen this while using Vim in tmux before. Any chance you're using that? If not, it's either some kind of configuration or Vim version issue.

from material.vim.

kaicataldo avatar kaicataldo commented on September 22, 2024

Ah, I also have https://github.com/kaicataldo/dotfiles/blob/6f6f83fddf12b6736d7942e50e3144e23aaf2b30/vim/.vimrc#L294 in my vimrc - might be worth seeing if that fixes it :)

from material.vim.

aeciolevy avatar aeciolevy commented on September 22, 2024

I have done a test. When I am opening with MacVim it just works and looks great.
So I am wondering if I an issue with iTerm2. I am not sure if it uses tmux as terminal. I will look more into that.

if (has('termguicolors'))
  set termguicolors
endif
set t_Co=256
let g:material_terminal_italics = 1
let g:material_theme_style = 'darker'
colorscheme material

This is my setup:
macOS:10.15.7
terminal: iTerm2
vim: VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Oct 16 2020 05:34:50)

from material.vim.

aeciolevy avatar aeciolevy commented on September 22, 2024

So the fix you propose for italic solved everything, thanks!

" Fix italics in Vim
if !has('nvim')
  let &t_ZH="\e[3m"
  let &t_ZR="\e[23m"
endif

from material.vim.

kaicataldo avatar kaicataldo commented on September 22, 2024

Great! I'll add this to the readme. Cool if I close this?

from material.vim.

kaicataldo avatar kaicataldo commented on September 22, 2024

For posterity, here's another report of this issue for another theme: joshdick/onedark.vim#61

from material.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.