color_scheme quick fix
This commit is contained in:
parent
b3c27c72aa
commit
e174bbe5ae
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue