color_scheme quick fix

This commit is contained in:
Ian Keane 2025-06-28 09:49:35 -04:00
parent b3c27c72aa
commit e174bbe5ae

View file

@ -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