aboutsummaryrefslogtreecommitdiff
path: root/.config
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
commitbc445d4c0a2284fd69f1430ea409cdcf3cc459ba (patch)
tree2dbedd19723c22034b0ad67cae2b7c2800250cb0 /.config
parentd8bc312c761debcc6e5ac8745a78c72083c269a6 (diff)
Replace alacritty with kitty
Diffstat (limited to '.config')
-rw-r--r--.config/alacritty/alacritty.yml49
-rw-r--r--.config/kitty/current-theme.conf21
-rw-r--r--.config/kitty/kitty.conf14
-rw-r--r--.config/kitty/kitty.conf.bak4
4 files changed, 39 insertions, 49 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
deleted file mode 100644
index fa16de4..0000000
--- a/.config/alacritty/alacritty.yml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-window:
- padding:
- x: 10
- y: 10
- opacity: 1
-
-colors:
- primary:
- background: '0x262626'
- foreground: '0xfff1f3'
- normal:
- black: '0x2c2525'
- red: '0xfd6883'
- green: '0xadda78'
- yellow: '0xf9cc6c'
- blue: '0xf38d70'
- magenta: '0xa8a9eb'
- cyan: '0x85dacc'
- white: '0xfff1f3'
- bright:
- black: '0x72696a'
- red: '0xfd6883'
- green: '0xadda78'
- yellow: '0xf9cc6c'
- blue: '0xf38d70'
- magenta: '0xa8a9eb'
- cyan: '0x85dacc'
- white: '0xfff1f3'
-
-font:
- normal:
- family: "Mononoki Nerd Font"
- style: Regular
- bold:
- family: "Mononoki Nerd Font"
- style: Bold
- italic:
- family: "Mononoki Nerd Font"
- style: "Italic"
- size: 14.0
-
-mouse_bindings:
- - { mouse: Middle, action: PasteSelection }
-
-cursor:
- style: Block
-
-draw_bold_text_with_bright_colors: true
diff --git a/.config/kitty/current-theme.conf b/.config/kitty/current-theme.conf
new file mode 100644
index 0000000..2b7975d
--- /dev/null
+++ b/.config/kitty/current-theme.conf
@@ -0,0 +1,21 @@
+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
new file mode 100644
index 0000000..463ce0f
--- /dev/null
+++ b/.config/kitty/kitty.conf
@@ -0,0 +1,14 @@
+# BEGIN_KITTY_THEME
+# Monokai Soda
+include current-theme.conf
+# END_KITTY_THEME
+
+font_family Mononoki Nerd Font
+font_size 14
+
+cursor_shape block
+cursor_blink_interval 0
+shell_integration no-cursor
+
+tab_bar_style powerline
+tab_powerline_style slanted
diff --git a/.config/kitty/kitty.conf.bak b/.config/kitty/kitty.conf.bak
new file mode 100644
index 0000000..711ade2
--- /dev/null
+++ b/.config/kitty/kitty.conf.bak
@@ -0,0 +1,4 @@
+# BEGIN_KITTY_THEME
+# zenbones_dark
+include current-theme.conf
+# END_KITTY_THEME \ No newline at end of file