Increase default font sizes for plasma desktop
This commit is contained in:
parent
d339e45fc7
commit
992ec5ed23
|
@ -30,11 +30,11 @@
|
|||
fonts = let
|
||||
general = {
|
||||
family = fonts.sansSerif.name;
|
||||
pointSize = 10;
|
||||
pointSize = 12;
|
||||
};
|
||||
fixedWidth = {
|
||||
family = fonts.monospace.name;
|
||||
pointSize = 10;
|
||||
pointSize = 12;
|
||||
};
|
||||
in {
|
||||
inherit general fixedWidth;
|
||||
|
@ -43,7 +43,7 @@
|
|||
windowTitle = general;
|
||||
small = {
|
||||
inherit (general) family;
|
||||
pointSize = general.pointSize - 2;
|
||||
pointSize = general.pointSize - 4;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue