summaryrefslogtreecommitdiff
path: root/dotfiles/kitty
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:22:03 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:22:03 +0400
commitc419b97b5cc61127ca2b7f9839a588c2ee3e7353 (patch)
tree623e75923db712e700a447fbb48c0f7105836f8d /dotfiles/kitty
parent395efb9df45b2000ef6aa11d2c9b7b1904b8c586 (diff)
directory name changed from dotfiles to config
Diffstat (limited to 'dotfiles/kitty')
-rw-r--r--dotfiles/kitty/kitty.conf62
1 files changed, 0 insertions, 62 deletions
diff --git a/dotfiles/kitty/kitty.conf b/dotfiles/kitty/kitty.conf
deleted file mode 100644
index 07c905b..0000000
--- a/dotfiles/kitty/kitty.conf
+++ /dev/null
@@ -1,62 +0,0 @@
-enable_audio_bell no
-remember_window_size no
-initial_window_width 840
-initial_window_height 600
-
-
-background_opacity 0.75
-font_size 14
-
-
-cursor #928374
-cursor_text_color background
-
-url_color #83a598
-
-visual_bell_color #8ec07c
-bell_border_color #8ec07c
-
-active_border_color #d3869b
-inactive_border_color #665c54
-
-foreground #ebdbb2
-background #1d2021
-selection_foreground #928374
-selection_background #ebdbb2
-
-active_tab_foreground #fbf1c7
-active_tab_background #665c54
-inactive_tab_foreground #a89984
-inactive_tab_background #3c3836
-
-# black (bg3/bg4)
-color0 #665c54
-color8 #7c6f64
-
-# red
-color1 #cc241d
-color9 #fb4934
-
-#: green
-color2 #98971a
-color10 #b8bb26
-
-# yellow
-color3 #d79921
-color11 #fabd2f
-
-# blue
-color4 #458588
-color12 #83a598
-
-# purple
-color5 #b16286
-color13 #d3869b
-
-# aqua
-color6 #689d6a
-color14 #8ec07c
-
-# white (fg4/fg3)
-color7 #a89984
-color15 #bdae93