Skip to content

Commit d833ed9

Browse files
committed
highlight background
1 parent 115205e commit d833ed9

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)