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 | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /kontact/profiles/OutlookDefaults | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.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/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kontact/profiles/OutlookDefaults')
-rw-r--r-- | kontact/profiles/OutlookDefaults/Makefile.am | 6 | ||||
-rw-r--r-- | kontact/profiles/OutlookDefaults/kontactrc | 33 | ||||
-rw-r--r-- | kontact/profiles/OutlookDefaults/korganizerrc | 3 | ||||
-rw-r--r-- | kontact/profiles/OutlookDefaults/profile.cfg | 4 |
4 files changed, 46 insertions, 0 deletions
diff --git a/kontact/profiles/OutlookDefaults/Makefile.am b/kontact/profiles/OutlookDefaults/Makefile.am new file mode 100644 index 000000000..87e8814d6 --- /dev/null +++ b/kontact/profiles/OutlookDefaults/Makefile.am @@ -0,0 +1,6 @@ +profile_DATA = \ + profile.cfg \ + kontactrc \ + korganizerrc + +profiledir = $(kde_datadir)/kontact/profiles/OutlookDefaults diff --git a/kontact/profiles/OutlookDefaults/kontactrc b/kontact/profiles/OutlookDefaults/kontactrc new file mode 100644 index 000000000..f086bedf1 --- /dev/null +++ b/kontact/profiles/OutlookDefaults/kontactrc @@ -0,0 +1,33 @@ +[General] +activeBackground=47,103,255 +activeBlend=41,93,180 +activeForeground=255,255,255 +activeTitleBtnBg=220,220,220 +alternateBackground=240,240,240 +background=238,238,230 +buttonBackground=238,234,222 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +frame=238,238,230 +handle=238,238,230 +inactiveBackground=220,220,220 +inactiveBlend=220,220,220 +inactiveForeground=0,0,0 +inactiveFrame=238,238,230 +inactiveHandle=238,238,230 +inactiveTitleBtnBg=220,220,220 +linkColor=0,0,192 +selectBackground=74,121,205 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=255,255,255 +windowForeground=0,0,0 +[Icons] +Theme=Locolor + +[MainWindow Toolbar navigatorToolBar] +Hidden=false + + diff --git a/kontact/profiles/OutlookDefaults/korganizerrc b/kontact/profiles/OutlookDefaults/korganizerrc new file mode 100644 index 000000000..e0c1178bb --- /dev/null +++ b/kontact/profiles/OutlookDefaults/korganizerrc @@ -0,0 +1,3 @@ +[Views] +Agenda View Calendar Display=CalendarsSideBySide + diff --git a/kontact/profiles/OutlookDefaults/profile.cfg b/kontact/profiles/OutlookDefaults/profile.cfg new file mode 100644 index 000000000..0fef517e1 --- /dev/null +++ b/kontact/profiles/OutlookDefaults/profile.cfg @@ -0,0 +1,4 @@ +[Kontact Profile] +Description=Settings resembling MS Outlook +Identifier=OutlookDefaults +Name=Outlook Style |