Update tmux keybindings, increase nvim line num brightness

This commit is contained in:
david
2025-08-26 12:04:22 -05:00
parent e884dc09e1
commit 90c9a4ed5a
2 changed files with 9 additions and 6 deletions

View File

@@ -35,6 +35,7 @@ return {
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {
style = "night", -- "night", "storm", "moon", "day"
styles = {
@@ -43,6 +44,7 @@ return {
on_colors = function(colors)
colors.hint = colors.orange
colors.error = "#ff0000"
colors.fg_gutter = "#9098B8"
end
},
}