diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /ksirc/ksircrc | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksirc/ksircrc')
-rw-r--r-- | ksirc/ksircrc | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/ksirc/ksircrc b/ksirc/ksircrc new file mode 100644 index 00000000..548160e5 --- /dev/null +++ b/ksirc/ksircrc @@ -0,0 +1,62 @@ +[Colours] +Background=234,234,234 +chan=57,36,162 +error=255,0,0 +info=0,0,255 +kcolour=true +mcolour=false +nickbcolour=-1 +nickfcolour=1 +text=0,0,0 +uscolour=6 + +[ColourSchemes] +Names=boren,wheels,danimo + +[ColourSchemes-boren] +Background=0,0,0 +SelForeground=0,0,0 +SelBackground=255,255,255 +Channel=0,192,0 +Error=255,0,0 +Info=0,0,255 +NickBackground=invalid +NickForeground=255,128,0 +OwnNick=255,0,0 +Text=0,192,192 +Link=201,97,205 + +[ColourSchemes-wheels] +Background=45,53,59 +SelForeground=45,53,59 +SelBackground=129,154,170 +Channel=72,46,204 +Error=255,0,0 +Info=0,0,255 +NickBackground=invalid +NickForeground=165,155,161 +OwnNick=128,0,128 +Text=129,154,170 +Link=0,0,255 + +[ColourSchemes-danimo] +Background=0,0,0 +SelBackground=255,255,255 +SelForeground=0,0,0 +Channel=49,222,238 +Error=255,0,0 +Info=49,222,238 +NickBackground=invalid +NickForeground=255,255,255 +OwnNick=243,255,7 +Text=255,255,255 +Link=49,222,238 + +[General] +AutoCreateWin=true +AutoRejoin=true +BeepNotify=true +ColourPicker=true +DisplayTopic=true +NickCompletion=true +WindowLength=200 |