Skip to content

Commit

Permalink
fix(highlights): Title and Directory
Browse files Browse the repository at this point in the history
Also I fix the link color for TelescopeTitle highlight group.
  • Loading branch information
barrientosvctor committed Sep 27, 2024
1 parent 8e31338 commit 9c543b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/abyss/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function M.get(user_opts)
CursorLineNr = { fg = colors.lightgrey, bg = colors.bg },
CursorColumn = { link = "CursorLine" },

Directory = { fg = colors.heavyyellow, bg = colors.none, bold = true },
Directory = { fg = colors.yellow, bg = colors.none, bold = true },

DiffAdd = { fg = colors.darkgreen },
DiffChange = { fg = colors.yellow },
Expand Down Expand Up @@ -145,7 +145,7 @@ function M.get(user_opts)
TabLineFill = { fg = colors.none, bg = colors.bg },
TabLineSel = { fg = colors.white, bg = colors.darkblue },

Title = { fg = colors.heavyyellow, bold = true },
Title = { fg = colors.white, bold = true },

Visual = { fg = colors.none, bg = colors.darkred },
VisualNOS = { link = "Visual" },
Expand Down Expand Up @@ -194,7 +194,7 @@ function M.get(user_opts)
TelescopeMultiSelection = { link = "TelescopeSelection" },
TelescopeMultiIcon = { link = "TelescopeSelectionCaret" },

TelescopeTitle = { fg = colors.white },
TelescopeTitle = { link = "Title" },

TelescopeBorder = { fg = colors.fg },

Expand Down

0 comments on commit 9c543b9

Please sign in to comment.