Miscellaneous appearance changes

This commit is contained in:
Kiana Sheibani 2023-09-21 23:37:09 -04:00
parent d4a616275e
commit e8f837dd65
4 changed files with 6 additions and 8 deletions

View file

@ -35,9 +35,9 @@
let family = "VictorMono";
font-style = style: { inherit family style; };
in {
normal = font-style "SemiBold";
normal = font-style "Regular";
bold = font-style "Bold";
italic = font-style "SemiBold Italic";
italic = font-style "Italic";
bold_italic = font-style "Bold Italic";
size = 11;

View file

@ -24,6 +24,8 @@
truncation_symbol = " /";
read_only = " ";
read_only_style = "cyan";
before_repo_root_style = "bold blue";
repo_root_style = "bold blue";
};
nix_shell = {