master
Elias Almqvist 5 days ago
parent 1ec2ebffee
commit 32fef1d4bb
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 3
      nix-darwin/home.nix
  2. 4
      nvchad/.config/nvim/lua/chadrc.lua

@ -303,8 +303,7 @@
set-window-option -g window-status-current-style fg=colour166,bg=default set-window-option -g window-status-current-style fg=colour166,bg=default
# Truecolor support # Truecolor support
set -g default-terminal "tmux-256color" set-option -sa terminal-overrides ",xterm*:Tc"
set -ga terminal-overrides ",*256col*:Tc"
''; '';
}; };

@ -37,8 +37,8 @@ end
M = { M = {
base46 = { base46 = {
theme = "onenord", theme = "ayu_dark",
theme_toggle = { "onenord", "blossom_light" }, theme_toggle = { "ayu_dark", "ayu_dark" },
}, },
ui = { ui = {
hl_override = highlights.override, hl_override = highlights.override,

Loading…
Cancel
Save