mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
Use cantarell
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
home-manager.users.kfm = {
|
home-manager.users.kfm = {
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = with import ../theme.nix; { package = pkgs.roboto; name = uiFont.name; };
|
font = with import ../theme.nix; { package = pkgs.cantarell-fonts; name = uiFont.name; };
|
||||||
iconTheme = config.constants.theme.icon;
|
iconTheme = config.constants.theme.icon;
|
||||||
theme = config.constants.theme.gtk;
|
theme = config.constants.theme.gtk;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ let
|
|||||||
pointerColorForeground = solarizedDark.green.light;
|
pointerColorForeground = solarizedDark.green.light;
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
uiFont = { name = "Roboto"; size = 9; };
|
uiFont = { name = "Cantarell"; size = 9; };
|
||||||
terminalFont = { name = "Source Code Pro for Powerline"; size = 9; };
|
terminalFont = { name = "Source Code Pro for Powerline"; size = 9; };
|
||||||
|
|
||||||
white = "#ffffff";
|
white = "#ffffff";
|
||||||
|
|||||||
Reference in New Issue
Block a user