
blackened
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
... at last some dark theme ;)
use these settings in ~/.fluxbox/init for best results:
session.screen0.toolbar.tools: nextworkspace, iconbar, systemtray, workspacename, clock
gtk2: http://gnome-look.org/content/show.php?content=46287
wall: http://vermaden.rox.pl/gfx/wallpapers/flat_black.jpg
font: http://vermaden.rox.pl/tmp/verfonts.tar.gz
icon: http://box-look.org/content/show.php?content=64025
12 years ago
01: initial release
02: added GENERIC version
12 years ago
01: initial release
02: added GENERIC version
stanleysathler_double
10 years ago
What font in the system?
Thanks
Report
sherkhan
12 years ago
Report
vermaden
12 years ago
~/.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
Report
linuxa
12 years ago
It is set in Gnome and works fine, but not in fluxbox. If I start the gnome-settings-daemon, it loads all the other stuff from the gnome session too.
I also noticed that in Google the search bar is black, which is very annoying... Can you provide a patch or something?
Thanks!
Report
vermaden
12 years ago
http://gnome-look.org/content/show.php?content=46287
Report
xaque208
12 years ago
Report
vermaden
12 years ago
http://en.wikipedia.org/wiki/Nautilus_(file_manager)
Report
ardal
13 years ago
Report
vermaden
13 years ago
Added, along with other info ;)
Report
pllb
13 years ago
Report
vermaden
13 years ago
Report