Skip to content

Commit 8ebff40

Browse files
committed
chore: Update README.md
1 parent 207b104 commit 8ebff40

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ In Lua:
3939
require('monokai')
4040
vim.cmd('colorscheme monokai')
4141
```
42+
43+
## Extras
44+
45+
Extra color configs for **Kitty**, **Alacritty**, **Windows Terminal**, can be found in [extras](extras/). To use them, refer to their respective documentation.

lua/monokai.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ M.classic = {
2424
purple = '#ae81ff',
2525
red = '#e95678',
2626
diff_add = '#3d5213',
27-
diff_remove = '#690c2b',
27+
diff_remove = '#4a0f23',
2828
diff_change = '#27406b',
2929
diff_text = '#23324d',
3030
}
@@ -51,7 +51,7 @@ M.pro = {
5151
purple = '#AB9DF2',
5252
red = '#FD6883',
5353
diff_add = '#3d5213',
54-
diff_remove = '#690c2b',
54+
diff_remove = '#4a0f23',
5555
diff_change = '#27406b',
5656
diff_text = '#23324d',
5757
}
@@ -78,7 +78,7 @@ M.soda = {
7878
purple = '#9c64fe',
7979
red = '#f3005f',
8080
diff_add = '#3d5213',
81-
diff_remove = '#690c2b',
81+
diff_remove = '#4a0f23',
8282
diff_change = '#27406b',
8383
diff_text = '#23324d',
8484
}

0 commit comments

Comments
 (0)