Skip to content

Commit 6adc836

Browse files
alexmyczkophkaeser
authored andcommitted
Everything is so ... square and gray.
make it look more like nextstep/openstep/gnustep/window maker Signed-off-by: Alex Myczko <alex@aiei.ch> Refactor gradient fills to solid colors in style.plist Signed-off-by: Alex Myczko <alex@aiei.ch> Change DisabledTextColor from grey to darker grey Signed-off-by: Alex Myczko <alex@aiei.ch>
1 parent 71c127e commit 6adc836

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

etc/Themes/Default.plist

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Style oriented on Window Maker's default.
22
{
3-
BackgroundColor = "argb32:ff505080";
3+
BackgroundColor = "argb32:ff777777";
44
Cursor = {
55
Name = default;
66
Size = 24;
@@ -32,9 +32,8 @@
3232
Window = {
3333
TitleBar = {
3434
FocussedFill = {
35-
From = "argb32:ff000010";
36-
To = "argb32:ff202070";
37-
Type = DGRADIENT;
35+
Color = "argb32:ff000000";
36+
Type = SOLID;
3837
};
3938
FocussedTextColor = "argb32:ffffffff";
4039
BlurredFill = {
@@ -56,7 +55,7 @@
5655
};
5756
ResizeBar = {
5857
Fill = {
59-
Color = "argb32:ffc2c0c5";
58+
Color = "argb32:ffaaaaaa";
6059
Type = SOLID;
6160
};
6261
Height = 7;
@@ -83,9 +82,8 @@
8382
};
8483
Item = {
8584
Fill = {
86-
From = "argb32:ffa6a6b6";
87-
To = "argb32:ff515561";
88-
Type = DGRADIENT;
85+
Color = "argb32:ffaaaaaa";
86+
Type = SOLID;
8987
};
9088
HighlightedFill = {
9189
Color = "argb32:ffffffff";
@@ -98,7 +96,7 @@
9896
};
9997
EnabledTextColor = "argb32:ff000000";
10098
HighlightedTextColor = "argb32:ff000000";
101-
DisabledTextColor = "argb32:ff808080";
99+
DisabledTextColor = "argb32:ff666666";
102100
Height = 22;
103101
BezelWidth = 1;
104102
Width = 150;

0 commit comments

Comments
 (0)