# HG changeset patch # User meillo@marmaro.de # Date 1176545155 -7200 # Node ID a5f356e3bebcb5ac1d31efa0284ea67db20f2be5 inital checkin diff -r 000000000000 -r a5f356e3bebc .Xresources --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.Xresources Sat Apr 14 12:05:55 2007 +0200 @@ -0,0 +1,76 @@ +! by markus schnalke +! last edited on 2007-02-22 + + + +*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* + +*foreground: #bbbbbb +*background: #222222 + + + +urxvt*scrollBar: false + +urxvt*saveLines: 10000 + + + + + +!! colors 0-7 should be seen as background colors + +!! black +urxvt*color0: #444444 +!! darkgray +urxvt*color8: #000000 +! +!! red +urxvt*color1: #cc5566 +!! lightred +urxvt*color9: #992233 +! +!! green +!urxvt*color2: #aece91 +urxvt*color2: #66aa44 +!! lightgreen +!urxvt*color10: #c5f779 +urxvt*color10: #88aa88 +! +!! yellow +urxvt*color3: #dddd55 +!! lightyellow +urxvt*color11: #cccc22 +! +!! blue +urxvt*color4: #003366 +!urxvt*color4: #9db7d0 +!! lightblue +urxvt*color12: #4488cc +!urxvt*color12: #3c8ec4 +! +!! magenta +!urxvt*color5: #963c59 +urxvt*color5: #aacc99 +!! lightmagenta +!urxvt*color13: #cf9ebe +urxvt*color13: #9977aa +! +!! cyan +!urxvt*color6: #9fc1cc +urxvt*color6: #88aadd +!! lightcyan +!urxvt*color14: #9fc1cc +urxvt*color14: #448877 +! +!! gray +urxvt*color7: #666666 +!! white +urxvt*color15: #bbbbbb + + + + + + +xterm*background: #000000 diff -r 000000000000 -r a5f356e3bebc .dircolorsrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.dircolorsrc Sat Apr 14 12:05:55 2007 +0200 @@ -0,0 +1,113 @@ +# Configuration file for dircolors, a utility to help you set the +# LS_COLORS environment variable used by GNU ls with the --color option. +# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the +# slackware version of dircolors) are recognized but ignored. +# Below, there should be one TERM entry for each termtype that is colorizable +TERM linux +TERM linux-c +TERM mach-color +TERM console +TERM con132x25 +TERM con132x30 +TERM con132x43 +TERM con132x60 +TERM con80x25 +TERM con80x28 +TERM con80x30 +TERM con80x43 +TERM con80x50 +TERM con80x60 +TERM cygwin +TERM dtterm +TERM mlterm +TERM putty +TERM xterm +TERM xterm-color +TERM xterm-debian +TERM rxvt +TERM rxvt-unicode +TERM screen +TERM screen-bce +TERM screen-w +TERM vt100 +TERM Eterm + +# Below are the color init strings for the basic file types. A color init +# string consists of one or more of the following numeric codes: +# Attribute codes: +# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed +# Text color codes: +# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white +# Background color codes: +# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white + +NORMAL 00 # global default, although everything should be something. +FILE 00 # normal file +DIR 01;34 # directory +LINK target # symbolic link. (If you set this to 'target' instead of a +FIFO 40;33 # pipe +SOCK 01;35 # socket +DOOR 01;35 # door +BLK 40;33;01 # block device driver +CHR 40;33;01 # character device driver +ORPHAN 40;31;01 # symlink to nonexistent file + +SETUID 37;41 # file that is setuid (u+s) +SETGID 30;43 # file that is setgid (g+s) +STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w) +OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky +STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable +EXEC 01;32 # This is for files with execute permission + + + +# List any file extensions like '.gz' or '.tar' that you would like ls +# to colorize below. Put the extension, a space, and the color init string. +# (and any comments you want to add after a '#') +# If you use DOS-style suffixes, you may want to uncomment the following: + +# archives or compressed (bright red) +.tar 00;31 +.tgz 00;31 +.arj 00;31 +.taz 00;31 +.lzh 00;31 +.zip 00;31 +.z 00;31 +.Z 00;31 +.gz 00;31 +.bz2 00;31 +.deb 00;31 +.rpm 00;31 +.jar 00;31 + +# image formats +.jpg 01;35 +.jpeg 01;35 +.gif 01;35 +.bmp 01;35 +.pbm 01;35 +.pgm 01;35 +.ppm 01;35 +.tga 01;35 +.xbm 01;35 +.xpm 01;35 +.tif 01;35 +.tiff 01;35 +.png 01;35 +.mov 01;35 +.mpg 01;35 +.mpeg 01;35 +.avi 01;35 +.fli 01;35 +.gl 01;35 +.dl 01;35 +.xcf 01;35 +.xwd 01;35 + +# audio formats +.flac 01;35 +.mp3 01;35 +.mpc 01;35 +.ogg 01;35 +.wav 01;35 diff -r 000000000000 -r a5f356e3bebc .vim/colors/meillo_self.vim --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.vim/colors/meillo_self.vim Sat Apr 14 12:05:55 2007 +0200 @@ -0,0 +1,210 @@ +" Vim color file +" Maintainer: markus schnalke +" Last Change: 2007-02-22 +" +" This is meillo's own color scheme. +" + + +" First remove all existing highlighting. +set background=light +hi clear +if exists("syntax_on") + syntax reset +endif + + +" my code from here +let colors_name = "meillo_self" + + + + + +"## GUI ################################################################### +" Globals + + hi Normal guifg=#000000 guibg=#d8d0c8 " Standard-Farben + + hi LineNr guifg=#666666 guibg=#aaaaaa " Bereich der Zeilennummern + + hi FoldColumn guifg=#cccccc guibg=#666666 " Bereich der Faltungen + hi Folded guifg=#000000 guibg=#e3c1a5 " Gefaltete Zeile + + hi StatusLine gui=bold guifg=#ffffff guibg=#000000 " Statusleiste des aktiven Frames + hi StatusLineNC gui=bold guifg=#666666 guibg=#333333 " Statusleiste der anderen Frames + + hi SpecialKey guifg=Blue + hi NonText guifg=#000000 " ~ and @ at the end of the file + hi Directory guifg=Blue + hi ErrorMsg gui=bold guifg=White guibg=Red + + hi IncSearch gui=reverse " Waehrend der Suchbegriffseingabe + hi Search guibg=#ffeeaa " Abgeschlossene Suche + + hi MoreMsg gui=bold guifg=SeaGreen + hi ModeMsg gui=bold + hi Question gui=bold guifg=SeaGreen + + hi VertSplit gui=bold guifg=#000000 guibg=#000000 + + hi Title gui=bold guifg=DeepPink3 + hi Visual guifg=#666666 guibg=#eeeedd " visual-Markierung + hi VisualNOS gui=bold,underline + hi WarningMsg gui=bold guifg=Red + hi WildMenu guifg=Black guibg=Yellow + + hi DiffAdd guibg=White + hi DiffChange guibg=#edb5cd + hi DiffDelete gui=bold guifg=#6666ff guibg=#f6e8d0 + hi DiffText gui=bold guibg=#ff8060 + + hi Cursor guifg=bg guibg=fg " der char unter dem Cursor + hi CursorLine guibg=#cccccc " the line that the cursor is + hi lCursor guifg=bg guibg=fg "?? + + hi MatchParen guibg=#aacc00 + + hi Pmenu guifg=#aaaaaa guibg=#333333 + hi PmenuSel gui=bold guifg=#cccccc guibg=#666666 + +" syntax + hi Comment guifg=#008000 + hi Constant guifg=#800000 + hi Special gui=bold guifg=#000000 " php-tags, Sonderzeichen, Klammern + hi Identifier guifg=#000080 + hi Statement gui=bold guifg=#000080 " reservierte Worte + hi PreProc guifg=#800000 + hi Type gui=none guifg=#0000aa " attribute (z.B. style, title, name) + hi Igrore guifg=bg + hi Error gui=bold guifg=#ffffff guibg=#ff0000 + hi Todo guifg=#000000 guibg=#eecc00 + + + + + +"## COLOR-TERM ########################################################## + +" Globals + hi FoldColumn ctermfg=0 ctermbg=0 cterm=bold + hi Folded ctermfg=0 ctermbg=0 cterm=bold + hi LineNr ctermfg=0 ctermbg=0 cterm=bold + + hi StatusLine cterm=reverse + hi StatusLineNC ctermfg=0 ctermbg=7 cterm=bold,reverse + hi VertSplit ctermfg=0 ctermbg=0 cterm=bold + + hi SpecialKey ctermfg=4 + hi NonText ctermfg=4 cterm=bold + hi Directory ctermfg=4 + hi ErrorMsg cterm=bold ctermfg=7 ctermbg=1 + hi IncSearch cterm=reverse + hi Search ctermbg=3 + hi MoreMsg ctermfg=2 + hi ModeMsg cterm=bold + hi Question ctermfg=2 + hi Title ctermfg=5 + + hi Visual cterm=reverse + hi VisualNOS cterm=bold,underline + + hi WarningMsg ctermfg=1 + + hi WildMenu ctermfg=0 ctermbg=7 + + hi DiffAdd ctermbg=4 + hi DiffChange ctermbg=5 + hi DiffDelete cterm=bold ctermfg=4 ctermbg=6 + hi DiffText cterm=bold ctermbg=1 + + +" syntax + hi Comment cterm=bold ctermfg=2 + hi Constant ctermfg=1 + hi Special ctermfg=5 + hi Identifier cterm=bold ctermfg=4 + hi Statement ctermfg=3 + hi PreProc ctermfg=7 + hi Type ctermfg=6 + hi Ignore cterm=bold ctermfg=7 + hi Error cterm=bold ctermfg=7 ctermbg=1 + hi Todo ctermfg=0 ctermbg=3 + +" 0 = black +" 1 = red +" 2 = green +" 3 = yellow +" 4 = blue +" 5 = magenta +" 6 = cyan +" 7 = white + + + + + + +"## TERM ################################################################## + +" Globals + hi LineNr term=underline + hi FoldColumn term=standout + hi Folded term=standout + hi StatusLine term=bold,reverse + hi StatusLineNC term=reverse + hi SpecialKey term=bold + hi NonText term=bold + hi Directory term=bold + hi ErrorMsg term=standout + hi IncSearch term=reverse + hi Search term=reverse + hi MoreMsg term=bold + hi ModeMsg term=bold + hi Question term=standout + hi VertSplit term=reverse + hi Title term=bold + hi Visual term=reverse + hi VisualNOS term=bold,underline + hi WarningMsg358878 term=standout + hi WildMenu term=standout + hi DiffAdd term=bold + hi DiffChange term=bold + hi DiffDelete term=bold + hi DiffText term=reverse + + +" syntax + hi Comment term=bold + hi Constant term=underline + hi Special term=bold + hi Identifier term=underline + hi Statement term=bold + hi PreProc term=underline + hi Type term=underline + " hi Ignore + hi Error term=reverse + hi Todo term=standout + + + + + + + + + + + +"" Set 'background' back to the default. The value can't always be estimated +"" and is then guessed. +"hi clear Normal +"set bg& +"" Remove all existing highlighting and set the defaults. +"hi clear +"" Load the syntax highlighting defaults, if it's enabled. +"if exists("syntax_on") +" syntax reset +"endif +"" vim: sw=2 + diff -r 000000000000 -r a5f356e3bebc .vimrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.vimrc Sat Apr 14 12:05:55 2007 +0200 @@ -0,0 +1,74 @@ +set nocompatible +"source $VIMRUNTIME/vimrc_example.vim +"source $VIMRUNTIME/mswin.vim +"behave mswin +" + + +"set columns=150 lines=50 +"maximiert starten +"au GUIEnter * simalt ~x + +"set guifont=Courier_New:h8:cANSI +set guifont=Terminus\ 9 + +"Scrollbar bottom +set guioptions+=b + +"Cursorblinken abstellen +set guicursor+=a:blinkon0 + + +set nocursorline + +set expandtab +set shiftwidth=2 +set softtabstop=2 +set tabstop=2 + +syntax on + +set number + +set nowrap + +set ic + +set scrolloff=4 " min. number of lines above/below cursor + +set nobackup +set viminfo+=% +set shortmess+=sI + +"let php_sql_query = 1 +"let php_htmlInStrings = 1 + +set foldenable "start with folding enabled +let php_folding=2 "foldable at all { and } +set foldmethod=syntax +set foldcolumn=4 + +set foldlevel=99 "to start with all folds open +set foldopen="" +set foldclose="" + + + +set noerrorbells +"set visualbell + + +set sidescroll=1 " number of chars to scroll content right-left +set sidescrolloff=10 " number of chars to view between cursor and window-border + +set winheight=10 " height of frame when it was smaller and gets focus +set winminheight=0 " height of frame when minimized + + +set whichwrap="" + +set path=.,~/Prog + +"cd z:/maka/eis + +colorscheme meillo_self