mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
project-wide: Move from FantasqueSansMono to Iosevka
This commit is contained in:
parent
5ef3eb1157
commit
607669b21e
6 changed files with 9 additions and 11 deletions
|
|
@ -4,7 +4,7 @@ let
|
|||
witch.style.base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
|
||||
config.lib.arc.base16.schemeForAlias.default;
|
||||
witch.style.font = {
|
||||
name = "FantasqueSansMono Nerd Font";
|
||||
name = "Iosevka Nerd Font";
|
||||
size = "10";
|
||||
size_css = "14px";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -16,10 +16,9 @@ in {
|
|||
local wezterm = require 'wezterm';
|
||||
|
||||
return {
|
||||
enable_wayland = true,
|
||||
term = "wezterm",
|
||||
font = wezterm.font_with_fallback({"FantasqueSansMono Nerd Font","Twitter Color Emoji"}),
|
||||
font_size = 10.0,
|
||||
font = wezterm.font_with_fallback({"Iosevka Term","Twitter Color Emoji"}),
|
||||
font_size = 9.0,
|
||||
window_background_opacity = 0.9,
|
||||
colors = {
|
||||
ansi = {${colors.ansi}},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ let
|
|||
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
|
||||
config.lib.arc.base16.schemeForAlias.default;
|
||||
font = {
|
||||
name = "FantasqueSansMono Nerd Font";
|
||||
name = "Iosevka Nerd Font";
|
||||
size = "10";
|
||||
size_css = "14px";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ let
|
|||
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
|
||||
config.lib.arc.base16.schemeForAlias.default;
|
||||
font = {
|
||||
name = "FantasqueSansMono Nerd Font";
|
||||
size = 10.0;
|
||||
name = "Iosevka";
|
||||
size = 9.0;
|
||||
size_css = "14px";
|
||||
};
|
||||
in
|
||||
|
|
@ -94,7 +94,7 @@ in
|
|||
|
||||
fonts = {
|
||||
names = [ font.name ];
|
||||
style = "Normal";
|
||||
style = "Medium";
|
||||
size = font.size;
|
||||
};
|
||||
terminal = "${pkgs.wezterm}/bin/wezterm";
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ let
|
|||
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
|
||||
config.lib.arc.base16.schemeForAlias.default;
|
||||
font = {
|
||||
name = "FantasqueSansMono Nerd Font";
|
||||
name = "Iosevka Nerd Font";
|
||||
size = "10";
|
||||
size_css = "14px";
|
||||
size_css = "12px";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue