diff --git a/README.md b/README.md
index 8725fe0..ec11800 100644
--- a/README.md
+++ b/README.md
@@ -1,54 +1,49 @@
- Catppuccin for App
+ Catppuccin for Lazygit
-
-
-
+
+
+
-
+
## Previews
๐ป Latte
-
+
๐ชด Frappรฉ
-
+
๐บ Macchiato
-
+
๐ฟ Mocha
-
+
## Usage
1. Clone this repository locally
-2. Open the app's settings
-3. Select `import theme` and browse to where you cloned Catppuccin
-4. Select it
-
-## ๐ FAQ (optional)
-
-- Q: **_"Where can I find the doc?"_**\
- A: Run `:help theme`
+2. Ensure `~/.config/lazygit` exists. If it doesn't, you can run `lazygit` to launch and setup the directory.
+3. Replace the `theme` section of `~/.config/lazygit/config.yml` with the theme you want to activate (from `themes`)
+4. Close and reopen `lazygit`, and see your new theme!
## ๐ Thanks to
-- [Human](https://github.com/catppuccin)
+- [nullishamy](https://github.com/nullishamy)
@@ -61,5 +56,5 @@
-
+
diff --git a/assets/.gitkeep b/assets/.gitkeep
deleted file mode 100644
index e69de29..0000000
diff --git a/assets/frappe.png b/assets/frappe.png
new file mode 100644
index 0000000..2b1dd42
Binary files /dev/null and b/assets/frappe.png differ
diff --git a/assets/latte.png b/assets/latte.png
new file mode 100644
index 0000000..76d695c
Binary files /dev/null and b/assets/latte.png differ
diff --git a/assets/mocha.png b/assets/mocha.png
new file mode 100644
index 0000000..23d5ae1
Binary files /dev/null and b/assets/mocha.png differ
diff --git a/themes/frappe.yml b/themes/frappe.yml
new file mode 100644
index 0000000..5dd3d2b
--- /dev/null
+++ b/themes/frappe.yml
@@ -0,0 +1,19 @@
+theme:
+ lightTheme: false
+ activeBorderColor:
+ - "#a6d189" # Green
+ - bold
+ inactiveBorderColor:
+ - "#c6d0f5" # Text
+ optionsTextColor:
+ - "#8caaee" # Blue
+ selectedLineBgColor:
+ - "#414559" # Surface0
+ selectedRangeBgColor:
+ - "#414559" # Surface0
+ cherryPickedCommitBgColor:
+ - "#81c8be" # Teal
+ cherryPickedCommitFgColor:
+ - "#8caaee" # Blue
+ unstagedChangesColor:
+ - red # Red
diff --git a/themes/latte.yml b/themes/latte.yml
new file mode 100644
index 0000000..f4875ba
--- /dev/null
+++ b/themes/latte.yml
@@ -0,0 +1,19 @@
+theme:
+ lightTheme: false
+ activeBorderColor:
+ - "#40a02b" # Green
+ - bold
+ inactiveBorderColor:
+ - "#4c4f69" # Text
+ optionsTextColor:
+ - "#1e66f5" # Blue
+ selectedLineBgColor:
+ - "#ccd0da" # Surface0
+ selectedRangeBgColor:
+ - "#ccd0da" # Surface0
+ cherryPickedCommitBgColor:
+ - "#179299" # Teal
+ cherryPickedCommitFgColor:
+ - "#1e66f5" # Blue
+ unstagedChangesColor:
+ - red # Red
diff --git a/themes/macchiato.yml b/themes/macchiato.yml
new file mode 100644
index 0000000..3b072d2
--- /dev/null
+++ b/themes/macchiato.yml
@@ -0,0 +1,19 @@
+theme:
+ lightTheme: false
+ activeBorderColor:
+ - "#a6da95" # Green
+ - bold
+ inactiveBorderColor:
+ - "#cad3f5" # Text
+ optionsTextColor:
+ - "#8aadf4" # Blue
+ selectedLineBgColor:
+ - "#363a4f" # Surface0
+ selectedRangeBgColor:
+ - "#363a4f" # Surface0
+ cherryPickedCommitBgColor:
+ - "#8bd5ca" # Teal
+ cherryPickedCommitFgColor:
+ - "#8aadf4" # Blue
+ unstagedChangesColor:
+ - red # Red
diff --git a/themes/mocha.yml b/themes/mocha.yml
new file mode 100644
index 0000000..2796c3a
--- /dev/null
+++ b/themes/mocha.yml
@@ -0,0 +1,19 @@
+theme:
+ lightTheme: false
+ activeBorderColor:
+ - "#a6e3a1" # Green
+ - bold
+ inactiveBorderColor:
+ - "#cdd6f4" # Text
+ optionsTextColor:
+ - "#89b4fa" # Blue
+ selectedLineBgColor:
+ - "#313244" # Surface0
+ selectedRangeBgColor:
+ - "#313244" # Surface0
+ cherryPickedCommitBgColor:
+ - "#94e2d5" # Teal
+ cherryPickedCommitFgColor:
+ - "#89b4fa" # Blue
+ unstagedChangesColor:
+ - red # Red