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 wezterm = require 'wezterm'
|
||||||
local config = {}
|
local config = {}
|
||||||
|
|
||||||
config.color_scheme = 'OceanicNext (base16_transparent)'
|
config.color_scheme = 'OceanicNext (base16)'
|
||||||
config.font = wezterm.font 'Deja Vu Sans Mono'
|
config.font = wezterm.font 'Deja Vu Sans Mono'
|
||||||
config.font_size = 20
|
config.font_size = 20
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
|
@ -152,11 +152,12 @@ set-option -g window-status-format '#{window_name}'
|
||||||
- Language server config
|
- Language server config
|
||||||
- GPT config
|
- GPT config
|
||||||
#+begin_src toml :tangle ~/.config/helix/config.toml
|
#+begin_src toml :tangle ~/.config/helix/config.toml
|
||||||
theme = "base16_default"
|
theme = "base16_transparent"
|
||||||
#+end_src
|
#+end_src
|
||||||
#+begin_src toml :tangle ~/.config/helix/languages.toml
|
#+begin_src toml :tangle ~/.config/helix/languages.toml
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "lua"
|
name = "lua"
|
||||||
|
auto-format = true
|
||||||
formatter = { command = "stylua", args = [ "-" ] }
|
formatter = { command = "stylua", args = [ "-" ] }
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue