Skip to content

Commit

Permalink
Buttons coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeffarion committed Mar 22, 2021
1 parent b875148 commit fb2903a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/theme-dracula/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.4",
"manifestVersion": "0.1.0",
"name": "theme-dracula",
"description": "Dracula Theme",
Expand All @@ -9,7 +9,7 @@
"url": "https://www.neffware.com"
},
"resources": {
"css": "D0CrLxzzvfvM9UOA/NGbDm/71zq8XTciOqsSiTiWT6SZQ46p3E1ZwqUdVH9MqQv+tTNg+WXpc8zhV3s4rAQ7F+IUu2kJhTsLerAaGkVJ3tQbtx+1gLP51G8ZzYcD/hMCNzlWzkRGcaXNJL7Dq+Ab83tS32hLa0v+bwNlFW2Gku2ROyH/z4xOCgkqSiGqfH0q1jenCCSDTqqNVJJ96RBwW2LV1Cgc3oV4oq8AMtlUxRmf944ipOscVP+1rUS49e44P5093WMgcsiqBkD317waN3U8kH+5Mrynh8aEYE1moE385C2n8cP7rosCJ1Aig3m6BMxisS4Yq8Lu4ccEEo/Itw=="
"css": "NrNlZYoTyo66N2X1oJkCl0OmYNjL2GWBNZEmvM2NFj7SYQsUFlp+t4wTMBSnGPx2/JrJID6NFsPK5t+FH7W5BvU8QNeXElJT2ZRsm4f3dfKVEL+D7fdf8o1f9ORVuTCvwC3Ll2hgL79zLv0abnxVs6GmR/BEMFuNCrnqH5CquVCwcNFqxqhBYhkNHVHA5ofWIxqNegZLPhn/YEtIcrDzwR8ZbHNQw5Tj0/I0rsv9cRytuQT5/3tS6qjdCvw8GUVw+ItqPWKFDCBJ9QtewkX4Wydl3I8W6Tk1+iZ4nGzPAJbgQJFcXTPELOdtl9aca01dKcJ3J6EDkW9YJ7kY3Vlekw=="
},
"license": "MIT",
"url": "https://plugins.keeweb.info/plugins/theme-dracula",
Expand Down
12 changes: 3 additions & 9 deletions docs/plugins/theme-dracula/plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--background-color: #22212c;
--medium-color: #9580ff;
--text-color: #f8f8f2;
--action-color: #8AFF80;
--action-color: #9580ff;
--selected-item-text-color: #22212c;
--error-color:#e7655b;
--accent-border-color: #FF80BF;
Expand All @@ -11,7 +11,8 @@
--text-selection-bg-color: #454158;
}

.th-dracula .menu__item--active.menu__item--hover>.menu__item-body, .menu__item--active>.menu__item-body{
.th-dracula .menu__item--active.menu__item--hover>.menu__item-body,
.th-dracula .menu__item--active>.menu__item-body{
--selected-item-text-color: #22212c;
color:#22212c;
}
Expand All @@ -30,11 +31,4 @@
.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;
}

0 comments on commit fb2903a

Please sign in to comment.