Skip to content

Commit

Permalink
fix(tuta): application of accent color (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel authored Oct 16, 2024
1 parent 87fe210 commit 2dc9b28
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions styles/tuta/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Tuta Catppuccin
@namespace github.com/catppuccin/userstyles/styles/tuta
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tuta
@version 0.0.9
@version 0.0.10
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tuta/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atuta
@description Soothing pastel theme for Tuta
Expand Down Expand Up @@ -93,8 +93,18 @@
background-color: @base !important;
}

.ionicon {
fill: @text !important;
.icon {
&[style*="fill: rgb(78, 78, 78);"] {
fill: @text !important;
}

&[style*="fill: rgb(174, 174, 174);"] {
fill: @subtext0 !important;
}

&[style*="fill: rgb(255, 83, 83);"] {
fill: @accent-color !important;
}
}

.h2 {
Expand Down Expand Up @@ -142,10 +152,6 @@
.sidebar-section.mb {
color: @subtext0 !important;
}
.icon.icon-large,
.nav-button .icon {
fill: @subtext0 !important;
}

.bubble {
background-color: @base;
Expand Down Expand Up @@ -186,10 +192,11 @@
color: @mantle;
}

[style*="border: 2px solid rgb(0, 210, 167);"] {
[style*="border: 2px solid rgb(255, 83, 83);"] {
border-color: @accent-color !important;
}
[style*="color: rgb(0, 210, 167);"] {
[style*="color: rgb(255, 83, 83);"],
.content-accent-fg {
color: @accent-color !important;
}

Expand Down

0 comments on commit 2dc9b28

Please sign in to comment.