Add diff for changing theme

Nakidai 2023-10-28 19:51:03 +03:00
parent 0c1752c40e
commit 2eda90e436
Signed by untrusted user who does not match committer: nakidai
GPG Key ID: 914675D395210A97
2 changed files with 18 additions and 1 deletions

View File

@ -9,8 +9,12 @@ Dynamic Window Manager(dwm) 6.2 with 5 patches applied:
Themes
--
Catppuccin frappe (you can change it to latte in config.h)
- Catppuccin frappe (you can change it to latte in config.h)
- To change theme to catppuccin frappe use ```sh
git apply apply_frappe.diff
```
Screenshot
--
#### Frappe
![Screenshot](/screenshot.png)

13
apply_frappe.diff Normal file
View File

@ -0,0 +1,13 @@
diff --git a/config.h b/config.h
index e0ed975..5ea70c2 100644
--- a/config.h
+++ b/config.h
@@ -16,7 +16,7 @@ static const int sidepad = 5;
static const char *fonts[] = { "monospace:size=10", "fontawesome:size=12", "NotoColorEmoji:size=12" };
static const char dmenufont[] = "monospace:size=10";
-#include "frappe.h"
+#include "latte.h"
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_fg, col_bg, col_bg },