Contrast fixes

This commit is contained in:
Vasco Serrano 2021-03-22 21:51:50 +00:00
parent 7bcf904f8e
commit b875148ab3
No known key found for this signature in database
GPG Key ID: 040EE4A810F09676
2 changed files with 30 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"url": "https://www.neffware.com"
},
"resources": {
"css": "Ai86UV2oWk11pbQ3LRbjvHAhDkDFoxQ+bFLQ/jkRU+sWx5VJm4KCezEH5Nb9zWfFCQKAXDDvgm1CR9H9XqKGSFTy/m7OCvwiJpkjCytLbv8l6tUHUgUFYj2bKL3DvnMUY7VvMHq4jzJYSFStY2mf5ReZISFD+kg/QKPA+dWKjd9ETQ/O8sJFQK5S/3mW+w3Oi59cs8Why+eLjcfinsS+mzKB8TyoZ6R0l+R8Hx8RcP6n9Jj9Qs29h7AyYRr+QC4LRGpsapJH3h2jxrAcM3RMqKjbGos/yozNw1FyJYbzHthK890SjXR5zWt7tnoGfxNMNOJRG7gQesXqOoGMu9VGew=="
"css": "D0CrLxzzvfvM9UOA/NGbDm/71zq8XTciOqsSiTiWT6SZQ46p3E1ZwqUdVH9MqQv+tTNg+WXpc8zhV3s4rAQ7F+IUu2kJhTsLerAaGkVJ3tQbtx+1gLP51G8ZzYcD/hMCNzlWzkRGcaXNJL7Dq+Ab83tS32hLa0v+bwNlFW2Gku2ROyH/z4xOCgkqSiGqfH0q1jenCCSDTqqNVJJ96RBwW2LV1Cgc3oV4oq8AMtlUxRmf944ipOscVP+1rUS49e44P5093WMgcsiqBkD317waN3U8kH+5Mrynh8aEYE1moE385C2n8cP7rosCJ1Aig3m6BMxisS4Yq8Lu4ccEEo/Itw=="
},
"license": "MIT",
"url": "https://plugins.keeweb.info/plugins/theme-dracula",

View File

@ -4,9 +4,37 @@
--text-color: #f8f8f2;
--action-color: #8AFF80;
--selected-item-text-color: #22212c;
--error-color:#FF9580;
--error-color:#e7655b;
--accent-border-color: #FF80BF;
--selected-item-color:#FF80BF;
--selected-on-secondary-item-color: #6ad1c0;
--text-selection-bg-color: #454158;
}
.th-dracula .menu__item--active.menu__item--hover>.menu__item-body, .menu__item--active>.menu__item-body{
--selected-item-text-color: #22212c;
color:#22212c;
}
.th-dracula .list__item-icon {
text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}
.th-dracula input[type='text']:active,
.th-dracula input[type='text']:focus,
.th-dracula input[type='password']:active,
.th-dracula input[type='password']:focus,
.th-dracula input:not([type]):active,
.th-dracula input:not([type]):focus,
.th-dracula textarea:active,
.th-dracula textarea:focus {
border: 2px solid rgba(106, 209, 192, 0.8);
box-shadow: 0px 0px 3px #22212c;
}
.th-dracula input[type="button"],
.th-dracula input[type="reset"],
.th-dracula input[type="submit"],
.th-dracula button{
color: #22212c;
}