Add switch to latte theme
parent
0317827cbe
commit
61121a1b7d
|
@ -5,3 +5,7 @@ Patches
|
|||
Themes
|
||||
--
|
||||
- Catppuccin frappe
|
||||
- To change theme to catppuccin latte use
|
||||
```sh
|
||||
git apply apply_latte.diff
|
||||
```
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/config.h b/config.h
|
||||
index e7b14ea..8691b82 100644
|
||||
--- a/config.h
|
||||
+++ b/config.h
|
||||
@@ -99,7 +99,7 @@ unsigned int tabspaces = 8;
|
||||
/*
|
||||
* Include theme
|
||||
*/
|
||||
-#include "frappe.h"
|
||||
+#include "latte.h"
|
||||
|
||||
/*
|
||||
* Default shape of cursor
|
Loading…
Reference in New Issue