Use --skip-theme-config flag in box_setup, adjust nvim and tmux settings
This commit is contained in:
@@ -7,7 +7,7 @@ return {
|
||||
custom_highlights = function(highlights, palette)
|
||||
highlights.Comment['fg'] = "#8a9097"
|
||||
highlights.LineNr['fg'] = "#8088A8"
|
||||
highlights.Visual['bg'] = palette.bg4
|
||||
highlights.Visual['bg'] = palette.bg3
|
||||
return highlights
|
||||
end,
|
||||
gamma = 0.92, -- brightness
|
||||
|
||||
Reference in New Issue
Block a user