Skip to content

Commit

Permalink
2.5.2 - Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lains committed Dec 17, 2020
1 parent 4e07c03 commit 7042952
Show file tree
Hide file tree
Showing 7 changed files with 263 additions and 248 deletions.
9 changes: 9 additions & 0 deletions data/com.github.lainsce.quilter.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="2.5.2" date="2020-12-18">
<description>
<p>Release: Power Up Three</p>
<ul>
<li>Urgent Fix: Fix closing files in sidebar properly.</li>
<li>Fix: Have a Welcome Screen when no files are open.</li>
</ul>
</description>
</release>
<release version="2.5.1" date="2020-08-28">
<description>
<p>Release: Power Up Two</p>
Expand Down
138 changes: 49 additions & 89 deletions data/styles/app-main-stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,24 @@
background-color: #151515;
border: 1px solid #717171;
box-shadow:
inset 0 0 0 1px alpha (shade (#3b3b3b, 1.4), 0.05),
inset 0 1px 0 0 alpha (#3b3b3b, 0.45),
inset 0 -1px 0 0 alpha (#5b5b5b, 0.15);
inset 0 0 0 1px alpha (shade (#3b3b3b, 1.4), 0.05),
inset 0 1px 0 0 alpha (#3b3b3b, 0.45),
inset 0 -1px 0 0 alpha (#5b5b5b, 0.15);
background-image:
linear-gradient(
to bottom,
transparent,
transparent 50%,
alpha (
#333,
0.04
)
);
linear-gradient(
to bottom,
transparent,
transparent 50%,
alpha (#333, 0.04)
);
}

.color-dark:active {
border-color: #0DBCEE;
box-shadow:
inset 0 1px 0 0 alpha (#3b3b3b, 0.45),
inset 0 -1px 0 0 alpha (#3b3b3b, 0.15),
0 0 0 1px alpha (#AbAbAb, 0.25);
inset 0 1px 0 0 alpha (#3b3b3b, 0.45),
inset 0 -1px 0 0 alpha (#3b3b3b, 0.15),
0 0 0 1px alpha (#AbAbAb, 0.25);
transition: all 100ms ease-out;
}

Expand All @@ -43,26 +40,23 @@
border: 1px solid #BFBFBF;
box-shadow:
inset 0 0 0 1px alpha (shade (#dddddd, 1.4), 0.05),
inset 0 1px 0 0 alpha (#dddddd, 0.45),
inset 0 -1px 0 0 alpha (#cccccc, 0.15);
background-image:
linear-gradient(
to bottom,
transparent,
transparent 50%,
alpha (
#000,
0.04
)
);
inset 0 1px 0 0 alpha (#dddddd, 0.45),
inset 0 -1px 0 0 alpha (#cccccc, 0.15);
background-image:
linear-gradient(
to bottom,
transparent,
transparent 50%,
alpha (#000,0.04)
);
}

.color-light:active {
border-color: #0073c5;
box-shadow:
inset 0 1px 0 0 alpha (#dddddd, 0.45),
inset 0 -1px 0 0 alpha (#dddddd, 0.15),
0 0 0 1px alpha (#eeeeee, 0.25);
inset 0 1px 0 0 alpha (#dddddd, 0.45),
inset 0 -1px 0 0 alpha (#dddddd, 0.15),
0 0 0 1px alpha (#eeeeee, 0.25);
transition: all 100ms ease-out;
}

Expand All @@ -75,27 +69,24 @@
background-color: #F0E8DD;
border: 1px solid #d0b896;
box-shadow:
inset 0 0 0 1px alpha (shade (#e0c8a6, 1.4), 0.05),
inset 0 1px 0 0 alpha (#e0c8a6, 0.45),
inset 0 -1px 0 0 alpha (#8D7768, 0.15);
inset 0 0 0 1px alpha (shade (#e0c8a6, 1.4), 0.05),
inset 0 1px 0 0 alpha (#e0c8a6, 0.45),
inset 0 -1px 0 0 alpha (#8D7768, 0.15);
background-image:
linear-gradient(
to bottom,
transparent,
transparent 50%,
alpha (
#807452,
0.04
)
);
linear-gradient(
to bottom,
transparent,
transparent 50%,
alpha (#807452,0.04)
);
}

.color-sepia:active {
border-color: #00897b;
box-shadow:
inset 0 1px 0 0 alpha (#e0c8a6, 0.45),
inset 0 -1px 0 0 alpha (#e0c8a6, 0.15),
0 0 0 1px alpha (#d0b896, 0.25);
inset 0 1px 0 0 alpha (#e0c8a6, 0.45),
inset 0 -1px 0 0 alpha (#e0c8a6, 0.15),
0 0 0 1px alpha (#d0b896, 0.25);
transition: all 100ms ease-out;
}

Expand All @@ -104,39 +95,6 @@
-gtk-icon-shadow: 1px 1px transparent;
}

.color-moon {
background-color: #111c27;
border: 1px solid #606c81;
box-shadow:
inset 0 0 0 1px alpha (shade (#414e58, 1.4), 0.05),
inset 0 1px 0 0 alpha (#414e58, 0.45),
inset 0 -1px 0 0 alpha (#606c81, 0.15);
background-image:
linear-gradient(
to bottom,
transparent,
transparent 50%,
alpha (
#807452,
0.04
)
);
}

.color-moon:active {
border-color: #4DBCEE;
box-shadow:
inset 0 1px 0 0 alpha (#414e58, 0.45),
inset 0 -1px 0 0 alpha (#414e58, 0.15),
0 0 0 1px alpha (#606c81, 0.25);
transition: all 100ms ease-out;
}

.color-moon image {
color: #C3C3C1;
-gtk-icon-shadow: 1px 1px transparent;
}

actionbar,
.action-bar {
border-top: 1px solid alpha (#000, 0.25);
Expand Down Expand Up @@ -199,13 +157,15 @@ actionbar,
margin-bottom: 0;
border: 0px solid alpha (#000, 0);
border-top: 1px solid alpha (#000, 0);
border-bottom: 1px solid alpha (#000, 0);
border-left: 5px solid @colorPrimary;
}

.quilter-sidebar-box:active,
.quilter-sidebar-box:focus,
.quilter-sidebar-box:selected {
border-top: 1px solid alpha (#000, 0.25);
border-bottom: 1px solid alpha (#000, 0.25);
}

.quilter-sidebar-box > grid > label {
Expand All @@ -229,38 +189,38 @@ actionbar,
color: @textColorPrimary;
border: 1px solid alpha (@textColorPrimary, 0);
background-image: none;
box-shadow: none;
box-shadow: none;
}

.quilter-cbt button:hover {
border: 1px solid alpha (@textColorPrimary, 0.35);
}

.quilter-focus-button {
border-radius: 100px;
-gtk-outline-radius: 100px;
min-width: 48px;
min-height: 48px;
margin: 0;
padding: 0;
border-radius: 100px;
-gtk-outline-radius: 100px;
min-width: 48px;
min-height: 48px;
margin: 0;
padding: 0;
}

.focus {
border-radius: 4px;
}

.focus-full .quilter-edit-view {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}

.dark-switcher .radio:checked {
background-color: #0f0f0f;
background-image: none;
box-shadow: none;
}

.dark-switcher .radio:not(checked) {
background-image: linear-gradient(0deg, #121212, #242424);
box-shadow: none;
}
}
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.lainsce.quilter', 'vala', 'c', version: '2.5.1')
project('com.github.lainsce.quilter', 'vala', 'c', version: '2.5.2')

gnome = import('gnome')
i18n = import('i18n')
Expand Down
Loading

0 comments on commit 7042952

Please sign in to comment.