Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Mar 20, 2021
1 parent b96c89c commit 94712c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colors/nvim-papadark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set background=dark
let g:colors_name="nvim-papadark"


" By setting our module to nil, we clear lua's cache,
" which means the require ahead will *always* occur.
"
Expand All @@ -15,4 +16,3 @@ lua package.loaded['lush_theme.nvim-papadark'] = nil

" include our theme file and pass it to lush to apply
lua require('lush')(require('lush_theme.nvim-papadark'))

2 changes: 1 addition & 1 deletion lua/lush_theme/nvim-papadark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ local theme = lush(function()
VertSplit {fg = vertsplit }, -- the column separating vertically split windows
Folded {fg = comment }, -- line used for closed folds
-- FoldColumn { }, -- 'foldcolumn'
-- SignColumn { }, -- column where |signs| are displayed
SignColumn { }, -- column where |signs| are displayed
IncSearch {fg = yellow, bg = comment }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
-- Substitute { }, -- |:substitute| replacement text highlighting
LineNr {fg = line_number }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set.
Expand Down

0 comments on commit 94712c5

Please sign in to comment.