An unofficial Dracula theme for AUR, using the colour palette guidelines found on draculatheme.com
Dracula for AUR by DavidCGinn
Details
AuthorDavidCGinn
LicenseNo License
Categoryaur.archlinux.org
Created
Updated
Size4.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dracula for AUR
@version 0.1
@namespace ?
==/UserStyle== */
@-moz-document domain("aur.archlinux.org") {
body {
background: #282A36;
color: #F8F8F2;
}
code {
background: #6272A4;
color: #282A36;
}
a:link,
th a:visited {
color: #BD93F9;
}
a:visited {
color: #FF79C6;
}
a:hover {
color: #FF79C6;
;
}
div.box {
background: #3b4252;
border: 1px solid #4c566a;
}
#archdev-navbar li a {
color: #44475A;
}
#news h3 a {
background: #44475A;
color: #F8F8F2;
}
#pkgsearch {
background: #44475A;
color: #F8F8F2;
border: 1px solid #454e61;
}
.pkgsearch-typeahead {
background-color: #2E3440;
border: 1px solid #4c566a;
}
/* archweb.css | https://aur.archlinux.org/static/css/archweb.css */
.results tr:nth-child(2n+1),
#article-list tr:nth-child(2n+1) {
/* background: #fff; */
background: #2e3440;
}
.results tr:nth-child(2n),
#article-list tr:nth-child(2n) {
/* background: #e4eeff; */
background: #3b4252;
}
.results th {
/* border-bottom: 1px solid #999; */
/* background-color: #fff; */
border-bottom: 2px solid #454e61;
background-color: #2e3440;
}
h2 {
/* border-bottom: 1px solid #888; */
border-bottom: 1px solid #454e61;
}
table.results {
/* border-top: 1px dotted #999; */
/* border-bottom: 1px dotted #999; */
border-top: 1px dotted #454e61;
border-bottom: 1px dotted #454e61;
}
.results .flagged {
/* color: red; */
color: #FF5555;
font-style: oblique;
font-weight: bold;
}
/* archweb.css | https://aur.archlinux.org/static/css/archweb.css */
#article-list tr:hover,
#clocks-table tr:hover,
#dev-dashboard tr:hover,
#dev-todo-lists tr:hover,
#dev-todo-pkglist tr:hover,
#pkglist-results tr:hover,
#stats-area tr:hover {
/* background: #ffd; */
background: #282A36
}
/* aurweb.css | https://aur.archlinux.org/static/css/aurweb.css */
.keyword:link,
.keyword:visited {
/* color: white; */
/* background-color: #36a; */
color: #282A36;
background-color: #FF79C6;
font-weight: bold;
}
.comments-header h3 span.text {
/* background: #1794D1; */
background: #6272A4;
}
.text-button {
/* color: #07b; */
color: #F8F8F2;
}
.text-button:hover {
/* color: #666; */
color: #F8F8F2;
}
/* archweb.css | https://aur.archlinux.org/static/css/archweb.css */
pre {
/* border: 1px solid #bdb; */
/* background: #dfd; */
border: 1px solid #4c566a;
background: #44475A;
}
#pkgdetails #detailslinks > div {
/* background: #eee; */
/* border: 1px solid #bbb; */
background: #282A36;
border: 1px solid #44475A;
}
#pkgdetails #metadata h3 {
/* background: #555; */
background: #282A36;
}
/* aurweb.css | https://aur.archlinux.org/static/css/aurweb.css */
form.link button {
/* color: #07b; */
color: #44475A;
}
/* archweb.css | https://aur.archlinux.org/static/css/archweb.css */
#archnavbar {
/* border-bottom: 5px #08c solid !important; */
border-bottom: 5px #BD93F9 solid !important;
}
/* archweb.css | https://aur.archlinux.org/static/css/archweb.css */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
background-color: #282A36;
border-color: #6272A4;
color: #F8F8F2;
}
input {
/* background-color: white; */
background-color: #282A36;
color: #F8F8F2;
border-color: #6272A4;
}
/* aurweb.css | https://aur.archlinux.org/static/css/aurweb.css */
button[type="submit"],
button[type="reset"] {
background-color: #282A36;
color: #F8F8F2;
border-color: #6272A4;
}
/* Inline #2 | https://aur.archlinux.org/packages/zsh-ansimotd-git */
select {
background-color: #282A36;
color: #F8F8F2;
border-color: #6272A4;
}
}