Skip to content

Commit

Permalink
changed Directory highlight group to be blue
Browse files Browse the repository at this point in the history
  • Loading branch information
vqvw committed Jul 11, 2024
1 parent 6829ce3 commit 6372b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/github-theme/group/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function M.get(spec, config)
CursorIM = { link = 'Cursor' }, -- like Cursor, but used when in IME mode |CursorIM|
CursorColumn = { link = 'CursorLine' }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
CursorLine = { bg = spec.bg3 }, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if foreground (ctermfg OR guifg) is not set.
Directory = { fg = spec.syntax.func }, -- directory names (and other special names in listings)
Directory = { fg = c.blue.base }, -- directory names (and other special names in listings)
DiffAdd = { bg = spec.diff.add }, -- diff mode: Added line |diff.txt|
DiffChange = { bg = spec.diff.change }, -- diff mode: Changed line |diff.txt|
DiffDelete = { bg = spec.diff.delete }, -- diff mode: Deleted line |diff.txt|
Expand Down

0 comments on commit 6372b40

Please sign in to comment.