♻ refactor(wezterm): Get all monospace fonts; use gogh colors

This commit is contained in:
punkfairie 2024-11-02 16:44:26 -07:00
parent 775437b5df
commit 56ae97499f
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

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