project-wide: Move from FantasqueSansMono to Iosevka

This commit is contained in:
kat witch 2021-06-20 03:11:29 +01:00
parent 5ef3eb1157
commit 607669b21e
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 9 additions and 11 deletions

View file

@ -12,7 +12,6 @@
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [
font-awesome font-awesome
nerdfonts nerdfonts
iosevka
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
twitter-color-emoji twitter-color-emoji
]; ];

View file

@ -4,7 +4,7 @@ let
witch.style.base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}") witch.style.base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
config.lib.arc.base16.schemeForAlias.default; config.lib.arc.base16.schemeForAlias.default;
witch.style.font = { witch.style.font = {
name = "FantasqueSansMono Nerd Font"; name = "Iosevka Nerd Font";
size = "10"; size = "10";
size_css = "14px"; size_css = "14px";
}; };

View file

@ -16,10 +16,9 @@ in {
local wezterm = require 'wezterm'; local wezterm = require 'wezterm';
return { return {
enable_wayland = true,
term = "wezterm", term = "wezterm",
font = wezterm.font_with_fallback({"FantasqueSansMono Nerd Font","Twitter Color Emoji"}), font = wezterm.font_with_fallback({"Iosevka Term","Twitter Color Emoji"}),
font_size = 10.0, font_size = 9.0,
window_background_opacity = 0.9, window_background_opacity = 0.9,
colors = { colors = {
ansi = {${colors.ansi}}, ansi = {${colors.ansi}},

View file

@ -4,7 +4,7 @@ let
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}") base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
config.lib.arc.base16.schemeForAlias.default; config.lib.arc.base16.schemeForAlias.default;
font = { font = {
name = "FantasqueSansMono Nerd Font"; name = "Iosevka Nerd Font";
size = "10"; size = "10";
size_css = "14px"; size_css = "14px";
}; };

View file

@ -4,8 +4,8 @@ let
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}") base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
config.lib.arc.base16.schemeForAlias.default; config.lib.arc.base16.schemeForAlias.default;
font = { font = {
name = "FantasqueSansMono Nerd Font"; name = "Iosevka";
size = 10.0; size = 9.0;
size_css = "14px"; size_css = "14px";
}; };
in in
@ -94,7 +94,7 @@ in
fonts = { fonts = {
names = [ font.name ]; names = [ font.name ];
style = "Normal"; style = "Medium";
size = font.size; size = font.size;
}; };
terminal = "${pkgs.wezterm}/bin/wezterm"; terminal = "${pkgs.wezterm}/bin/wezterm";

View file

@ -4,9 +4,9 @@ let
base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}") base16 = lib.mapAttrs' (k: v: lib.nameValuePair k "#${v.hex.rgb}")
config.lib.arc.base16.schemeForAlias.default; config.lib.arc.base16.schemeForAlias.default;
font = { font = {
name = "FantasqueSansMono Nerd Font"; name = "Iosevka Nerd Font";
size = "10"; size = "10";
size_css = "14px"; size_css = "12px";
}; };
in in
{ {