Skip to content

Commit f62e802

Browse files
committed
Tweaks and refinements
1 parent 5016d53 commit f62e802

22 files changed

+574
-207
lines changed

data/Application.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ actionbar {
7373
transition: color 750ms cubic-bezier(0.4, 0, 0.2, 1);
7474
}
7575

76+
actionbar button {
77+
-gtk-icon-shadow: 0 1px alpha(white, 0.5);
78+
}
79+
7680
actionbar button:hover,
7781
actionbar button:focus,
7882
windowcontrols button:hover,
@@ -93,10 +97,6 @@ editablelabel.editing {
9397
font-weight: 600;
9498
font-size: 1em;
9599
text-shadow: none;
96-
box-shadow:
97-
inset 0 1px 0 0 alpha(@inset_dark_color, 0.7),
98-
inset 0 0 0 1px alpha(@inset_dark_color, 0.3),
99-
0 1px 0 0 alpha(@bg_highlight_color, 0.3);
100100
}
101101

102102
editablelabel,

data/generate_stylesheets.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Alas.
9393
border-bottom-color: @${accent_color}_100;
9494
color: shade(@${accent_color}_900, 0.77);
9595
}
96+
97+
/* Fix the emoticon entry having note color background */
9698
window.${accent_color} entry {
9799
background-color: white;
98100
color: black;
@@ -104,11 +106,12 @@ Alas.
104106
105107
window.${accent_color} editablelabel:hover,
106108
window.${accent_color} editablelabel:focus {
107-
border: 1px solid mix(@${accent_color}_500, @${accent_color}_700, 0.3);
109+
border: 1px solid alpha(mix(@${accent_color}_500, @${accent_color}_700, 0.3),0.7);
108110
}
109111
110112
window.${accent_color} editablelabel.editing {
111-
border: 1px solid @${accent_color}_900;
113+
border: 1px solid mix(@${accent_color}_500, @${accent_color}_700, 0.3);
114+
box-shadow: inset 0 0 2px 2px mix(@${accent_color}_100, @${accent_color}_500, 0.3);
112115
}
113116
114117
window.${accent_color}:backdrop textview text,

data/io.github.ellie_commons.jorts.metainfo.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@
5858
</custom>
5959

6060
<releases>
61+
<release version="2.0.1" date="2025-02-25">
62+
<description>
63+
<p>2.0.1 Minor tweaking</p>
64+
<ul>
65+
<li>New screenshot</li>
66+
<li>Refinements</li>
67+
</ul>
68+
</description>
69+
</release>
6170
<release version="2.0.0" date="2025-02-25">
6271
<description>
6372
<p>2.0.0 Release: Slate And Bubblegum</p>

data/shot.png

5.41 KB
Loading

data/themes/banana.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Alas.
7272
border-bottom-color: @BANANA_100;
7373
color: shade(@BANANA_900, 0.77);
7474
}
75+
76+
/* Fix the emoticon entry having note color background */
7577
window.BANANA entry {
7678
background-color: white;
7779
color: black;
@@ -83,11 +85,12 @@ Alas.
8385

8486
window.BANANA editablelabel:hover,
8587
window.BANANA editablelabel:focus {
86-
border: 1px solid mix(@BANANA_500, @BANANA_700, 0.3);
88+
border: 1px solid alpha(mix(@BANANA_500, @BANANA_700, 0.3),0.7);
8789
}
8890

8991
window.BANANA editablelabel.editing {
90-
border: 1px solid @BANANA_900;
92+
border: 1px solid mix(@BANANA_500, @BANANA_700, 0.3);
93+
box-shadow: inset 0 0 2px 2px mix(@BANANA_100, @BANANA_500, 0.3);
9194
}
9295

9396
window.BANANA:backdrop textview text,

data/themes/blueberry.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Alas.
7272
border-bottom-color: @BLUEBERRY_100;
7373
color: shade(@BLUEBERRY_900, 0.77);
7474
}
75+
76+
/* Fix the emoticon entry having note color background */
7577
window.BLUEBERRY entry {
7678
background-color: white;
7779
color: black;
@@ -83,11 +85,12 @@ Alas.
8385

8486
window.BLUEBERRY editablelabel:hover,
8587
window.BLUEBERRY editablelabel:focus {
86-
border: 1px solid mix(@BLUEBERRY_500, @BLUEBERRY_700, 0.3);
88+
border: 1px solid alpha(mix(@BLUEBERRY_500, @BLUEBERRY_700, 0.3),0.7);
8789
}
8890

8991
window.BLUEBERRY editablelabel.editing {
90-
border: 1px solid @BLUEBERRY_900;
92+
border: 1px solid mix(@BLUEBERRY_500, @BLUEBERRY_700, 0.3);
93+
box-shadow: inset 0 0 2px 2px mix(@BLUEBERRY_100, @BLUEBERRY_500, 0.3);
9194
}
9295

9396
window.BLUEBERRY:backdrop textview text,

data/themes/bubblegum.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Alas.
7272
border-bottom-color: @BUBBLEGUM_100;
7373
color: shade(@BUBBLEGUM_900, 0.77);
7474
}
75+
76+
/* Fix the emoticon entry having note color background */
7577
window.BUBBLEGUM entry {
7678
background-color: white;
7779
color: black;
@@ -83,11 +85,12 @@ Alas.
8385

8486
window.BUBBLEGUM editablelabel:hover,
8587
window.BUBBLEGUM editablelabel:focus {
86-
border: 1px solid mix(@BUBBLEGUM_500, @BUBBLEGUM_700, 0.3);
88+
border: 1px solid alpha(mix(@BUBBLEGUM_500, @BUBBLEGUM_700, 0.3),0.7);
8789
}
8890

8991
window.BUBBLEGUM editablelabel.editing {
90-
border: 1px solid @BUBBLEGUM_900;
92+
border: 1px solid mix(@BUBBLEGUM_500, @BUBBLEGUM_700, 0.3);
93+
box-shadow: inset 0 0 2px 2px mix(@BUBBLEGUM_100, @BUBBLEGUM_500, 0.3);
9194
}
9295

9396
window.BUBBLEGUM:backdrop textview text,

data/themes/cocoa.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Alas.
7272
border-bottom-color: @COCOA_100;
7373
color: shade(@COCOA_900, 0.77);
7474
}
75+
76+
/* Fix the emoticon entry having note color background */
7577
window.COCOA entry {
7678
background-color: white;
7779
color: black;
@@ -83,11 +85,12 @@ Alas.
8385

8486
window.COCOA editablelabel:hover,
8587
window.COCOA editablelabel:focus {
86-
border: 1px solid mix(@COCOA_500, @COCOA_700, 0.3);
88+
border: 1px solid alpha(mix(@COCOA_500, @COCOA_700, 0.3),0.7);
8789
}
8890

8991
window.COCOA editablelabel.editing {
90-
border: 1px solid @COCOA_900;
92+
border: 1px solid mix(@COCOA_500, @COCOA_700, 0.3);
93+
box-shadow: inset 0 0 2px 2px mix(@COCOA_100, @COCOA_500, 0.3);
9194
}
9295

9396
window.COCOA:backdrop textview text,

data/themes/grape.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Alas.
7272
border-bottom-color: @GRAPE_100;
7373
color: shade(@GRAPE_900, 0.77);
7474
}
75+
76+
/* Fix the emoticon entry having note color background */
7577
window.GRAPE entry {
7678
background-color: white;
7779
color: black;
@@ -83,11 +85,12 @@ Alas.
8385

8486
window.GRAPE editablelabel:hover,
8587
window.GRAPE editablelabel:focus {
86-
border: 1px solid mix(@GRAPE_500, @GRAPE_700, 0.3);
88+
border: 1px solid alpha(mix(@GRAPE_500, @GRAPE_700, 0.3),0.7);
8789
}
8890

8991
window.GRAPE editablelabel.editing {
90-
border: 1px solid @GRAPE_900;
92+
border: 1px solid mix(@GRAPE_500, @GRAPE_700, 0.3);
93+
box-shadow: inset 0 0 2px 2px mix(@GRAPE_100, @GRAPE_500, 0.3);
9194
}
9295

9396
window.GRAPE:backdrop textview text,

data/themes/lime.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Alas.
7272
border-bottom-color: @LIME_100;
7373
color: shade(@LIME_900, 0.77);
7474
}
75+
76+
/* Fix the emoticon entry having note color background */
7577
window.LIME entry {
7678
background-color: white;
7779
color: black;
@@ -83,11 +85,12 @@ Alas.
8385

8486
window.LIME editablelabel:hover,
8587
window.LIME editablelabel:focus {
86-
border: 1px solid mix(@LIME_500, @LIME_700, 0.3);
88+
border: 1px solid alpha(mix(@LIME_500, @LIME_700, 0.3),0.7);
8789
}
8890

8991
window.LIME editablelabel.editing {
90-
border: 1px solid @LIME_900;
92+
border: 1px solid mix(@LIME_500, @LIME_700, 0.3);
93+
box-shadow: inset 0 0 2px 2px mix(@LIME_100, @LIME_500, 0.3);
9194
}
9295

9396
window.LIME:backdrop textview text,

0 commit comments

Comments
 (0)