From ee71cba8d51ea5635ebda2ba0c776e8378706c6d Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Sat, 7 Sep 2024 14:02:06 -0400 Subject: better stow --- kitty/.config/kitty/kitty.conf | 49 ------------------------------------------ 1 file changed, 49 deletions(-) delete mode 100644 kitty/.config/kitty/kitty.conf (limited to 'kitty/.config') diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf deleted file mode 100644 index 519ebd4..0000000 --- a/kitty/.config/kitty/kitty.conf +++ /dev/null @@ -1,49 +0,0 @@ -background_opacity 0.75 -window_padding_width 4 - -font_family FiraCode NerdFont -font_size 14.0 - -# highlighting -selection_foreground #ffffff -selection_background #14b8a6 - -# Tokyo Night colorscheme -foreground #c0caf5 -background #1a1b26 - -# normal colors -# Black -color0 #0b0c15 -# Red -color1 #d2556c -# Green -color2 #7cd47b -# Yellow -color3 #efb184 -# Blue -color4 #6ca1f3 -# Magenta -color5 #b78df0 -# Cyan -color6 #69bcf4 -# White -color7 #c0caf5 - -# bright colors -# Bright Black -color8 #39404a -# Bright Red -color9 #f7768e -# Bright Green -color10 #85e89d -# Bright Yellow -color11 #f4cf8d -# Bright Blue -color12 #8fb9ff -# Bright Magenta -color13 #d9a3ff -# Bright Cyan -color14 #8fd3ff -# Bright White -color15 #f0f3f6 \ No newline at end of file -- cgit v1.2.3