Skip to content

Commit

Permalink
Highlight numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
deathlyfrantic committed Jul 1, 2024
1 parent 41ea2a1 commit b3c3bcf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions nvim/colors/album.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ require("mono-colors").define("album", true, {
ErrorMsg = { fg = "#ffffff", bg = "#ff005f", bold = true },
WarningMsg = { fg = "#ffffff", bg = "#d7875f", bold = true },
TabLineActive = { fg = "#080808", bg = "#5f875f" },
Number = { fg = "#87d787" },
})
1 change: 1 addition & 0 deletions nvim/colors/copper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ require("mono-colors").define("copper", true, {
WarningMsg = { fg = "#ffffff", bg = "#ff7700", bold = true },
TabLineActive = { fg = "#c9a79c", bg = "#5d4b44" },
TermCursorNC = { fg = "#000000", bg = "#846960" },
Number = { fg = "#ad721f" },
})
1 change: 1 addition & 0 deletions nvim/colors/gaia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ require("mono-colors").define("gaia", true, {
ErrorMsg = { fg = "#ffffff", bg = "#a44e30", bold = true },
WarningMsg = { fg = "#ffffff", bg = "#a46530", bold = true },
TabLineActive = { fg = "#dadada", bg = "#877a5c" },
Number = { fg = "#bbac88" },
})
1 change: 1 addition & 0 deletions nvim/colors/mastodon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ require("mono-colors").define("mastodon", true, {
WarningMsg = { fg = "#ffffff", bg = "#ff7722", bold = true },
TabLineActive = { fg = "#9ca7c9", bg = "#444b5d" },
TermCursorNC = { fg = "#000000", bg = "#606984" },
Number = { fg = "#1f72ad" },
})
2 changes: 1 addition & 1 deletion nvim/lua/mono-colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ local function clear_highlights()
"PreProc",
"Type",
"Define",
"Number",
"Function",
"Include",
"PreCondit",
Expand All @@ -53,6 +52,7 @@ local function clear_highlights()
"DiagnosticFloatingError",
"DiagnosticFloatingHint",
"DiagnosticFloatingInfo",
"@number.diff",
}

for _, group in ipairs(no_highlights) do
Expand Down

0 comments on commit b3c3bcf

Please sign in to comment.