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