♻ refactor(wezterm): Get all monospace fonts; use gogh colors
This commit is contained in:
parent
775437b5df
commit
56ae97499f
1 changed files with 2 additions and 3 deletions
|
@ -14,11 +14,10 @@
|
|||
config.enable_tab_bar = false
|
||||
|
||||
-- TODO: auto-set this depending on color scheme
|
||||
local theme = wezterm.plugin.require('https://github.com/neapsix/wezterm').main
|
||||
config.colors = theme.colors()
|
||||
config.color_scheme = "rose-pine"
|
||||
|
||||
config.font = wezterm.font_with_fallback({
|
||||
{ family = "${builtins.elemAt fonts 0}" },
|
||||
${toString (map (font: "{ family = \"${font}\" },") fonts)}
|
||||
{ family = "FairiesevkaTerm Nerd Font Mono" },
|
||||
{
|
||||
family = "FiraCode Nerd Font",
|
||||
|
|
Loading…
Reference in a new issue