diff options
Diffstat (limited to '')
-rwxr-xr-x | dwm/.dwm/bar/themes/dracula | 11 | ||||
-rwxr-xr-x | dwm/.dwm/bar/themes/gruvchad | 11 | ||||
-rwxr-xr-x | dwm/.dwm/bar/themes/nord | 11 | ||||
-rwxr-xr-x | dwm/.dwm/bar/themes/onedark | 11 |
4 files changed, 44 insertions, 0 deletions
diff --git a/dwm/.dwm/bar/themes/dracula b/dwm/.dwm/bar/themes/dracula new file mode 100755 index 0000000..086b154 --- /dev/null +++ b/dwm/.dwm/bar/themes/dracula @@ -0,0 +1,11 @@ +#!/bin/dash + +# colors + +black=#282a36 +green=#50fa7b +white=#f8f8f2 +grey=#44475a +blue=#bd93f9 +red=#ff5555 +darkblue=#6272a4 diff --git a/dwm/.dwm/bar/themes/gruvchad b/dwm/.dwm/bar/themes/gruvchad new file mode 100755 index 0000000..4999d0e --- /dev/null +++ b/dwm/.dwm/bar/themes/gruvchad @@ -0,0 +1,11 @@ +#!/bin/dash + +# colors + +black=#222526 +green=#89b482 +white=#c7b89d +grey=#2b2e2f +blue=#6f8faf +red=#ec6b64 +darkblue=#6080a0 diff --git a/dwm/.dwm/bar/themes/nord b/dwm/.dwm/bar/themes/nord new file mode 100755 index 0000000..d4a4415 --- /dev/null +++ b/dwm/.dwm/bar/themes/nord @@ -0,0 +1,11 @@ +#!/bin/dash + +# colors + +black=#2E3440 +green=#A3BE8C +white=#D8DEE9 +grey=#373d49 +blue=#81A1C1 +red=#BF616A +darkblue=#7292b2 diff --git a/dwm/.dwm/bar/themes/onedark b/dwm/.dwm/bar/themes/onedark new file mode 100755 index 0000000..e2a42dd --- /dev/null +++ b/dwm/.dwm/bar/themes/onedark @@ -0,0 +1,11 @@ +#!/bin/dash + +# colors + +black=#1e222a +green=#7eca9c +white=#abb2bf +grey=#282c34 +blue=#7aa2f7 +red=#d47d85 +darkblue=#668ee3 |