


Cursors by xBreeze 13 comments

Fluxbox Themes by vermaden 2 comments

Fluxbox Themes by vermaden 9 comments
~/.vimrc
------------------------------------------------
" -- < GENERAL >-- "
set nocompatible
set backspace=indent,eol,start
set smartindent
set nobackup
set number
set nowrap
set history=32
set ruler
set showcmd
set incsearch
set hlsearch
set tabstop=8
set shiftwidth=8
set paste
set ruler
" --< COLORS / SYNTAX >-- "
syntax on
colorscheme tango
" --< TABS BINDINGS >-- "
map <C-t> :tabnew<CR>
map <C-w> :tabclose<CR>
map <C-left> :tabp<CR>
map <C-right> :tabn<CR>
map <C-home> :tabfirst<CR>
map <C-end> :tablast<CR>
------------------------------------------------
~/.Xdefaults
------------------------------------------------
!black
*color0: #222222
*color8: #554444
!red
*color1: #884422
*color9: #cc5533
!green
*color2: #778800
*color10: #88aa22
!yellow
*color3: #887733
*color11: #aa9955
!blue
*color4: #5555aa
*color12: #7777aa
!magneta
*color5: #885500
*color13: #996600
!cyan
*color6: #8866cc
*color14: #9977dd
!white
*color7: #bbaa99
*color15: #ddccaa
------------------------------------------------
I also use this tango color scheme:
http://www.vim.org/scripts/script.php?script_id=1686
- Oct 02 2008

Pek-WM Themes by Izo 3 comments

Fluxbox Themes by vermaden 4 comments
http://comments.deviantart.com/1/55066894/455674610 - Mar 04 2008

Fluxbox Themes by vermaden 9 comments

Fluxbox Themes by vermaden 9 comments
proggyoptis / montecarlo from here:
http://www.proggyfonts.com/index.php?menu=download
there are several types of them, so if you just want exacly same as mine get them from here:
http://vermaden.proplayer.pl/tmp/verfonts.tar.gz
here is how they are setup:
http://vermaden.proplayer.pl/tmp/DOT.Xdefaults - Aug 15 2007

Fluxbox Themes by vermaden 4 comments
Use something like this in ~/.fluxbox/overlay file:
menu.frame.font: sans-10
menu.title.font: sans-10:bold
toolbar.clock.font: sans-10
toolbar.workspace.font: sans-10:bold
toolbar.iconbar.focused.font: sans-10:bold
toolbar.iconbar.unfocused.font: sans-10
window.font: sans-10:bold
and also check these HOWTOs:
http://fluxbox-wiki.org/index.php/Overlay
http://fluxbox-wiki.org/index.php/Category:English_howtos
- Aug 12 2007