Christian Brabandt <cbli...@256bit.org> [16-04-26 17:03]:
> Am 2016-04-26 05:10, schrieb meino.cra...@gmx.de:
> >Hi,
> >with the updates of yesterday (or the day before?) I got a lot of this
> >output, which wasn't there before:
> >line   16:
> >E254: Cannot allocate color none
> >E254: Cannot allocate color none
> >line   17:
> >E254: Cannot allocate color none
> >line   18:
> >E254: Cannot allocate color none

   <snip>

> >E254: Cannot allocate color none
> >line   48:
> >E254: Cannot allocate color none
> >I didn't changed .vimrc and Co. ...
> >After spiiting out this, vim works fine...
> >How can I fix it?
> 
> Do you use the new guicolor setting? What colorscheme are you using?
> Is the file rgb.txt in your $VIMRUNTIME available?
> 
> Best,
> Christian
> -- 
> -- 
> 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
> 
> --- You received this message because you are subscribed to the Google 
> Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to vim_use+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
> 

Hi Christian,

new gui-settings??? ;)
You are joking, man...vim? ***GUI***?
No way!
I am using vim on the console!
(all this with a big smile in my face! 8)

Or in more settled words:
No, I am not using gui-settings as far as I know.

The colorscheme is a modificated one...I have attached it to
this posting...

Best regards
Meino




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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
" Easy Colour Sample:
"   Author:  A. S. Budden <abudden _at_ gmail _dot_ com>
" Copyright: Copyright (C) 2011 A. S. Budden
"            Permission is hereby granted to use and distribute this code,
"            with or without modifications, provided that this copyright
"            notice is copied with it. Like anything else that's free,
"            the EasyColour plugin is provided *as is* and comes with no
"            warranty of any kind, either expressed or implied. By using
"            this plugin, you agree that in no event will the copyright
"            holder be liable for any damages resulting from the use
"            of this software.

" ---------------------------------------------------------------------

" Vim Colour File based on EasyColour Plugin

set background=dark

hi clear
if exists("syntax_on")
        syntax reset
endif

call EasyColour#ColourScheme#LoadColourScheme('mccphd')
        # Saving this file will update the current colour scheme.
Basis:phdmcc.conv
Dark:
        # Class:#F0DDFF
        # DefinedName:#CCC0C0
        # EnumerationValue:#FFCCFF
        # EnumerationName:DarkKhaki
        # Member:#98FB98
        # Union:DarkKhaki
        # GlobalVariable:#F0E6CC
        # LocalVariable:#F0E6CC
        # GlobalConstant:#F0E6CC
        Comment:Grey
        PreProc:DarkGrey
        DiffAdd:White,Darkblue
        DiffDelete:Blue,DarkCyan
        DiffChange:White,DarkMagenta
        DiffText:White,Red


# No light colour scheme defined

# vim: ff=unix:noet:ft=EasyColour
set background=dark

hi clear

if exists("syntax_on")
  syntax reset
endif

let colors_name = "phdmcc"

" Very aggressive
"let s:orange = '#f0a000'
"let s:orange = '#b08060'
let s:violet = '#99699c'
let s:light_violet = '#a989ac'
let s:yellow = '#e3d756'
let s:red = '#d07346'
let s:darkgreen = '#80a050'
let s:green = '#99bf52'
let s:lightgreen = '#e2e9af'
let s:darkblue = '#32698f'
let s:blue = '#5299bf'
let s:lightblue = '#72b9bf'
let s:light_orange = '#fbd461'
let s:orange = '#bba401'
let s:grey = '#808080'

let s:text = '#e0e0e0'
let s:text_hl = '#ffffff'
let s:text_minor = '#909090'
let s:text_very_minor = '#304050'

let s:greyed = '#687898'

let s:popup_bg = '#101010'
let s:popup_bg_hl = '#000000'
let s:popup_fg = s:text
let s:popup_fg_hl = s:text_hl

let s:bg = '#061229'
let s:bg_hl_soft = '#1e293e'
let s:bg_hl = '#324454'
let s:bg_minor = '#030a17'

let s:structure =  '#76cc68'
let s:constant1 = '#c08040'
let s:constant2 = '#d2852b'
let s:constant3 = '#f2a54b'
let s:control1 = '#f9f7a4'
let s:control2 = '#c9b794'
" '#76cc68'
let s:border1_bg = s:bg_hl
let s:border1_fg = s:text_minor
let s:func = '#96b2cc'



if version >= 700
  "Tabpages
  exe 'hi TabLineSel   guifg='.s:text_hl           .' guibg='.s:border1_bg      
.' gui=underline'
  exe 'hi TabLine      guifg='.s:text_minor        .' guibg='.s:bg      .' 
gui=underline'
  exe 'hi TabLineFill  guifg='.s:text_minor        .' guibg='.s:bg      .' 
gui=none'

  "P-Menu (auto-completion)
  "hi Pmenu guifg=#605958 guibg=#101418 gui=none
  "hi PmenuSel guifg=#a09998 guibg=#404040 gui=underline
  exe 'hi CursorLine    guibg='.s:bg_hl_soft     .' gui=none'
  exe 'hi CursorColumn  guibg='.s:bg_hl_soft     .' gui=none'
  exe 'hi MatchParen    guifg='.s:text_hl           .' guibg='.s:bg_hl     .' 
gui=bold'

  exe 'hi Pmenu         guifg='.s:text              .' guibg='.s:popup_bg      
.' gui=none'
  exe 'hi PmenuSel      guifg='.s:text_hl           .' guibg='.s:popup_bg_hl   
.' gui=bold'
  exe 'hi PmenuSbar                                    guibg='.s:popup_bg_hl
  exe 'hi PmenuThumb    guifg='.s:text
endif

exe 'hi Visual guibg='.s:bg_hl

"hi Cursor guifg=NONE guibg=#586068
hi Cursor guibg=#b0d0f0

exe 'hi Normal         guifg='.s:text              .' guibg='.s:bg
"exe 'hi Underlined     guifg='.s:white             .' guibg='.s:darkgrey       
 .' gui=underline'
exe 'hi NonText        guifg='.s:text_very_minor   .' guibg='.s:bg
exe 'hi SpecialKey     guifg='.s:text_very_minor              .' guibg='.s:bg

exe 'hi LineNr         guifg='.s:border1_fg        .' guibg='.s:border1_bg      
.' gui=none'
exe 'hi StatusLine     guifg='.s:text_hl           .' guibg='.s:border1_bg      
.' gui=underline'
exe 'hi StatusLineNC   guifg='.s:text_minor        .' guibg='.s:border1_bg      
.' gui=underline'
exe 'hi VertSplit      guifg='.s:border1_bg        .' guibg='.s:border1_bg      
.' gui=none'

exe 'hi Folded         guifg='.s:text_minor         .' guibg='.s:border1_bg  .' 
gui=none'
exe 'hi FoldColumn     guifg='.s:text_minor         .' guibg='.s:border1_bg  .' 
gui=none'
exe 'hi SignColumn     guifg='.s:text_minor         .' guibg='.s:border1_bg  .' 
gui=none'

exe 'hi Comment        guifg='.s:greyed            .' guibg='.s:bg        .' 
gui=none'
exe 'hi TODO           guifg='.s:greyed            .' guibg='.s:bg        .' 
gui=bold'

exe 'hi Title          guifg='.s:red               .' guibg='.s:bg        .' 
gui=underline'

exe 'hi Constant       guifg='.s:constant1        .' guibg='.s:bg        .' 
gui=none'
exe 'hi String         guifg='.s:constant2        .' guibg='.s:bg        .' 
gui=none'
exe 'hi Special        guifg='.s:constant3        .' guibg='.s:bg        .' 
gui=none'

exe 'hi Identifier     guifg='.s:control1          .' guibg='.s:bg        .' 
gui=none'
exe 'hi Statement      guifg='.s:control2          .' guibg='.s:bg        .' 
gui=none'
"exe 'hi Conditional    guifg='.s:grey             .' guibg='.s:bg        .' 
gui=bold'
"exe 'hi Repeat         guifg='.s:light_orange             .' guibg='.s:bg      
  .' gui=bold'
exe 'hi Structure      guifg='.s:structure         .' guibg='.s:bg        .' 
gui=none'
exe 'hi Function       guifg='.s:func      .' guibg='.s:bg        .' gui=none'

exe 'hi PreProc        guifg='.s:light_violet           .' guibg='.s:bg        
.' gui=none'
exe 'hi Define         guifg='.s:light_violet           .' guibg='.s:bg        
.' gui=none'
exe 'hi Operator       guifg='.s:light_orange      .' guibg='.s:bg        .' 
gui=none'
exe 'hi Type           guifg='.s:yellow            .' guibg='.s:bg        .' 
gui=none'

"hi Macro guifg=#a0b0c0 gui=underline

"Tabs, trailing spaces, etc (lcs)
"hi SpecialKey guifg=#808080 guibg=#343434

"hi TooLong guibg=#ff0000 guifg=#f8f8f8

hi Search guifg=#606000 guibg=#c0c000 gui=bold

hi Directory guifg=#dad085 gui=NONE
hi Error guibg=#602020

" Plugins

"exe 'hi TagListFileName  guifg='.s:lightgrey               .' 
guibg='.s:darkgrey        .' gui=underline'
"exe 'hi TagListTitle  guifg='.s:mid_grey_blue               .' 
guibg='.s:darkgrey        .' gui=italic'

Reply via email to