diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-10-05 18:12:45 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-10-05 18:12:45 +0000 |
commit | b23b8edce7cbd48165084dbd852875afeb800735 (patch) | |
tree | 6fce139d187944d762e804b4e868e8a40284a121 /colors | |
parent | 70f7d26b3b2a811ad0000cc3a26e21142d34e39f (diff) | |
download | tde-style-qtcurve-b23b8edce7cbd48165084dbd852875afeb800735.tar.gz tde-style-qtcurve-b23b8edce7cbd48165084dbd852875afeb800735.zip |
Update qtcurve to latest upstream version
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1182805 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'colors')
-rw-r--r-- | colors/CMakeLists.txt | 1 | ||||
-rw-r--r-- | colors/QtCurve.kcsrc | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/colors/CMakeLists.txt b/colors/CMakeLists.txt new file mode 100644 index 0000000..423bda3 --- /dev/null +++ b/colors/CMakeLists.txt @@ -0,0 +1 @@ +install(FILES QtCurve.kcsrc DESTINATION ${DATA_INSTALL_DIR}/kdisplay/color-schemes) diff --git a/colors/QtCurve.kcsrc b/colors/QtCurve.kcsrc new file mode 100644 index 0000000..d7409dc --- /dev/null +++ b/colors/QtCurve.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=QtCurve +activeBackground=169,195,228 +activeBlend=169,195,228 +activeForeground=255,255,255 +activeTitleBtnBg=220,220,220 +alternateBackground=240,240,240 +background=239,236,231 +buttonBackground=239,236,231 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +frame=238,238,230 +handle=238,238,230 +inactiveBackground=244,244,244 +inactiveBlend=244,244,244 +inactiveForeground=20,19,18 +inactiveFrame=238,238,230 +inactiveHandle=238,238,230 +inactiveTitleBtnBg=220,220,220 +linkColor=0,0,192 +selectBackground=69,126,224 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=224,232,238 +windowForeground=0,0,0 |