Code Monkey home page Code Monkey logo

yuyuko.vim's Introduction

Anyone.

yuyuko.vim's People

Contributors

enonya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

yuyuko.vim's Issues

[Question]: transparent background

Description

So, I'm trying to use your theme together with xiyaowong/transparent.nvim and I noticed that some Tags/words have a background, so I wanted to know if you have an idea of what kind of configuration I'd have to change/override to remove them.

Screenshot

image

Current configuration

{
    'Enonya/yuyuko.vim',
    priority = 1000,
},
{
    'xiyaowong/transparent.nvim',
    config = function()
      local transparent = require 'transparent'

      transparent.setup {
        groups = {
          'Normal',
          'NormalNC',
          'Comment',
          'Constant',
          'Special',
          'Identifier',
          'Statement',
          'PreProc',
          'Type',
          'Underlined',
          'Todo',
          'String',
          'Function',
          'Conditional',
          'Repeat',
          'Operator',
          'Structure',
          'LineNr',
          'NonText',
          'SignColumn',
          'CursorLine',
          'CursorLineNr',
          'StatusLine',
          'StatusLineNC',
          'EndOfBuffer',
      },
      extra_groups = {
          'NormalFloat',
          'NvimTreeNormal', 
      },
  }

  transparent.clear_prefix 'NeoTree'
  end,
}
  • Os: WSL: Ubuntu 22.04 LTS
  • Terminal: Windows-Terminal
  • Neovim version: 0.9.5

[Bug]: Undefined variable s:t_Co

错误信息

h2sxxa@LAPTOP-DEV:~/WorkSpace/Python$ vim main.py
Error detected while processing /home/h2sxxa/.vimrc[2]../home/h2sxxa/.vim/colors/yuyuko.vim:
line   62:
E121: Undefined variable: s:t_Co
line  151:
E121: Undefined variable: s:t_Co
Press ENTER or type command to continue

环境

Linux LAPTOP-DEV 5.15.90.4-microsoft-standard-WSL2 # 1 SMP Tue Jul 18 21:28:32 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

复现步骤

通过wget https://raw.githubusercontent.com/Enonya/yuyuko.vim/master/colors/yuyuko.vim把配色方案放入 ~/.vim/colors/yuyuko.vim

然后编辑~/.vimrc

syntax on
colorscheme yuyuko

打开文件

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.