Re: color scheme

2022-06-05 Thread Salman Halim
, Jun 5, 2022, 10:32 Quincy Jones wrote: > I am trying to configure the color scheme. > > I follow the steps but I don't get any result. > > When opening a new file from VIM the color scheme is the default. I am > trying to configure the color scheme *everforest* but the color

color scheme

2022-06-05 Thread Quincy Jones
I am trying to configure the color scheme. I follow the steps but I don't get any result. When opening a new file from VIM the color scheme is the default. I am trying to configure the color scheme *everforest* but the color does not change. https://github.com/sainnhe/everforest

Re: Color scheme

2020-09-19 Thread Antony Scriven
On Sep 19, Bruce Korb wrote: > Hi, > I go to the trouble of wrapping my vim invocation inside > of a function that adds "-i NONE" to the command line. I assume you mean -u? > I do this because somebody thinks it's really cool to > have dark purple or blue letters on a black background. >

Color scheme

2020-09-19 Thread Bruce Korb
Hi, I go to the trouble of wrapping my vim invocation inside of a function that adds "-i NONE" to the command line. I do this because somebody thinks it's really cool to have dark purple or blue letters on a black background. (Or sometimes pale yellow on white, but I don't use white backgrounds,

Re: Default Color Scheme Not Default

2015-07-08 Thread Grady Martin
On 2015年07月05日 22時35分, Dmitri Vereshchagin wrote: * Grady Martin sunnycemet...@gmail.com [2015-07-05 04:05]: I believe this is a problem, as the setting displayed by :colorscheme is default, yet subsequently executing :colorscheme default results in an entirely different color scheme

Re: Default Color Scheme Not Default

2015-07-05 Thread Dmitri Vereshchagin
:highlight commands. This happens even when :colorscheme default occurs in $MYVIMRC before the :highlight commands. I believe this is a problem, as the setting displayed by :colorscheme is default, yet subsequently executing :colorscheme default results in an entirely different color scheme

Default Color Scheme Not Default

2015-07-04 Thread Grady Martin
any :highlight commands. This happens even when :colorscheme default occurs in $MYVIMRC before the :highlight commands. I believe this is a problem, as the setting displayed by :colorscheme is default, yet subsequently executing :colorscheme default results in an entirely different color scheme

Color Scheme Editor

2015-05-04 Thread Bastien Dejean
Hi, I made a general-purpose color scheme editor that supports vim's format: https://www.colorize.io/baskerville/HQDJ29Z5/ https://www.colorize.io/baskerville/KGXDYY9Z/ The instructions on how to import existing .vim files are given in the documentation: https

gvim default color scheme

2014-11-23 Thread Andy
I like the default color scheme that I get with gvim (I'm running version 7.4 on Linux). A screenshot is attached. (Note: it looks like Windows because the window is being displayed by Cygwin/X on a Windows system.) I also have MacVim on a Mac running Mavericks and I would like to use the same

Re: color scheme changes on vimrc file save

2014-07-31 Thread Eric Patton
On Wed, Jul 30, 2014 Ben Fritz wrote: On Wednesday, July 30, 2014 1:42:49 PM UTC-5, Eric Patton wrote: Hi, I'm having a problem in my terminal vim instances, where my color scheme changes to something resembling murphy when I :w the file. I have the colorscheme set

Re: color scheme changes on vimrc file save

2014-07-31 Thread Ben Fritz
On Thursday, July 31, 2014 8:13:33 AM UTC-5, Eric Patton wrote: Yes, my vimrc does source itself, with this command: autocmd! bufwritepost .vimrc source $MYVIMRC It occurs almost at the end of my vimrc; where do you think it should appear? Unless you made a very concerted effort to do

color scheme changes on vimrc file save

2014-07-30 Thread Eric Patton
Hi, I'm having a problem in my terminal vim instances, where my color scheme changes to something resembling murphy when I :w the file. I have the colorscheme set to 'desert' in my vimrc, and there are no other instances of a colorscheme command in the vimrc besides that one. The peculiar

Re: color scheme changes on vimrc file save

2014-07-30 Thread Ben Fritz
On Wednesday, July 30, 2014 1:42:49 PM UTC-5, Eric Patton wrote: Hi, I'm having a problem in my terminal vim instances, where my color scheme changes to something resembling murphy when I :w the file. I have the colorscheme set to 'desert' in my vimrc, and there are no other

Re: color scheme for files with arbitrary extensions

2013-06-12 Thread Anton Arkhipov
Thanks a lot, Ben and Christian. After all, it turned out that my vim did look into .vimrc that I created, but apparently commands I used there weren't adequate. The following single line in .vimrc did the job: au BufRead,BufNewFile *.hoc setfiletype c I used this line after reading

color scheme for files with arbitrary extensions

2013-06-11 Thread Anton Arkhipov
Hello, I am having trouble enabling a color scheme when using vim with *hoc files. I am trying to use the c color scheme, and I can do that using “:set syntax=c” inside the vim session, but only for that one session. I'd like to do that for any session automatically. I tried to add

Re: color scheme for files with arbitrary extensions

2013-06-11 Thread Ben Fritz
On Tuesday, June 11, 2013 6:31:30 PM UTC-5, Anton Arkhipov wrote: I am having trouble enabling a color scheme when using vim with *hoc files. I am trying to use the c color scheme, and I can do that using “:set syntax=c” inside the vim session, but only for that one session. Please use

Re: color scheme for files with arbitrary extensions

2013-06-11 Thread Christian Brabandt
On Wed, June 12, 2013 01:31, Anton Arkhipov wrote: Hello, I am having trouble enabling a color scheme when using vim with *hoc files. I am trying to use the c color scheme, and I can do that using “:set syntax=c” inside the vim session, but only for that one session. I'd like to do

Re: color scheme help

2013-05-26 Thread ben
On Sunday, May 26, 2013 12:38:51 AM UTC, Andrei Olsen wrote: On Saturday, May 25, 2013 4:20:26 PM UTC+2, ben wrote: I was changing matrix.vim for these 2 lines and I just removed the gui statement at the end (but the changes didn't seem to take). hi Statementguifg=#55ff55

Re: color scheme help

2013-05-26 Thread Andrei Olsen
On Sunday, May 26, 2013 11:54:11 AM UTC+2, ben wrote: Is there another script/config file somewhere that determines whether I need a gui=none? $VIMRUNTIME/syntax/syncolor.vim -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are

color scheme help

2013-05-25 Thread ben
Hi all, I tried editing a color scheme file to remove some bolded fonts but the changes didn't seem to take at all. I'm sure I changed it in the right places. Is there another config file other than the colorscheme file that sets fonts to bold for statement and type words? I was changing

Re: color scheme help

2013-05-25 Thread Andrei Olsen
On Saturday, May 25, 2013 4:20:26 PM UTC+2, ben wrote: I was changing matrix.vim for these 2 lines and I just removed the gui statement at the end (but the changes didn't seem to take). hi Statement guifg=#55ff55 guibg=#00 gui=bold hi Type guifg=#55ff55 guibg=#00

Feedback on color scheme

2013-05-06 Thread Gabor Urban
Hi, I have uploaded my color schame to the vim site, named dubs-scheme. You may find it at the link: http://www.vim.org/scripts/script.php?script_id=4468 I see that three users gave it a bad karma, but I would like to have some feedback. I would like to now your oppinion about it, for I plan to

Re: Feedback on color scheme

2013-05-06 Thread Marcin Szamotulski
On 12:25 Mon 06 May , Gabor Urban wrote: Hi, I have uploaded my color schame to the vim site, named dubs-scheme. You may find it at the link: http://www.vim.org/scripts/script.php?script_id=4468 I see that three users gave it a bad karma, but I would like to have some feedback. I

color scheme for HTML

2013-04-23 Thread A HV
Hello all, Is it possible and how to set up a Color Scheme for HTML documents? I use curl | vim to open HTML URLs by Vim but it is in HTML code. Is it possible to switch between the HTML code and formated document in Vim? Like eLinks does for saving HTML pages like formated document :). Thanks

Re: color scheme for HTML

2013-04-23 Thread Ben Fritz
On Tuesday, April 23, 2013 9:30:52 AM UTC-5, A HV wrote: Hello all, Is it possible and how to set up a Color Scheme for HTML documents? I use curl | vim to open HTML URLs by Vim but it is in HTML code. Is it possible to switch between the HTML code and formated document in Vim? Like eLinks

Re: color scheme for HTML

2013-04-23 Thread A HV
On Tuesday, 23 April 2013 17:02:12 UTC+2, Ben Fritz wrote: On Tuesday, April 23, 2013 9:30:52 AM UTC-5, A HV wrote: Hello all, Is it possible and how to set up a Color Scheme for HTML documents? I use curl | vim to open HTML URLs by Vim but it is in HTML code. Is it possible to switch

Re: color scheme for HTML

2013-04-23 Thread A HV
On Tuesday, 23 April 2013 17:02:12 UTC+2, Ben Fritz wrote: On Tuesday, April 23, 2013 9:30:52 AM UTC-5, A HV wrote: Hello all, Is it possible and how to set up a Color Scheme for HTML documents? I use curl | vim to open HTML URLs by Vim but it is in HTML code. Is it possible to switch

Re: color scheme for HTML

2013-04-23 Thread Ben Fritz
On Tuesday, April 23, 2013 11:27:33 AM UTC-5, A HV wrote: On Tuesday, 23 April 2013 17:02:12 UTC+2, Ben Fritz wrote: On Tuesday, April 23, 2013 9:30:52 AM UTC-5, A HV wrote: Hello all, Is it possible and how to set up a Color Scheme for HTML documents? I use curl | vim to open HTML

Re: color scheme for HTML

2013-04-23 Thread Mike Hume
: On Tuesday, April 23, 2013 11:27:33 AM UTC-5, A HV wrote: On Tuesday, 23 April 2013 17:02:12 UTC+2, Ben Fritz wrote: On Tuesday, April 23, 2013 9:30:52 AM UTC-5, A HV wrote: Hello all, Is it possible and how to set up a Color Scheme for HTML documents? I use curl | vim to open HTML URLs

Re: color scheme for HTML

2013-04-23 Thread Gary Johnson
On 2013-04-23, A HV wrote: On Tuesday, April 23, 2013 9:30:52 AM UTC-5, A HV wrote: Hello all, Is it possible and how to set up a Color Scheme for HTML documents? I use curl | vim to open HTML URLs by Vim but it is in HTML code. Is it possible to switch between the HTML code

Color scheme

2013-03-04 Thread Gabor Urban
Hi guys, I have created a color scheme, and I feel to be ready with it. With some minor changes I use it for couple of weeks. I would like to ask someone to test for me and give some good feedback. I intend to publish it. Anyone interested? Thx in advance Gabor -- Linux is like

Re: Color scheme

2013-03-04 Thread Marco
On 2013–03–04 Gabor Urban wrote: I have created a color scheme, and I feel to be ready with it. With some minor changes I use it for couple of weeks. I would like to ask someone to test for me and give some good feedback. I intend to publish it. Why not doing it the other way round

gvim color scheme in vim

2013-02-01 Thread rudrab
Dear friends, I am using slate color scheme in gvim(vim-X11 package in fedora). The problem is this color scheme (and many other) is not obeyed by vim. So, while slate is dark, vim is still showing white background and comments on yellow (neither is a slate scheme). Even more basic packages like

Re: gvim color scheme in vim

2013-02-01 Thread Phil Dobbin
On 02/01/2013 10:16 AM, rudrab wrote: Dear friends, I am using slate color scheme in gvim(vim-X11 package in fedora). The problem is this color scheme (and many other) is not obeyed by vim. So, while slate is dark, vim is still showing white background and comments on yellow (neither

Re: gvim color scheme in vim

2013-02-01 Thread Rudra Banerjee
Mine is also gtk-2 version. my vimrc looks like(I only use vimrc, not gvimrc) set autoindent set smartindent set incsearch set ignorecase set smartcase set novisualbell set paste set ruler set expandtab set smarttab set shiftwidth=3 set softtabstop=3 colorscheme slate Here is the complete gvim

Re: gvim color scheme in vim

2013-02-01 Thread Erik Christiansen
On 01.02.13 02:16, rudrab wrote: So, what is the way to use same color scheme both in vim and gvim? To use the same colour scheme in almost all applications, I set the colours in the xterm: $ xterm -fg yellow -bg darkslategrey -cr red For several decades now, that has provided me

Re: gvim color scheme in vim

2013-02-01 Thread Phil Dobbin
On 02/01/2013 10:35 AM, Rudra Banerjee wrote: Mine is also gtk-2 version. my vimrc looks like(I only use vimrc, not gvimrc) set autoindent set smartindent set incsearch set ignorecase set smartcase set novisualbell set paste set ruler set expandtab set smarttab set shiftwidth=3 set

Re: gvim color scheme in vim

2013-02-01 Thread Rudra Banerjee
On Fri, 2013-02-01 at 10:51 +, Phil Dobbin wrote: You could try putting this in a gvimrc: 'colorscheme hybrid syntax on set guifont=Monospace\ 011' replacing the values for colorscheme guifont with your own. It may help. Cheers, Phil... No improvement :( -- -- You

Re: gvim color scheme in vim

2013-02-01 Thread Ben Fritz
On Friday, February 1, 2013 4:16:39 AM UTC-6, rudrab wrote: Dear friends, I am using slate color scheme in gvim(vim-X11 package in fedora). The problem is this color scheme (and many other) is not obeyed by vim. So, while slate is dark, vim is still showing white background and comments

Re: What's your favorite color scheme?

2012-01-17 Thread Vincent Vega
Hi, I use mustang.vim on OSX http://fc03.deviantart.net/fs36/i/2008/269/1/d/Mustang_Vim_Colorscheme_by_hcalves.png -Vincent -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: What's your favorite color scheme?

2012-01-12 Thread Albin Olsson
On Thu, Jan 12, 2012 at 4:40 AM, John Little john.b.lit...@gmail.com wrote: Thank you.  The per-window inversion is really helpful.  It's a desktop effect on my Lucid Kubuntu.  Inverting the whole display is not good for pictures. Yeah I forgot to mention that that is the downside of inverting

Re: What's your favorite color scheme?

2012-01-11 Thread Charlie Kester
On 01/10/2012 11:02 AM, Boyko Bantchev wrote: 1. I strongly believe that, in general, a dark background reduces the eye strain. When they get older, many people (myself included) find it more difficult to read light text on a dark background. I don't know if it's eye strain, or if it's

Re: What's your favorite color scheme?

2012-01-11 Thread Marcin Szamotulski
backgrounds though. For this I designed a color scheme: http://www.vim.org/scripts/script.php?script_id=3739 which has a command :BlueSky to switch from light to dark and vice versa. I mainly edit LaTeX files, VimL and rarely some Python scripts so it should work fine with the corresponding syntax

Re: What's your favorite color scheme?

2012-01-11 Thread Phil Dobbin
On 11/1/12 11:04, Charlie Kester corky1...@comcast.net wrote: On 01/10/2012 11:02 AM, Boyko Bantchev wrote: 1. I strongly believe that, in general, a dark background reduces the eye strain. When they get older, many people (myself included) find it more difficult to read light text

Re: What's your favorite color scheme?

2012-01-11 Thread Albin Olsson
On Wed, Jan 11, 2012 at 12:04 PM, Charlie Kester corky1...@comcast.net wrote: There doesn't seem to be any settled science on this topic, and therefore there is room for disagreement.  Vim allows its users to use whatever colorscheme they like, and that's something we should all appreciate. I

Re: how to enable color scheme

2012-01-11 Thread Marvin Renich
* J.Z. bosto...@gmail.com [120110 19:43]: thanks, set ft=sh did the trick. I cannot use.sh extension for files for ksh funtions, and cannot have #! in them also. (Please do not top-post.) I'm curious why you can't use a shebang line (#!) in ksh. I haven't used ksh since the early '90s,

Re: how to enable color scheme

2012-01-11 Thread Taylor Hedberg
Marvin Renich, Wed 2012-01-11 @ 08:43:06-0500: * J.Z. bosto...@gmail.com [120110 19:43]: thanks, set ft=sh did the trick. I cannot use.sh extension for files for ksh funtions, and cannot have #! in them also. I'm curious why you can't use a shebang line (#!) in ksh. I haven't used

[OT] shebang; was: Re: how to enable color scheme

2012-01-11 Thread Marvin Renich
* Taylor Hedberg tmhedb...@gmail.com [120111 10:03]: This is a bit of a digression, but shebang lines are not a feature of the shell, but a feature of the operating system. So if it works in one shell, it should (theoretically) work in any shell on the same system. You are right, this is

Re: What's your favorite color scheme?

2012-01-11 Thread John Little
On Jan 12, 2:02 am, Albin Olsson albin.ols...@gmail.com wrote: If anybody is interested here is how you inverse the colours everywhere (you need a HW accelerated video driver): Linux: Use Compiz window manager (works fine with both Gnome and KDE) and press Meta+M or Meta+N (you also might

Re: What's your favorite color scheme?

2012-01-11 Thread John Little
On Jan 12, 12:04 am, Charlie Kester corky1...@comcast.net wrote: On 01/10/2012 11:02 AM, Boyko Bantchev wrote: 1. I strongly believe that, in general, a dark background     reduces the eye strain. I agree strongly. When they get older, many people (myself included) find it more

Re: how to enable color scheme

2012-01-10 Thread Chris Lott
On Mon, Jan 9, 2012 at 7:42 PM, jz bosto...@gmail.com wrote: I write shell scripts using vim.  There is no issue to set my color scheme with .colorscheme in .vimrc when I edit .sh files.   But how can I force vim to use color schema when I edit file without .sh extension?   Shell function

Re: how to enable color scheme

2012-01-10 Thread Guido Van Hoecke
On Tue, Jan 10, 2012 at 09:02, Chris Lott ch...@chrislott.org wrote: On Mon, Jan 9, 2012 at 7:42 PM, jz bosto...@gmail.com wrote: I write shell scripts using vim.  There is no issue to set my color scheme with .colorscheme in .vimrc when I edit .sh files.   But how can I force vim to use color

Re: how to enable color scheme

2012-01-10 Thread Gary Johnson
On 2012-01-09, jz wrote: I write shell scripts using vim. There is no issue to set my color scheme with .colorscheme in .vimrc when I edit .sh files. But how can I force vim to use color schema when I edit file without .sh extension? Shell function files are typically without .sh

Re: What's your favorite color scheme?

2012-01-10 Thread David Lam
On Tue, Jan 10, 2012 at 1:01 AM, ConcreteVitamin concretevita...@gmail.comwrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots

Re: What's your favorite color scheme?

2012-01-10 Thread 何聪辉
of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots. color desert! I like the light-on-dark background in GVIM on all platforms -- You received this message from

Re: What's your favorite color scheme?

2012-01-10 Thread 极品书生
, ConcreteVitamin concretevita...@gmail.com wrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots. color desert! I like the light

Re: What's your favorite color scheme?

2012-01-10 Thread Phil Dobbin
On 10/1/12 09:01, ConcreteVitamin concretevita...@gmail.com wrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots. solarized. I

Re: What's your favorite color scheme?

2012-01-10 Thread Ben Fritz
On Jan 10, 3:01 am, ConcreteVitamin concretevita...@gmail.com wrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots. I've

Re: What's your favorite color scheme?

2012-01-10 Thread Charlie Kester
On 01/10/2012 01:01 AM, ConcreteVitamin wrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots. I like a very simple scheme

Re: What's your favorite color scheme?

2012-01-10 Thread Boyko Bantchev
Please share your the name of your favorite color scheme . Concerning colour schemes: 0. I regret to say that I don't know of any online and worth mentioning publication that can be used as a guide or reference on this topic (although I did some searching). Has any of you guys

Re: What's your favorite color scheme?

2012-01-10 Thread Reid Thompson
On 1/10/2012 2:02 PM, Boyko Bantchev wrote: Please share your the name of your favorite color scheme . Concerning colour schemes: 0. I regret to say that I don't know of any online and worth mentioning publication that can be used as a guide or reference on this topic (although I

Re: What's your favorite color scheme?

2012-01-10 Thread Larik Ishkulov
http://ethanschoonover.com/solarized -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: What's your favorite color scheme?

2012-01-10 Thread François Ingelrest
Hi, On Tue, Jan 10, 2012 at 10:01, ConcreteVitamin wrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots. Here's mine: http

Re: What's your favorite color scheme?

2012-01-10 Thread Boyko Bantchev
http://code.google.com/p/vimcolorschemetest/ see the links at the bottom of the page ala http://vimcolorschemetest.googlecode.com/svn/html/index-c.html I was unaware of this. Thanks! But ... I realized I was unclear about what I actually meant (sorry about that). I wonder if there is a

Re: What's your favorite color scheme?

2012-01-10 Thread Reid Thompson
On 1/10/2012 4:53 PM, Boyko Bantchev wrote: http://code.google.com/p/vimcolorschemetest/ see the links at the bottom of the page ala http://vimcolorschemetest.googlecode.com/svn/html/index-c.html I was unaware of this. Thanks! But ... I realized I was unclear about what I actually meant

Re: What's your favorite color scheme?

2012-01-10 Thread Matteo Landi
david.k.l...@gmail.com wrote: On Tue, Jan 10, 2012 at 1:01 AM, ConcreteVitamin concretevita...@gmail.com wrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would

Re: how to enable color scheme

2012-01-10 Thread J.Z.
:42 PM, jz bosto...@gmail.com wrote: I write shell scripts using vim. There is no issue to set my color scheme with .colorscheme in .vimrc when I edit .sh files. But how can I force vim to use color schema when I edit file without .sh extension? Shell function files are typically without

Re: What's your favorite color scheme?

2012-01-10 Thread Rich Healey
I use a slightly tweaked version of jellybeans original: https://github.com/nanotech/jellybeans.vim fork: https://github.com/richoH/jellybeans.vim -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

how to enable color scheme

2012-01-09 Thread jz
I write shell scripts using vim. There is no issue to set my color scheme with .colorscheme in .vimrc when I edit .sh files. But how can I force vim to use color schema when I edit file without .sh extension? Shell function files are typically without .sh extension. Thanks in advance, John

Re: bubblegum -- a vim color scheme based on xoria256

2011-11-30 Thread Bastien Dejean
than :colorscheme bubblegum It's a 256-color terminal color scheme, so it probably doesn't work in Gvim. That may be your problem. I just made a *gui compatible* version: https://github.com/baskerville/bubblegum/tree/master/gvim (It is the output of a python script I wrote and I'm not using

bubblegum -- a vim color scheme based on xoria256

2011-11-29 Thread Bastien Dejean
Hi, https://github.com/baskerville/bubblegum Greetings, -- Bastien -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: bubblegum -- a vim color scheme based on xoria256

2011-11-29 Thread Matteo Landi
On Tue, Nov 29, 2011 at 9:18 PM, Bastien Dejean nihilh...@gmail.com wrote: Hi, https://github.com/baskerville/bubblegum Hi, why don't you show us how the theme behaves with source code? Regards, Matteo PS I tried it and it doesn't look so good but I guess there are some problems with my

Re: bubblegum -- a vim color scheme based on xoria256

2011-11-29 Thread Chris Lott
On Tue, Nov 29, 2011 at 12:34 PM, Matteo Landi mat...@matteolandi.net wrote: https://github.com/baskerville/bubblegum PS I tried it and it doesn't look so good but I guess there are some problems with my .vimrc... It doesn't work for me either... my background stays light. If I manually set

Re: bubblegum -- a vim color scheme based on xoria256

2011-11-29 Thread Taylor Hedberg
It's a 256-color terminal color scheme, so it probably doesn't work in Gvim. That may be your problem. It works fine for me in terminal Vim, but I'm not personally a fan of the extremely low contrast between colors. pgpHZRHSCifcL.pgp Description: PGP signature

Re: bubblegum -- a vim color scheme based on xoria256

2011-11-29 Thread Rich Healey
It looks nice in a 256color terminal for me, although i don't think I'd use it for coding. It is well.. retina scorching in gvim though. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: Changing elements of a color scheme

2011-07-11 Thread Charles Campbell
Benjamin R. Haskell wrote: On Sat, 9 Jul 2011, Charles E Campbell Jr wrote: Benjamin R. Haskell wrote: Dr. Chip, if you have access to put an .htaccess file in that directory, you can correct the first problem with this line: AddType text/x-vimball .vba I've loaded that a file with that

Re: Changing elements of a color scheme

2011-07-10 Thread Benjamin R. Haskell
On Sat, 9 Jul 2011, Charles E Campbell Jr wrote: Benjamin R. Haskell wrote: Dr. Chip, if you have access to put an .htaccess file in that directory, you can correct the first problem with this line: AddType text/x-vimball .vba I've loaded that a file with that line onto

Re: Changing elements of a color scheme

2011-07-09 Thread Tony Mechelynck
On 07/07/11 16:26, Eric Weir wrote: I've discovered a color scheme that I like better than the one I've been using since starting with Vim/MacVim a few months ago. However, there's one element that clashes for me -- the color of the cursor. I know what color I'd like it to be, i.e

Re: Changing elements of a color scheme

2011-07-09 Thread Eric Weir
On Jul 9, 2011, at 3:47 AM, Tony Mechelynck wrote: 1) If the colorscheme you've come to love is one distributed with Vim (and found in $VIMRUNTIME/colors/) then don't modify it in-place. The way to modify such a scheme for your own youse is to: a) Make sure that directory $HOME/.vim/colors

Re: Changing elements of a color scheme

2011-07-09 Thread Charles E Campbell Jr
Benjamin R. Haskell wrote: Yes, roughly. I ran into that problem before with Dr. Chip's site, but I figured it was just whatever browser I was using at the time. Regardless, if you right-click,save-as the link instead of just clicking it, things should work out fine. Tech details... The

Re: Changing elements of a color scheme

2011-07-08 Thread Eric Weir
On Jul 7, 2011, at 3:53 PM, Benjamin R. Haskell wrote: On Thu, 7 Jul 2011, Eric Weir wrote: Is *this* the code of the vimball? Yes, roughly. I ran into that problem before with Dr. Chip's site, but I figured it was just whatever browser I was using at the time. Regardless, if you

Changing elements of a color scheme

2011-07-07 Thread Eric Weir
I've discovered a color scheme that I like better than the one I've been using since starting with Vim/MacVim a few months ago. However, there's one element that clashes for me -- the color of the cursor. I know what color I'd like it to be, i.e., the color that CameCase words get in a plugin

Re: Changing elements of a color scheme

2011-07-07 Thread Reid Thompson
On Thu, 2011-07-07 at 10:26 -0400, Eric Weir wrote: I've discovered a color scheme that I like better than the one I've been using since starting with Vim/MacVim a few months ago. However, there's one element that clashes for me -- the color of the cursor. I know what color I'd like

Re: Changing elements of a color scheme

2011-07-07 Thread Charles Campbell
Eric Weir wrote: I've discovered a color scheme that I like better than the one I've been using since starting with Vim/MacVim a few months ago. However, there's one element that clashes for me -- the color of the cursor. I know what color I'd like it to be, i.e., the color that CameCase

Re: Changing elements of a color scheme

2011-07-07 Thread Eric Weir
On Jul 7, 2011, at 11:14 AM, Charles Campbell wrote: May I suggest a few plugins: * to identify the name of the syntax item that you want to change colors for: hilinks.vim: http://mysite.verizon.net/astronaut/vim/index.html#HILINKS This one provides the :HLT! command -- with it

Re: Changing elements of a color scheme

2011-07-07 Thread Eric Weir
On Jul 7, 2011, at 11:14 AM, Charles Campbell wrote: May I suggest a few plugins: * to identify the name of the syntax item that you want to change colors for: hilinks.vim: http://mysite.verizon.net/astronaut/vim/index.html#HILINKS Charles, I don't see how to get the plugin. When I

Re: Changing elements of a color scheme

2011-07-07 Thread ZyX
Reply to message «Re: Changing elements of a color scheme», sent 23:10:24 07 July 2011, Thursday by Eric Weir: HiLinkTrace (header) is a link itself pointing to http://mysite.verizon.net/astronaut/vim/vbafiles/hilinks.vba.gz. Original message: On Jul 7, 2011, at 11:14 AM, Charles Campbell

Re: Changing elements of a color scheme

2011-07-07 Thread Benjamin R. Haskell
On Thu, 7 Jul 2011, Eric Weir wrote: On Jul 7, 2011, at 11:14 AM, Charles Campbell wrote: May I suggest a few plugins: * to identify the name of the syntax item that you want to change colors for: hilinks.vim: http://mysite.verizon.net/astronaut/vim/index.html#HILINKS Charles, I don't

Re: Changing elements of a color scheme

2011-07-07 Thread Eric Weir
On Jul 7, 2011, at 3:25 PM, Benjamin R. Haskell wrote: On Thu, 7 Jul 2011, Eric Weir wrote: On Jul 7, 2011, at 11:14 AM, Charles Campbell wrote: May I suggest a few plugins: * to identify the name of the syntax item that you want to change colors for: hilinks.vim:

Re: Changing elements of a color scheme

2011-07-07 Thread Benjamin R. Haskell
On Thu, 7 Jul 2011, Eric Weir wrote: On Jul 7, 2011, at 3:25 PM, Benjamin R. Haskell wrote: On Thu, 7 Jul 2011, Eric Weir wrote: On Jul 7, 2011, at 11:14 AM, Charles Campbell wrote: hilinks.vim: http://mysite.verizon.net/astronaut/vim/index.html#HILINKS Thanks, Ben. I'm confused. I was

Re: default color scheme

2010-05-15 Thread Tony Mechelynck
On 16/03/10 03:49, Ben Kim wrote: do not swim upstream, spit into the wind, or attempt to create a colorscheme named 'default' Curious... What is the wisdom? There's already a colorscheme named 'default', so naming another colorscheme 'default' didn't work as expected, and isn't worth the

Re: default color scheme

2010-03-15 Thread Matt Wozniski
On Mon, Mar 15, 2010 at 2:53 PM, Ben Kim b...@tamu.edu wrote: Dear list, CentOS, vim7.0 I wanted to use my own color scheme and made it /usr/share/vim/vim70/colors/default.vim. But vim does not seem to use it when I open a file, or use vimdiff. I have to do :colors default explicitly

Re: default color scheme

2010-03-15 Thread Matt Wozniski
On Mon, Mar 15, 2010 at 3:37 PM, Matt Wozniski m...@drexel.edu wrote: On Mon, Mar 15, 2010 at 2:53 PM, Ben Kim b...@tamu.edu wrote: Dear list, CentOS, vim7.0 I wanted to use my own color scheme and made it /usr/share/vim/vim70/colors/default.vim. But vim does not seem to use it when I

Re: default color scheme

2010-03-15 Thread sc
On Monday 15 March 2010 02:39:37 pm Matt Wozniski wrote: On Mon, Mar 15, 2010 at 3:37 PM, Matt Wozniski m...@drexel.edu wrote: On Mon, Mar 15, 2010 at 2:53 PM, Ben Kim b...@tamu.edu wrote: Dear list, CentOS, vim7.0 I wanted to use my own color scheme and made it /usr/share/vim

Re: default color scheme

2010-03-15 Thread Ben Kim
do not swim upstream, spit into the wind, or attempt to create a colorscheme named 'default' Curious... What is the wisdom? Regards, Ben Kim -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Re: default color scheme

2010-03-15 Thread Benjamin R. Haskell
On Mon, 15 Mar 2010, Ben Kim wrote: do not swim upstream, spit into the wind, or attempt to create a colorscheme named 'default' Curious... What is the wisdom? There's already a colorscheme named 'default', so naming another colorscheme 'default' didn't work as expected, and isn't

Re: default color scheme

2010-03-15 Thread Ben Kim
do not swim upstream, spit into the wind, or attempt to create a colorscheme named 'default' Curious... What is the wisdom? There's already a colorscheme named 'default', so naming another colorscheme 'default' didn't work as expected, and isn't worth the hassle. Just call it something

RE: gvimdiff default color scheme

2009-10-30 Thread John Beckett
Roy Fulbright wrote: What I want is for gvim to use colorscheme A for normal editing and to use colorscheme B for gvimdiff. Probably this in your vimrc would suffice: if has('gui_running') colorscheme B else colorscheme A endif John

RE: gvimdiff default color scheme

2009-10-30 Thread Christian Brabandt
On Fri, October 30, 2009 4:07 am, Roy Fulbright wrote: What I want is for gvim to use colorscheme A for normal editing and to use colorscheme B for gvimdiff. If I am not mistaken, this should work: if v:progname =~ vimdiff colorscheme a else colorscheme b endif But this does not seem

RE: gvimdiff default color scheme

2009-10-30 Thread Christian Brabandt
On Fri, October 30, 2009 8:00 am, Christian Brabandt wrote: au BufLeave * colors a Sorry, I meant BufWinLeave regards, Christian -- :wq --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information, visit

  1   2   >