From 5b39baf2db7bba91ec7c3dee069d869bb32534ff Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 31 Mar 2023 05:50:21 +0000 Subject: [PATCH] kitty: move color theme in-tree --- hosts/common/home/default.nix | 2 +- hosts/common/home/kitty/PaperColor_dark.conf | 44 +++++++++++++++++++ .../home/{kitty.nix => kitty/default.nix} | 6 ++- 3 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 hosts/common/home/kitty/PaperColor_dark.conf rename hosts/common/home/{kitty.nix => kitty/default.nix} (97%) diff --git a/hosts/common/home/default.nix b/hosts/common/home/default.nix index d41d2558..dcc6cd0b 100644 --- a/hosts/common/home/default.nix +++ b/hosts/common/home/default.nix @@ -7,7 +7,7 @@ ./git.nix ./gpodder.nix ./keyring.nix - ./kitty.nix + ./kitty ./libreoffice.nix ./mime.nix ./mpv.nix diff --git a/hosts/common/home/kitty/PaperColor_dark.conf b/hosts/common/home/kitty/PaperColor_dark.conf new file mode 100644 index 00000000..1fb30e8e --- /dev/null +++ b/hosts/common/home/kitty/PaperColor_dark.conf @@ -0,0 +1,44 @@ +# vim:ft=kitty + +## name: PaperColor Dark +## author: Nikyle Nguyen +## license: MIT +## blurb: Dark color scheme inspired by Google's Material Design + +# special +foreground #d0d0d0 +background #1c1c1c +cursor #d0d0d0 +cursor_text_color background + +# black +color0 #1c1c1c +color8 #585858 + +# red +color1 #af005f +color9 #5faf5f + +# green +color2 #5faf00 +color10 #afd700 + +# yellow +color3 #d7af5f +color11 #af87d7 + +# blue +color4 #5fafd7 +color12 #ffaf00 + +# magenta +color5 #808080 +color13 #ff5faf + +# cyan +color6 #d7875f +color14 #00afaf + +# white +color7 #d0d0d0 +color15 #5f8787 diff --git a/hosts/common/home/kitty.nix b/hosts/common/home/kitty/default.nix similarity index 97% rename from hosts/common/home/kitty.nix rename to hosts/common/home/kitty/default.nix index 3df8ca82..14c54c3a 100644 --- a/hosts/common/home/kitty.nix +++ b/hosts/common/home/kitty/default.nix @@ -7,9 +7,11 @@ enable_audio_bell no map ctrl+n new_os_window_with_cwd - - include ${pkgs.kitty-themes}/themes/PaperColor_dark.conf + include ${./PaperColor_dark.conf} ''; + + # include ${pkgs.kitty-themes}/themes/PaperColor_dark.conf + # THEME CHOICES: # docs: https://github.com/kovidgoyal/kitty-themes # theme = "1984 Light"; # dislike: awful, harsh blues/teals