summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-03-22 02:49:42 -0400
committerrealtradam <[email protected]>2022-03-22 02:49:42 -0400
commit1392e7cc938c25d601dcade20b1f739f8fa002cc (patch)
treeb55b0b8007f9c7993807a198ec33f4d1ba813954
downloadconfig-kitty-master.tar.gz
config-kitty-master.zip
-rw-r--r--current-theme.conf23
-rw-r--r--kitty.conf27
2 files changed, 50 insertions, 0 deletions
diff --git a/current-theme.conf b/current-theme.conf
new file mode 100644
index 0000000..c79637b
--- /dev/null
+++ b/current-theme.conf
@@ -0,0 +1,23 @@
+# Monokai_Soda
+
+background #191919
+foreground #c4c4b5
+cursor #f6f6ec
+selection_background #343434
+color0 #191919
+color8 #615e4b
+color1 #f3005f
+color9 #f3005f
+color2 #97e023
+color10 #97e023
+color3 #fa8419
+color11 #dfd561
+color4 #9c64fe
+color12 #9c64fe
+color5 #f3005f
+color13 #f3005f
+color6 #57d1ea
+color14 #57d1ea
+color7 #c4c4b5
+color15 #f6f6ee
+selection_foreground #191919
diff --git a/kitty.conf b/kitty.conf
new file mode 100644
index 0000000..7e5f9cc
--- /dev/null
+++ b/kitty.conf
@@ -0,0 +1,27 @@
+# BEGIN_KITTY_THEME
+# Dumbledore
+include current-theme.conf
+
+font_family Source Code Pro Medium
+font_size 15.0
+
+enable_audio_bell no
+
+#background #422553
+background #191919
+background_opacity 0.80
+dynamic_background_opacity yes
+
+scrollback_lines 25000
+
+enabled_layouts splits
+map ctrl+shift+o launch --location=hsplit
+map ctrl+shift+e launch --location=vsplit
+
+map ctrl+enter new_os_window_with_cwd
+
+map ctrl+equal change_font_size all +1.05
+map ctrl+minus change_font_size all -1.05
+map ctrl+0 change_font_size all 15.0
+
+# END_KITTY_THEME