From 42d86ecf1941a609121388ab745fda9f8df85ced Mon Sep 17 00:00:00 2001 From: Drew Patridge Date: Sat, 26 Jun 2010 03:13:50 -0600 Subject: [PATCH] Updated LinuxDolt's bluestheme to Version 1.1 --- data/stylesheets/LinuxDolt-bluestheme.qss | 32 ++++++++++++++++++++++++---- 1 files changed, 27 insertions(+), 5 deletions(-) diff --git a/data/stylesheets/LinuxDolt-bluestheme.qss b/data/stylesheets/LinuxDolt-bluestheme.qss index e6b775f..1b920ec 100644 --- a/data/stylesheets/LinuxDolt-bluestheme.qss +++ b/data/stylesheets/LinuxDolt-bluestheme.qss @@ -1,3 +1,7 @@ +// LinuxDolt's bluestheme Version 1.1 + +// Copyright (C) Drew Patridge 2009-2010 + // This file is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; version 2 of the License. @@ -10,12 +14,30 @@ // You should have received a copy of the GNU General Public License // along with this file. If not, see . -// Copyright (C) Drew Patridge 2009 +// ChangeLog: + +// Version 1.1 - Updated 2010/06/25 +// - fix Palette colors for changes in qt/kde color hinting +// -- text changed to a light blueish violet +// -- button-text changed to a light pure violet +// - change markerline rule to follow my own coding style +// (single line does not exceed 79 cols, additional spacing) +// - added this ChangeLog and rearranged the file header in general + +// Version 1.0-10189b4eb20d1b3b9579a6b51dde697691c18abd - Updated 2010/06/16 +// - automatic change in markerline rule due to UI changes +// (see git log for details) +// -- change by Manuel Nickschas + +// Version 1.0 - Updated 2009/11/06 +// - first public git release // Custom ChatView Colors ChatView { background: #00004b; } -Palette { marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #ff0000, stop: 0.1 transparent); } - +Palette { + marker-line: qlineargradient( x1: 0, y1: 0, x2: 0, y2: 1, + stop: 0 red, stop: 0.1 transparent ); +} ChatLine[label="highlight"] { foreground: #f0f5ff; background: #00008b; } @@ -80,10 +102,10 @@ QTableView { Palette { link: #5fffbf; link-visited: #5fffbf; - window: #a0a5dd; window-text: #00004b; text: #00004b; + window: #a0a5dd; window-text: #00004b; text: #cc00ff; light: #8085b3; midlight: #606593; button: #404573; - mid: #202553; dark: #000533; button-text: #0000b4; } + mid: #202553; dark: #000533; button-text: #ff00ff; } StyledLabel#topicLabel { background: #00004b; } MultiLineEdit { background: #00004b; color: #f0f5ff; } -- 1.7.1