From e41d54777a43151136a27cbe6e04b08f6d7e3505 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 13 Oct 2024 01:59:00 -0500 Subject: [PATCH] add KiTTy config --- dot_config/kitty/current-theme.conf | 26 ++++++++++++++++++++++++++ dot_config/kitty/helios | 6 ++++++ dot_config/kitty/private_kitty.conf | 6 ++++++ 3 files changed, 38 insertions(+) create mode 100644 dot_config/kitty/current-theme.conf create mode 100644 dot_config/kitty/helios create mode 100644 dot_config/kitty/private_kitty.conf diff --git a/dot_config/kitty/current-theme.conf b/dot_config/kitty/current-theme.conf new file mode 100644 index 0000000..754e2fb --- /dev/null +++ b/dot_config/kitty/current-theme.conf @@ -0,0 +1,26 @@ +## name: Dark Pride +## author: apathyrecharge +## license: GPLv3 +## blurb: Dark trans-pride colour inspired theme + +background #0d0d1b +foreground #ccccce +selection_background #002a3a +selection_foreground #0d0f18 +cursor #ff0017 +color0 #282828 +color1 #ca1444 +color2 #789aba +color3 #b3879f +color4 #94469b +color5 #cb6fa1 +color6 #fb6e93 +color7 #cf98c1 +color8 #98218e +color9 #cb515d +color10 #5a87b1 +color11 #9c61ab +color12 #9a77b1 +color13 #f2a297 +color14 #f4436f +color15 #ebdbb2 diff --git a/dot_config/kitty/helios b/dot_config/kitty/helios new file mode 100644 index 0000000..c2ba73c --- /dev/null +++ b/dot_config/kitty/helios @@ -0,0 +1,6 @@ +cd ./services/backend/ +launch --hold --title "backend" go run . + +new_tab frontend +cd ./services/frontend/ +launch --hold yarn dev \ No newline at end of file diff --git a/dot_config/kitty/private_kitty.conf b/dot_config/kitty/private_kitty.conf new file mode 100644 index 0000000..29535b4 --- /dev/null +++ b/dot_config/kitty/private_kitty.conf @@ -0,0 +1,6 @@ +# BEGIN_KITTY_THEME +# Dark Pride +include current-theme.conf +# END_KITTY_THEME + +enable_audio_bell no