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
# Truecolor support
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ",*256col*:Tc"
set-option -sa terminal-overrides ",xterm*:Tc"
'';
};

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

Loading…
Cancel
Save