mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -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
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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}},
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue