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