diff --git a/dotfiles.org b/dotfiles.org index 51527b6..5341a0c 100644 --- a/dotfiles.org +++ b/dotfiles.org @@ -131,7 +131,7 @@ set-option -g window-status-format '#{window_name}' local wezterm = require 'wezterm' local config = {} - config.color_scheme = 'OceanicNext (base16_transparent)' + config.color_scheme = 'OceanicNext (base16)' config.font = wezterm.font 'Deja Vu Sans Mono' config.font_size = 20 config.enable_tab_bar = false @@ -152,11 +152,12 @@ set-option -g window-status-format '#{window_name}' - Language server config - GPT config #+begin_src toml :tangle ~/.config/helix/config.toml - theme = "base16_default" + theme = "base16_transparent" #+end_src #+begin_src toml :tangle ~/.config/helix/languages.toml [[language]] name = "lua" +auto-format = true formatter = { command = "stylua", args = [ "-" ] } #+end_src