Add diff for changing theme
parent
0c1752c40e
commit
2eda90e436
|
@ -9,8 +9,12 @@ Dynamic Window Manager(dwm) 6.2 with 5 patches applied:
|
||||||
|
|
||||||
Themes
|
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
|
Screenshot
|
||||||
--
|
--
|
||||||
|
#### Frappe
|
||||||
![Screenshot](/screenshot.png)
|
![Screenshot](/screenshot.png)
|
||||||
|
|
|
@ -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 },
|
Loading…
Reference in New Issue