Code Monkey home page Code Monkey logo

jay's People

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  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jay's Issues

Make a transparent version

I'm thinking this theme could come with a transparent version (I've made one, see my fork).
There is not much to be changed, actually.
Also, in my vimrc:

" Use soft dividers instead of hard ones
let g:airline_left_sep=''
let g:airline_right_sep=''
" Transparent background
hi Normal guibg=NONE ctermbg=NONE
hi Statement guibg=NONE ctermbg=NONE
hi Title guibg=NONE ctermbg=NONE
hi Todo guibg=NONE ctermbg=NONE
hi Underlined guibg=NONE ctermbg=NONE
hi ErrorMsg guibg=NONE ctermbg=NONE
hi LineNr guibg=NONE ctermbg=NONE
hi SignColumn guibg=NONE ctermbg=NONE
set background=dark
" Set airline colorscheme
let g:airline_theme='jay'
colorscheme jay

Which results in something like this:
(normal)
normal
(insert)
insert
(visual)
visual

Th bottom line on these is tmux, hence not part of the transparent theme for vim.

Also, I made this a while back and never thought of publishing it. It might operate as a replacement for iTerm profile. As you might notice, I have commented out color_backgroundand its application. Simply uncommenting these lines would restore the background color in the terminal.

If you pick things there and there from my repo/gist, don't give me credit, I don't need it ;-)

Airline theme doesn't use the jay colour palette

scrennshot

Airline and the buffer line both don't use the jay colour palette.
I purposedly modified the content of the right window, to show the red colour (#D70000, instead of #DF5F5F or #D75F5F).

That makes vim really aggressive, and almost unusable for more than an hour.

N.B. : I have set the airline theme to jay, using both let g:airline_theme='jay' and :AirlineTheme jay, and this is the theme.

Is this the expected behavior (thus a matter of taste), or an issue with the colourscheme ?

Lightline tabbar

Hi,

Could you please fix lightline colorscheme for tabbar? It's looks like not so contrast for me or something like that.

issue

Thanks

Color border on iTerm2

Hi,

I'm getting the problem with theme on iTerm2. It shows the blue border on left, right and bottom. How can I remove it?

screen shot 2016-10-08 at 1 12 18 am

Applying the colorscheme sets background=light

After upgrading to the new transparent version, I noticed Airline used the light palette.

I tested in an isolated environment using this minimal configuration.

call plug#begin('~/.vim/plugged')
Plug 'josuegaleas/jay'
call plug#end()

set background=dark
let jay_transparent = 1
colorscheme jay

After launching vim and doing set background?, vim show background=light.

Note that using set background=light keeps the light background, and that the transparent option doesn't change this behavior

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.