aboutsummaryrefslogtreecommitdiff
path: root/kitty
diff options
context:
space:
mode:
authorJack Jamison <53350163+JackJ30@users.noreply.github.com>2024-11-09 14:09:38 -0500
committerGitHub <noreply@github.com>2024-11-09 14:09:38 -0500
commit2d4198da6a59e52278255d22e7aba394b3ce1688 (patch)
treee16ab66261797c06580679daffc13ef1b6ffd0cb /kitty
parente70986a9c299f004aa290bde0ec430ca864f7e74 (diff)
parentddd43ed96249932652c7427dbdbbac92e5ef49ed (diff)
Merge pull request #1 from JackJ30/laptop
Merge Laptop, it's my main workspace now
Diffstat (limited to 'kitty')
-rw-r--r--kitty/.config/kitty/kitty.conf49
1 files changed, 0 insertions, 49 deletions
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