From b23b8edce7cbd48165084dbd852875afeb800735 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 5 Oct 2010 18:12:45 +0000 Subject: 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 --- colors/CMakeLists.txt | 1 + colors/QtCurve.kcsrc | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 colors/CMakeLists.txt create mode 100644 colors/QtCurve.kcsrc (limited to 'colors') 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 -- cgit v1.2.3