Skip to content

Commit

Permalink
style: update text-shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
anaximeno committed Mar 1, 2024
1 parent dd22650 commit f1520ad
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 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 rgba(0, 0, 0, 0.8), 0px 0px 1.5px black; }
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); }
.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 rgba(0, 0, 0, 0.8), 0px 0px 1.5px black; }
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); }
.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 rgba(0, 0, 0, 0.8), 0px 0px 1.5px black; }
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); }
.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 rgba(0, 0, 0, 0.8), 0px 0px 1.5px black; }
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); }
.nemo-desktop .nemo-canvas-item:selected {
background-color: rgba(255, 255, 255, 0.8);
color: #ffffff;
Expand Down
10 changes: 6 additions & 4 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,8 +10,9 @@ $dark_sidebar_fg: #dadada;
.caja-desktop {
&.caja-canvas-item {
color: #eeeeee;
text-shadow: 1px 1px 0px transparentize(black, 0.2),
0px 0px 1.5px black;
text-shadow: 1px 1px 0px black,
0px 0px 1.5px transparentize(black, 0.2),
0px 0px 3px transparentize(black, 0.4);

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

&:selected {
background-color: transparentize($selected_fg_color, 0.2);
Expand Down
5 changes: 3 additions & 2 deletions src/Mint-Y/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3085,7 +3085,7 @@ vte-terminal {
.nemo-desktop.nemo-canvas-item,
.nautilus-desktop.nautilus-canvas-item {
color: #ffffff;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8), 0px 0px 1.5px black; }
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); }
.nemo-desktop.nemo-canvas-item:hover,
.nautilus-desktop.nautilus-canvas-item:hover {
text-shadow: none; }
Expand All @@ -3094,7 +3094,8 @@ vte-terminal {
color: rgba(255, 255, 255, 0.87); }
.nemo-desktop.nemo-canvas-item:selected,
.nautilus-desktop.nautilus-canvas-item:selected {
color: #ffffff; }
color: #ffffff;
text-shadow: none; }

.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator,
.nautilus-list-dim-label {
Expand Down
5 changes: 3 additions & 2 deletions src/Mint-Y/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -3090,7 +3090,7 @@ vte-terminal {
.nemo-desktop.nemo-canvas-item,
.nautilus-desktop.nautilus-canvas-item {
color: #ffffff;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8), 0px 0px 1.5px black; }
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); }
.nemo-desktop.nemo-canvas-item:hover,
.nautilus-desktop.nautilus-canvas-item:hover {
text-shadow: none; }
Expand All @@ -3099,7 +3099,8 @@ vte-terminal {
color: rgba(0, 0, 0, 0.87); }
.nemo-desktop.nemo-canvas-item:selected,
.nautilus-desktop.nautilus-canvas-item:selected {
color: #ffffff; }
color: #ffffff;
text-shadow: none; }

.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator,
.nautilus-list-dim-label {
Expand Down
5 changes: 3 additions & 2 deletions src/Mint-Y/gtk-3.0/sass/_applications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ vte-terminal {
%nautilus_canvas_item,
.nautilus-desktop.nautilus-canvas-item {
color: $selected_fg_color;
text-shadow: 1px 1px 0px transparentize(black, 0.2),
0px 0px 1.5px black;
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; }
&:active { color: $fg_color; }
&:selected {
Expand Down

0 comments on commit f1520ad

Please sign in to comment.