wofi: add dracula theme as a submodule

import dracula theme but keep some overrides
This commit is contained in:
surtur 2021-11-14 18:30:36 +01:00
parent ae514a0095
commit b106f5d761
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
3 changed files with 5 additions and 11 deletions

@ -0,0 +1 @@
Subproject commit 1f7d1b68b664901e937029025c14c7f68263f0d4

@ -1,32 +1,22 @@
@import url(".config/wofi/dracula-wofi/style.css");
window {
margin: 5px;
background-color: #2a2a2a;
}
#scroll {
margin: 5px;
}
#outer-box {
border: 2px solid #93a1a1;
}
#text {
/* color: #f1f1f1; */
font-family: 'FiraCode';
margin-left: 10px;
}
#entry {
background-color: #2a2a2a;
font-family: 'FiraCode';
}
#entry:selected {
background-color: #5a5a5a;
border: 0px;
}
#input {
background-color: #2a2a2a;
font-family: 'FiraCode';
}

3
.gitmodules vendored

@ -13,3 +13,6 @@
[submodule ".config/qutebrowser/dracula"]
path = .config/qutebrowser/dracula
url = https://github.com/dracula/qutebrowser-dracula-theme.git
[submodule ".config/wofi/dracula-wofi"]
path = .config/wofi/dracula-wofi
url = https://github.com/dracula/wofi