X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fstylesheets%2FLinuxDolt-bluestheme.qss;h=1b920ec8a5effae2f5086f775418a23e09c10609;hp=e6b775f60cd578d26b72c690c628f5b8cc4aecfc;hb=a19f1e18a3e923f2144aa5522a4aad299ff162a8;hpb=d4bb9562991dd66fa9313e0246bd651ba983cc65 diff --git a/data/stylesheets/LinuxDolt-bluestheme.qss b/data/stylesheets/LinuxDolt-bluestheme.qss index e6b775f6..1b920ec8 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; }