aboutsummaryrefslogtreecommitdiff
path: root/.config/kitty
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:41 -0500
committerXander Swan <email>2025-12-03 10:00:41 -0500
commit6d4208a39ba4a576c310a301eb576d84eec1ddaf (patch)
treebeef17e3d6e88f08b68673d3d3e394d19639cd78 /.config/kitty
parentd0f041df4db23a512fa2d2a7c655af0b2c7e88c5 (diff)
Entirely new config
Diffstat (limited to '.config/kitty')
-rw-r--r--.config/kitty/current-theme.conf21
-rw-r--r--.config/kitty/kitty.conf11
-rw-r--r--.config/kitty/kitty.conf.bak4
3 files changed, 5 insertions, 31 deletions
diff --git a/.config/kitty/current-theme.conf b/.config/kitty/current-theme.conf
deleted file mode 100644
index 2b7975d..0000000
--- a/.config/kitty/current-theme.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-background #262626
-foreground #ffffff
-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/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index 463ce0f..2fb8e29 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -1,10 +1,9 @@
-# BEGIN_KITTY_THEME
-# Monokai Soda
-include current-theme.conf
-# END_KITTY_THEME
+font_family JetBrainsMono Nerd Font
+bold_font auto
+italic_font auto
+bold_italic_font auto
-font_family Mononoki Nerd Font
-font_size 14
+font_size 11.0
cursor_shape block
cursor_blink_interval 0
diff --git a/.config/kitty/kitty.conf.bak b/.config/kitty/kitty.conf.bak
deleted file mode 100644
index 711ade2..0000000
--- a/.config/kitty/kitty.conf.bak
+++ /dev/null
@@ -1,4 +0,0 @@
-# BEGIN_KITTY_THEME
-# zenbones_dark
-include current-theme.conf
-# END_KITTY_THEME \ No newline at end of file