Skip to content

Commit

Permalink
fix: make Conceal a little brighter. Fixes folke#70
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Aug 6, 2021
1 parent 273c49e commit 02618eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function M.setup(config)
theme.base = {
Comment = { fg = c.comment, style = config.commentStyle }, -- any comment
ColorColumn = { bg = c.black }, -- used for the columns set with 'colorcolumn'
Conceal = { fg = c.dark3 }, -- placeholder characters substituted for concealed text (see 'conceallevel')
Conceal = { fg = c.dark5 }, -- placeholder characters substituted for concealed text (see 'conceallevel')
Cursor = { fg = c.bg, bg = c.fg }, -- character under the cursor
lCursor = { fg = c.bg, bg = c.fg }, -- the character under the cursor when |language-mapping| is used (see 'guicursor')
CursorIM = { fg = c.bg, bg = c.fg }, -- like Cursor, but used when in IME mode |CursorIM|
Expand Down

0 comments on commit 02618eb

Please sign in to comment.