diff --git a/nixos/modules/default.nix b/nixos/modules/default.nix index e150275..3410fdc 100644 --- a/nixos/modules/default.nix +++ b/nixos/modules/default.nix @@ -17,6 +17,8 @@ fonts.fonts = with pkgs; [ corefonts # Calibri for Uni + vistafonts + letter # Personal font ]; diff --git a/stow/kitty/.config/kitty/kitty.conf b/stow/kitty/.config/kitty/kitty.conf index 2504662..35935c5 100644 --- a/stow/kitty/.config/kitty/kitty.conf +++ b/stow/kitty/.config/kitty/kitty.conf @@ -1,6 +1,6 @@ # vim:fileencoding=utf-8:foldmethod=marker -include ./themes/tdpeuter-dark.conf +include ./themes/tdpeuter-light.conf #: Fonts {{{ @@ -786,7 +786,7 @@ visual_bell_color #b00020 #: set the vertical and horizontal sides. Three values set top, #: horizontal and bottom. Four values set top, right, bottom and left. -# window_padding_width 0 +window_padding_width 5 #: The window padding (in pts) (blank area between the text and the #: window border). A single value sets all four sides. Two values set diff --git a/stow/kitty/.config/kitty/themes/tdpeuter-light.conf b/stow/kitty/.config/kitty/themes/tdpeuter-light.conf index 23288ce..fd8c278 100644 --- a/stow/kitty/.config/kitty/themes/tdpeuter-light.conf +++ b/stow/kitty/.config/kitty/themes/tdpeuter-light.conf @@ -1,4 +1,4 @@ -foreground #383A42 +foreground #000000 background #FAFAFA selection_foreground #383A42 selection_background #BFCEFF