Miscellaneous appearance changes
This commit is contained in:
parent
d4a616275e
commit
e8f837dd65
4 changed files with 6 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue