Update tmux keybindings, increase nvim line num brightness
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user