mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
Use default fonts
This commit is contained in:
@@ -59,8 +59,8 @@ let
|
||||
pointerColorForeground = solarizedDark.green.light;
|
||||
};
|
||||
in rec {
|
||||
uiFont = { name = "Cantarell"; size = 9; };
|
||||
terminalFont = { name = "Source Code Pro for Powerline"; size = 9; };
|
||||
uiFont = { name = "Sans"; size = 9; };
|
||||
terminalFont = { name = "Monospace"; size = 9; };
|
||||
|
||||
white = "#ffffff";
|
||||
black = "#000000";
|
||||
|
||||
Reference in New Issue
Block a user