From b106f5d761ed0024efc769ab87b0641d347e2ae7 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 14 Nov 2021 18:30:36 +0100 Subject: [PATCH] wofi: add dracula theme as a submodule import dracula theme but keep some overrides --- .config/wofi/dracula-wofi | 1 + .config/wofi/style.css | 12 +----------- .gitmodules | 3 +++ 3 files changed, 5 insertions(+), 11 deletions(-) create mode 160000 .config/wofi/dracula-wofi 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