X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fstylesheets%2FDarkMonokai.qss;h=1df2dbbdeca96d9e6e021a85648088c4891ad47a;hp=736bb7fbbb90cd19238af7b73e3e48ab3f25b7eb;hb=c8ddabf364eff2400c61cea395aefe69eb8ba1b3;hpb=0fdc92b633d25609933314dc4fd942a7ab5dd94a diff --git a/data/stylesheets/DarkMonokai.qss b/data/stylesheets/DarkMonokai.qss index 736bb7fb..1df2dbbd 100644 --- a/data/stylesheets/DarkMonokai.qss +++ b/data/stylesheets/DarkMonokai.qss @@ -37,7 +37,7 @@ ** Quassel stylesheets also support Palette { role: color; } for setting the system ** palette. See the QPalette docs for available roles, and convert them into qss-style ** attributes, so ButtonText would become button-text or see qssparser.cpp In fact, -** qssparser.cpp is the authorative source for Quassel's qss syntax that contains all +** qssparser.cpp is the authoritative source for Quassel's qss syntax that contains all ** the extensions over standard Qt qss syntax. ** See: ** http://qt-project.org/doc/qt-4.8/qpalette.html#ColorRole-enum @@ -80,7 +80,7 @@ Palette { link: #539FA3; link-visited: #845B90; - /* Color of the marker line in the chat view. BG Node that is overlayed on the first new ChatLine. */ + /* Color of the marker line in the chat view. BG Node that is overlaid on the first new ChatLine. */ // 0 -> 0.1 (sharp line) marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ff0000, stop: 0.1 #ff0000, stop: 0.1 transparent); } @@ -225,7 +225,7 @@ QMainWindow::separator:horizontal:hover { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 palette(window), stop: 0.5 palette(light), stop: 1 palette(window)); } -/* Menu Bar / Context Menues */ +/* Menu Bar / Context Menus */ QMenu { margin: 5px; // A bit of nice padding around menu items. } @@ -424,7 +424,7 @@ ChatLine#netsplit-quit { foreground: #996633; } ChatLine::timestamp { foreground: #707C70; - // Resets the timestemp font during #action and other possible formatting. + // Resets the timestamp font during #action and other possible formatting. font-style: normal; font-weight: normal; } @@ -481,7 +481,7 @@ ChatLine[bg-color="2"] { background: #15a; } ChatLine[fg-color="c"] { foreground: #15f; } ChatLine[bg-color="c"] { background: #15f; } -/* A list of all the colors for easy convienience */ +/* A list of all the colors for easy convenience */ /* ChatLine[fg-color="0"] { foreground: white; } ChatLine[bg-color="0"] { background: white; } @@ -529,7 +529,7 @@ BufferViewDock[active=true] { } /* -** OS X: Workaround Pallete {} bug +** OS X: Workaround Palette {} bug ** - https://stackoverflow.com/questions/19748752/qt-style-qpalettewindowtext-color-reverts-after-application-starts */