Skip to content

Commit abc20e1

Browse files
committedDec 28, 2018
Refresh the Night Mapping theme, including _many_ fixes
1 parent 026f914 commit abc20e1

17 files changed

+327
-198
lines changed
 
Lines changed: 1 addition & 0 deletions

Error rendering embedded code

Invalid image source.

Lines changed: 1 addition & 0 deletions

Error rendering embedded code

Invalid image source.

Lines changed: 1 addition & 0 deletions

Error rendering embedded code

Invalid image source.

Binary file not shown.
Lines changed: 1 addition & 0 deletions

Error rendering embedded code

Invalid image source.

Binary file not shown.
-191 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions

Error rendering embedded code

Invalid image source.

‎resources/themes/Night Mapping/icons/cross.svg

Lines changed: 0 additions & 59 deletions
This file was deleted.
-1008 Bytes
Binary file not shown.
Lines changed: 24 additions & 0 deletions

Error rendering embedded code

Invalid image source.

Lines changed: 24 additions & 0 deletions

Error rendering embedded code

Invalid image source.

Lines changed: 48 additions & 0 deletions

Error rendering embedded code

Invalid image source.

Lines changed: 48 additions & 0 deletions

Error rendering embedded code

Invalid image source.

-990 Bytes
Binary file not shown.

‎resources/themes/Night Mapping/style.qss

Lines changed: 171 additions & 136 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
@background: #323232
2-
@itembackground: #535353
3-
@text: #aaa;
2+
@itembackground: #222
3+
@itemalternativebackground: #9a9a9a
4+
@itemdarkbackground: #535353
5+
@darkgradient: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #565656, stop: 0.1 #525252, stop: 0.5 #4e4e4e, stop: 0.9 #4a4a4a, stop: 1 #464646)
6+
@textlight: #ddd
7+
@text: #aaa
48
@toggleoff: #535353
59
@toggleon: #0f6e00
6-
@hover: #0d7200
710
@selection: #0f6e00
11+
@focus: #d7801a

0 commit comments

Comments
 (0)
Please sign in to comment.