Skip to content

Commit 3f1c21f

Browse files
authored
Merge pull request #8 from jpe90/master
highlight background
2 parents 115205e + d833ed9 commit 3f1c21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/monokai.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ M.load_syntax = function(palette)
7474
return {
7575
Normal = {
7676
fg = palette.white,
77-
bg = palette.none,
77+
bg = palette.base2,
7878
},
7979
NormalFloat = {
8080
fg = palette.none,

0 commit comments

Comments
 (0)