From af120ab348f2e1a5a39dec035ed9dcf84189a64e Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Mon, 3 Oct 2022 21:42:20 +0530 Subject: dotfiles --- scripts/bar_themes/catppuccin | 11 +++++++++++ scripts/bar_themes/dracula | 11 +++++++++++ scripts/bar_themes/everblush | 11 +++++++++++ scripts/bar_themes/gruvchad | 11 +++++++++++ scripts/bar_themes/nord | 11 +++++++++++ scripts/bar_themes/onedark | 11 +++++++++++ 6 files changed, 66 insertions(+) create mode 100644 scripts/bar_themes/catppuccin create mode 100644 scripts/bar_themes/dracula create mode 100755 scripts/bar_themes/everblush create mode 100755 scripts/bar_themes/gruvchad create mode 100755 scripts/bar_themes/nord create mode 100755 scripts/bar_themes/onedark (limited to 'scripts/bar_themes') diff --git a/scripts/bar_themes/catppuccin b/scripts/bar_themes/catppuccin new file mode 100644 index 0000000..5f5b9fb --- /dev/null +++ b/scripts/bar_themes/catppuccin @@ -0,0 +1,11 @@ +#!/bin/dash + +# colors + +black=#1E1D2D +green=#ABE9B3 +white=#D9E0EE +grey=#282737 +blue=#96CDFB +red=#F28FAD +darkblue=#83bae8 diff --git a/scripts/bar_themes/dracula b/scripts/bar_themes/dracula new file mode 100644 index 0000000..ea2b4f4 --- /dev/null +++ b/scripts/bar_themes/dracula @@ -0,0 +1,11 @@ +#!/bin/dash + +# colors + +black=#21222c +green=#50fa7b +white=#f8f8f2 +grey=#282a36 +blue=#d6acff +red=#ff5555 +darkblue=#bd93f9 diff --git a/scripts/bar_themes/everblush b/scripts/bar_themes/everblush new file mode 100755 index 0000000..84e206b --- /dev/null +++ b/scripts/bar_themes/everblush @@ -0,0 +1,11 @@ +#!/bin/dash + +# colors + +black=#181f21 +green=#8ccf7e +white=#dadada +grey=#22292b +blue=#6da4cd +red=#ef7d7d +darkblue=#578eb7 diff --git a/scripts/bar_themes/gruvchad b/scripts/bar_themes/gruvchad new file mode 100755 index 0000000..4999d0e --- /dev/null +++ b/scripts/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/scripts/bar_themes/nord b/scripts/bar_themes/nord new file mode 100755 index 0000000..d4a4415 --- /dev/null +++ b/scripts/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/scripts/bar_themes/onedark b/scripts/bar_themes/onedark new file mode 100755 index 0000000..e2a42dd --- /dev/null +++ b/scripts/bar_themes/onedark @@ -0,0 +1,11 @@ +#!/bin/dash + +# colors + +black=#1e222a +green=#7eca9c +white=#abb2bf +grey=#282c34 +blue=#7aa2f7 +red=#d47d85 +darkblue=#668ee3 -- cgit v1.2.3-59-g8ed1b