Changed some colors
This commit is contained in:
parent
03c32e108e
commit
cfb0a6212e
6 changed files with 14 additions and 11 deletions
7
README
7
README
|
@ -1,7 +0,0 @@
|
|||
To use these settings you need:
|
||||
* Pyflakes
|
||||
|
||||
To install this in Ubuntu use:
|
||||
sudo apt-get install pyflakes
|
||||
To install this in Fedora use:
|
||||
su -c "yum install pyflakes"
|
|
@ -25,7 +25,7 @@ abstracts = {
|
|||
|
||||
# default background for all statusbars. You can also give the default
|
||||
# foreground color for statusbar items.
|
||||
sb_background = "%0";
|
||||
sb_background = "%4";
|
||||
sb_foreground = "%w";
|
||||
|
||||
sbmode = " mode $* ";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# archlinux.us specific options
|
||||
###
|
||||
|
||||
color status green default
|
||||
color status brightwhite blue
|
||||
|
||||
set from = "tom.willemsen@gmail.com"
|
||||
set smtp_url = "smtp://tom.willemsen@archlinux.us@smtp.gmail.com:587/"
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
color normal white default
|
||||
|
||||
# main colors
|
||||
color status green default
|
||||
color indicator brightwhite default
|
||||
color status brightwhite blue
|
||||
color indicator brightwhite blue
|
||||
color tree blue default
|
||||
color error brightred default
|
||||
color message brightyellow default
|
||||
|
|
|
@ -10,3 +10,7 @@ text-width 80
|
|||
articlelist-format "%-4i %f %t"
|
||||
feedlist-title-format "%N %V %> %u feeds with new articles"
|
||||
articlelist-title-format "%N %V %T"
|
||||
|
||||
# colors
|
||||
color listfocus white blue bold
|
||||
color info white blue bold
|
||||
|
|
|
@ -20,6 +20,9 @@ http://lambda-the-ultimate.org/rss.xml devel
|
|||
http://www.reddit.com/r/programming/.rss devel
|
||||
http://steve-yegge.blogspot.com/feeds/posts/default devel
|
||||
http://www.reddit.com/r/systems/.rss devel
|
||||
http://www.reddit.com/r/coding/.rss devel
|
||||
http://www.reddit.com/r/git/.rss devel
|
||||
http://www.reddit.com/r/C_Programming/.rss devel
|
||||
|
||||
### Linux and Open Source-related feeds
|
||||
http://blogs.the451group.com/opensource/feed/ linux
|
||||
|
@ -42,6 +45,8 @@ http://www.reddit.com/r/linux/.rss linux
|
|||
http://www.theopenforce.com/atom.xml linux
|
||||
http://www.ubuntugeek.com/feed/ linux
|
||||
http://www.warpedsystems.sk.ca/backend/index.xml linux
|
||||
http://www.reddit.com/r/archlinux/.rss linux
|
||||
http://www.reddit.com/r/linuxquestions/.rss linux
|
||||
|
||||
### Emacs-related feeds
|
||||
http://wordpress.com/tag/emacs/feed/ emacs
|
||||
|
@ -51,6 +56,7 @@ http://planet.emacsen.org/atom.xml emacs
|
|||
### N900-related feeds
|
||||
http://www.reddit.com/r/n900/.rss n900
|
||||
http://maemo.org/news/planet-maemo/rss.xml n900
|
||||
http://www.reddit.com/r/maemo/.rss n900
|
||||
|
||||
### iPhone development-related feeds
|
||||
http://icodeblog.com/feed/ iphone
|
||||
|
|
Loading…
Reference in a new issue