diff --git a/.config/wofi/dracula-wofi b/.config/wofi/dracula-wofi new file mode 160000 index 0000000..1f7d1b6 --- /dev/null +++ b/.config/wofi/dracula-wofi @@ -0,0 +1 @@ +Subproject commit 1f7d1b68b664901e937029025c14c7f68263f0d4 diff --git a/.config/wofi/style.css b/.config/wofi/style.css index b933e61..efe0f68 100644 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -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'; } diff --git a/.gitmodules b/.gitmodules index 84cb845..aedcfbd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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