Add dracula calibre theme

This commit is contained in:
Sravan Balaji
2024-09-12 08:07:37 -04:00
parent e3b86d708f
commit 9685fa1969
4 changed files with 15 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -93,3 +93,7 @@
path = dwl/.config/dwl path = dwl/.config/dwl
url = ../dwl.git url = ../dwl.git
branch = main branch = main
[submodule "dracula-calibre-theme"]
path = calibre/.themes/dracula-calibre
url = git@github.com:dracula/calibre.git
branch = main

View File

@@ -237,6 +237,10 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks.
path = dwl/.config/dwl path = dwl/.config/dwl
url = ../dwl.git url = ../dwl.git
branch = main branch = main
[submodule "dracula-calibre-theme"]
path = calibre/.themes/dracula-calibre
url = git@github.com:dracula/calibre.git
branch = main
#+END_SRC #+END_SRC
** Ignoring files and directories ** Ignoring files and directories
@@ -8912,6 +8916,7 @@ stow-create:
-S betterlockscreen \ -S betterlockscreen \
-S blender \ -S blender \
-S brightness \ -S brightness \
-S calibre \
-S deadd \ -S deadd \
-S dunst \ -S dunst \
-S dwl \ -S dwl \
@@ -8969,6 +8974,7 @@ stow-delete:
-D betterlockscreen \ -D betterlockscreen \
-D blender \ -D blender \
-D brightness \ -D brightness \
-D calibre \
-D deadd \ -D deadd \
-D dunst \ -D dunst \
-D dwl \ -D dwl \
@@ -9026,6 +9032,7 @@ stow-recreate:
-R betterlockscreen \ -R betterlockscreen \
-R blender \ -R blender \
-R brightness \ -R brightness \
-R calibre \
-R deadd \ -R deadd \
-R dunst \ -R dunst \
-R dwl \ -R dwl \

View File

@@ -29,6 +29,7 @@ stow-create:
-S betterlockscreen \ -S betterlockscreen \
-S blender \ -S blender \
-S brightness \ -S brightness \
-S calibre \
-S deadd \ -S deadd \
-S dunst \ -S dunst \
-S dwl \ -S dwl \
@@ -86,6 +87,7 @@ stow-delete:
-D betterlockscreen \ -D betterlockscreen \
-D blender \ -D blender \
-D brightness \ -D brightness \
-D calibre \
-D deadd \ -D deadd \
-D dunst \ -D dunst \
-D dwl \ -D dwl \
@@ -143,6 +145,7 @@ stow-recreate:
-R betterlockscreen \ -R betterlockscreen \
-R blender \ -R blender \
-R brightness \ -R brightness \
-R calibre \
-R deadd \ -R deadd \
-R dunst \ -R dunst \
-R dwl \ -R dwl \