Skip to content

Commit

Permalink
Update desktop item text shadows for the themes
Browse files Browse the repository at this point in the history
  • Loading branch information
anaximeno committed Jul 8, 2024
1 parent f1520ad commit 221ff7a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions src/Mint-X/theme/Mint-X/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3559,7 +3559,7 @@ popover.emoji-completion .emoji:hover {

.caja-desktop.caja-canvas-item {
color: #eeeeee;
text-shadow: 1px 1px 0px black, 0px 0px 1.5px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.6); }
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.95), 0px 0px 1.5px rgba(0, 0, 0, 0.85), 0px 0px 2.5px rgba(0, 0, 0, 0.75); }
.caja-desktop.caja-canvas-item:selected {
background-color: rgba(255, 255, 255, 0.8);
color: #ffffff;
Expand Down Expand Up @@ -3652,7 +3652,7 @@ popover.emoji-completion .emoji:hover {

.nemo-desktop .nemo-canvas-item {
color: #eeeeee;
text-shadow: 1px 1px 0px black, 0px 0px 1.5px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.6); }
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.95), 0px 0px 1.5px rgba(0, 0, 0, 0.85), 0px 0px 2.5px rgba(0, 0, 0, 0.75); }
.nemo-desktop .nemo-canvas-item:selected {
background-color: rgba(255, 255, 255, 0.8);
color: #ffffff;
Expand Down
4 changes: 2 additions & 2 deletions src/Mint-X/theme/Mint-X/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -3568,7 +3568,7 @@ popover.emoji-completion .emoji:hover {

.caja-desktop.caja-canvas-item {
color: #eeeeee;
text-shadow: 1px 1px 0px black, 0px 0px 1.5px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.6); }
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.95), 0px 0px 1.5px rgba(0, 0, 0, 0.85), 0px 0px 2.5px rgba(0, 0, 0, 0.75); }
.caja-desktop.caja-canvas-item:selected {
background-color: rgba(255, 255, 255, 0.8);
color: #ffffff;
Expand Down Expand Up @@ -3661,7 +3661,7 @@ popover.emoji-completion .emoji:hover {

.nemo-desktop .nemo-canvas-item {
color: #eeeeee;
text-shadow: 1px 1px 0px black, 0px 0px 1.5px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.6); }
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.95), 0px 0px 1.5px rgba(0, 0, 0, 0.85), 0px 0px 2.5px rgba(0, 0, 0, 0.75); }
.nemo-desktop .nemo-canvas-item:selected {
background-color: rgba(255, 255, 255, 0.8);
color: #ffffff;
Expand Down
12 changes: 6 additions & 6 deletions src/Mint-X/theme/Mint-X/gtk-3.0/sass/_applications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ $dark_sidebar_fg: #dadada;
.caja-desktop {
&.caja-canvas-item {
color: #eeeeee;
text-shadow: 1px 1px 0px black,
0px 0px 1.5px transparentize(black, 0.2),
0px 0px 3px transparentize(black, 0.4);
text-shadow: 1px 1px 0px transparentize(black, 0.05),
0px 0px 1.5px transparentize(black, 0.15),
0px 0px 2.5px transparentize(black, 0.25);

&:selected {
background-color: transparentize($selected_fg_color, 0.2);
Expand Down Expand Up @@ -148,9 +148,9 @@ $dark_sidebar_fg: #dadada;
.nemo-desktop {
.nemo-canvas-item {
color: #eeeeee;
text-shadow: 1px 1px 0px black,
0px 0px 1.5px transparentize(black, 0.2),
0px 0px 3px transparentize(black, 0.4);
text-shadow: 1px 1px 0px transparentize(black, 0.05),
0px 0px 1.5px transparentize(black, 0.15),
0px 0px 2.5px transparentize(black, 0.25);

&:selected {
background-color: transparentize($selected_fg_color, 0.2);
Expand Down
6 changes: 3 additions & 3 deletions src/Mint-Y/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3085,17 +3085,17 @@ vte-terminal {
.nemo-desktop.nemo-canvas-item,
.nautilus-desktop.nautilus-canvas-item {
color: #ffffff;
text-shadow: 1px 1px 0px black, 0px 0px 1.5px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.6); }
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.95), 0px 0px 1.5px rgba(0, 0, 0, 0.85), 0px 0px 2.5px rgba(0, 0, 0, 0.75); }
.nemo-desktop.nemo-canvas-item:hover,
.nautilus-desktop.nautilus-canvas-item:hover {
text-shadow: none; }
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.85); }
.nemo-desktop.nemo-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:active {
color: rgba(255, 255, 255, 0.87); }
.nemo-desktop.nemo-canvas-item:selected,
.nautilus-desktop.nautilus-canvas-item:selected {
color: #ffffff;
text-shadow: none; }
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.85); }

.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator,
.nautilus-list-dim-label {
Expand Down
6 changes: 3 additions & 3 deletions src/Mint-Y/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -3090,17 +3090,17 @@ vte-terminal {
.nemo-desktop.nemo-canvas-item,
.nautilus-desktop.nautilus-canvas-item {
color: #ffffff;
text-shadow: 1px 1px 0px black, 0px 0px 1.5px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.6); }
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.95), 0px 0px 1.5px rgba(0, 0, 0, 0.85), 0px 0px 2.5px rgba(0, 0, 0, 0.75); }
.nemo-desktop.nemo-canvas-item:hover,
.nautilus-desktop.nautilus-canvas-item:hover {
text-shadow: none; }
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.85); }
.nemo-desktop.nemo-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:active {
color: rgba(0, 0, 0, 0.87); }
.nemo-desktop.nemo-canvas-item:selected,
.nautilus-desktop.nautilus-canvas-item:selected {
color: #ffffff;
text-shadow: none; }
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.85); }

.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator,
.nautilus-list-dim-label {
Expand Down
10 changes: 5 additions & 5 deletions src/Mint-Y/gtk-3.0/sass/_applications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ vte-terminal {
%nautilus_canvas_item,
.nautilus-desktop.nautilus-canvas-item {
color: $selected_fg_color;
text-shadow: 1px 1px 0px black,
0px 0px 1.5px transparentize(black, 0.2),
0px 0px 3px transparentize(black, 0.4);
&:hover { text-shadow: none; }
text-shadow: 1px 1px 0px transparentize(black, 0.05),
0px 0px 1.5px transparentize(black, 0.15),
0px 0px 2.5px transparentize(black, 0.25);
&:hover { text-shadow: 1px 1px 0px transparentize(black, 0.15); }
&:active { color: $fg_color; }
&:selected {
color: $selected_fg_color;
text-shadow: none;
text-shadow: 1px 1px 0px transparentize(black, 0.15);
}
}

Expand Down

0 comments on commit 221ff7a

Please sign in to comment.