Skip to content

Commit

Permalink
docs(README): clarify options.transparent (#327)
Browse files Browse the repository at this point in the history
Resolves: #327
  • Loading branch information
tmillr committed Jul 10, 2024
1 parent 4f44a5c commit 83527b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ require('github-theme').setup({
compile_file_suffix = '_compiled', -- Compiled file suffix
hide_end_of_buffer = true, -- Hide the '~' character at the end of the buffer for a cleaner look
hide_nc_statusline = true, -- Override the underline style for non-active statuslines
transparent = false, -- Disable setting background
transparent = false, -- Disable setting bg (make neovim's background transparent)
terminal_colors = true, -- Set terminal colors (vim.g.terminal_color_*) used in `:terminal`
dim_inactive = false, -- Non focused panes set to alternative background
module_default = true, -- Default enable value for modules
Expand Down

0 comments on commit 83527b3

Please sign in to comment.