четверг, 12 января 2012 г.

Light gray color schema for VIM

I got bored with default dark desert color schema in VIM. So I decided to get some light gray color schema in Internet, but I didn't find any usable for me schema. Only "Peak Sea Color" schema was near of my wishes. And after several attempts of adopting this schema, I got the color schema which is satisfied me a lot. I made changes only for light background case. May be somebody will be interesting with this color schema. You can get this color schema from my GitHub repository - https://github.com/andreybratukhin/peakseacolor. Enjoy.


To enable the scheme, you need put the peaksea.vim in your $HOME/.vim/colors/ (or %HOME%\vimfiles\colors for Windows) and put in ~/.vimrc the following:

if !has("gui_running")
    set t_Co=256
endif
set background=light

colorschema peaksea


UPDATE: I found very useful website, where you can create custom color schema for VIM - http://www.bilalquadri.com/villustrator/.

понедельник, 28 марта 2011 г.

AspectJ training

On previous week I held yet another training for our developers in Donetsk's office of Exadel. And I want to thank of Dmitry Chidzikov (Дмитрий Чижиков) for slides that he presented on February meet of Coffe'n'Code. I've used some of slides of Dmitry in my training's presentation. Thanks a lot.
See above my slides.
Aspect-Oriented Programming

пятница, 4 февраля 2011 г.

Part 1 - JBoss Seam and component model

Это слайды к тренингу по JBoss Seam, который я провел на этой неделе.