From 6beb7d245f50870eba00ce07ee21d04d8bf65bae Mon Sep 17 00:00:00 2001 From: AnInternetTroll Date: Sat, 7 May 2022 23:35:28 +0200 Subject: Add more themes from siduck --- dwm/chadwm/themes/catppuccin.h | 11 +++++++++++ dwm/chadwm/themes/dracula.h | 18 +++++++++--------- dwm/chadwm/themes/everblush.h | 13 +++++++++++++ 3 files changed, 33 insertions(+), 9 deletions(-) create mode 100644 dwm/chadwm/themes/catppuccin.h create mode 100644 dwm/chadwm/themes/everblush.h (limited to 'dwm/chadwm/themes') diff --git a/dwm/chadwm/themes/catppuccin.h b/dwm/chadwm/themes/catppuccin.h new file mode 100644 index 0000000..614b23a --- /dev/null +++ b/dwm/chadwm/themes/catppuccin.h @@ -0,0 +1,11 @@ +static const char black[] = "#1E1D2D"; +static const char gray2[] = "#282737"; // unfocused window border +static const char gray3[] = "#585767"; +static const char gray4[] = "#282737"; +static const char blue[] = "#96CDFB"; // focused window border +static const char green[] = "#ABE9B3"; +static const char red[] = "#F28FAD"; +static const char orange[] = "#F8BD96"; +static const char yellow[] = "#FAE3B0"; +static const char pink[] = "#d5aeea"; +static const char col_borderbar[] = "#1E1D2D"; // inner border diff --git a/dwm/chadwm/themes/dracula.h b/dwm/chadwm/themes/dracula.h index f576df5..23c3210 100644 --- a/dwm/chadwm/themes/dracula.h +++ b/dwm/chadwm/themes/dracula.h @@ -1,11 +1,11 @@ -static const char black[] = "#282828"; -static const char gray2[] = "#383838"; // unfocused window border -static const char gray3[] = "#484848"; -static const char gray4[] = "#585858"; -static const char blue[] = "#7cafc2"; // focused window border -static const char green[] = "#a1b56c"; -static const char red[] = "#ab4642"; +static const char black[] = "#21222C"; +static const char gray2[] = "#282a36"; // unfocused window border +static const char gray3[] = "#44475a"; +static const char gray4[] = "#282a36"; +static const char blue[] = "#bd93f9"; // focused window border +static const char green[] = "#50fa7b"; +static const char red[] = "#ff5555"; static const char orange[] = "#ffb86c"; -static const char yellow[] = "#a1b56c"; +static const char yellow[] = "#f1fa8c"; static const char pink[] = "#ff79c6"; -static const char col_borderbar[] = "#282828"; // inner border +static const char col_borderbar[] = "#21222c"; // inner border diff --git a/dwm/chadwm/themes/everblush.h b/dwm/chadwm/themes/everblush.h new file mode 100644 index 0000000..9681c80 --- /dev/null +++ b/dwm/chadwm/themes/everblush.h @@ -0,0 +1,13 @@ +/* Made by https://github.com/Mangeshrex */ + +static const char black[] = "#181f21"; +static const char gray2[] = "#22292b"; // unfocused window border +static const char gray3[] = "#3b4244"; +static const char gray4[] = "#67b0e8"; +static const char blue[] = "#6cb5ed"; // focused window border +static const char green[] = "#8ccf7e"; +static const char red[] = "#e06e6e"; +static const char orange[] = "#e59e67"; +static const char yellow[] = "#e5c76b"; +static const char pink[] = "#c47fd5"; +static const char col_borderbar[] = "#181f21"; // inner border -- cgit v1.2.3
Commit message (Collapse)AuthorFilesLines
2023-07-30Update neovim config code style a bitLuca Matei Pintilie6-96/+133
2023-07-03Neovim: Add nvim-treesitter-contextLuca Matei Pintilie2-0/+3
2023-06-06Neovim: Add emacs-like bindings in insert modeLuca Matei Pintilie1-0/+5
2023-06-06Neovim: add escape keybind for terminalLuca Matei Pintilie1-0/+1
2023-05-30Check if index-color is available before using itLuca Matei Pintilie1-23/+24
2023-05-30Various email fixesLuca Matei Pintilie2-11/+13
2023-05-29Add aerc configLuca Matei Pintilie3-0/+760
2023-05-29Add gpg-agent and xdg configLuca Matei Pintilie4-0/+30
2023-05-29Silence man version check and prioritise global PATH over custom oneLuca Matei Pintilie1-2/+2
2023-05-24profile: Better compatibility with void linux and pnpmLuca Matei Pintilie2-4/+10
2023-05-24nvim: remove some unneeded code and plugins/lsp, and add live_grep keybindLuca Matei Pintilie4-30/+23
2023-05-09Mutt: add trashLuca Matei Pintilie1-0/+1
2023-04-30Fix calendar thing in waybarLuca Matei Pintilie1-45/+55
2023-04-29Add back marks and enable cursorlineLuca Matei Pintilie4-5/+37
2023-04-23Remove marks dependency from neovimLuca Matei Pintilie1-36/+0
2023-04-23Remove save and quit keybindLuca Matei Pintilie1-2/+0
2023-04-23Remove cursorline from neovim configLuca Matei Pintilie1-1/+15
2023-04-10Bump neovim config to 0.9 and add undotree and test related commandsLuca Matei Pintilie4-26/+47
2023-04-07Fix neovim spelllangLuca Matei Pintilie1-3/+1
2023-04-07Hyprland fixesLuca Matei Pintilie1-23/+25
2023-04-07Add mutt/neomutt configLuca Matei Pintilie5-0/+206
2023-04-07Neovim improvementsLuca Matei Pintilie5-27/+14
2023-04-05Better hyprland configLuca Matei Pintilie3-10/+42
2023-04-02Remove beacon config and add mini.commentLuca Matei Pintilie1-13/+34