Improved colors of ALL of the catppuccin icons in settings
This commit is contained in:
parent
7fc56a5f71
commit
dd0dd77898
6 changed files with 6 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
--input-border-size: 1.3px;
|
||||
--navbar-logo-filter: none;
|
||||
--dropdown-option-hover-color: #232634;
|
||||
--tab-color: #414559;
|
||||
}
|
||||
|
||||
.font-inter {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
--input-border-size: 1.3px;
|
||||
--navbar-logo-filter: none;
|
||||
--dropdown-option-hover-color: #dce0e8;
|
||||
--tab-color: #ccd0da;
|
||||
}
|
||||
|
||||
.font-inter {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
--input-border-size: 1.3px;
|
||||
--navbar-logo-filter: none;
|
||||
--dropdown-option-hover-color: #181926;
|
||||
--tab-color: #363a4f;
|
||||
}
|
||||
|
||||
.font-inter {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
--input-border-size: 1.3px;
|
||||
--navbar-logo-filter: none;
|
||||
--dropdown-option-hover-color: #11111b;
|
||||
--tab-color: #313244;
|
||||
}
|
||||
|
||||
.font-inter {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
--input-border-size: 1.3px;
|
||||
--navbar-logo-filter: none;
|
||||
--dropdown-option-hover-color: #312a49;
|
||||
--tab-color: var(--black);
|
||||
}
|
||||
|
||||
.font-inter {
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ img {
|
|||
height: 30px;
|
||||
width: 30px;
|
||||
min-width: 30px;
|
||||
fill: var(--black);
|
||||
fill: var(--tab-color);
|
||||
transition: fill 0.5s ease;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue