From 9ca2743e0c2f882a0f9015ab250320c344016897 Mon Sep 17 00:00:00 2001 From: Tommaso Negri Date: Thu, 11 Dec 2025 22:28:44 +0100 Subject: [PATCH] Add config files for Kitty terminal --- extras/kitty/voltage-blue.conf | 80 +++++++++++++++++++++++++++++++ extras/kitty/voltage-cyan.conf | 80 +++++++++++++++++++++++++++++++ extras/kitty/voltage-green.conf | 80 +++++++++++++++++++++++++++++++ extras/kitty/voltage-magenta.conf | 80 +++++++++++++++++++++++++++++++ extras/kitty/voltage-red.conf | 80 +++++++++++++++++++++++++++++++ extras/kitty/voltage-yellow.conf | 80 +++++++++++++++++++++++++++++++ 6 files changed, 480 insertions(+) create mode 100644 extras/kitty/voltage-blue.conf create mode 100644 extras/kitty/voltage-cyan.conf create mode 100644 extras/kitty/voltage-green.conf create mode 100644 extras/kitty/voltage-magenta.conf create mode 100644 extras/kitty/voltage-red.conf create mode 100644 extras/kitty/voltage-yellow.conf diff --git a/extras/kitty/voltage-blue.conf b/extras/kitty/voltage-blue.conf new file mode 100644 index 0000000..5420ac8 --- /dev/null +++ b/extras/kitty/voltage-blue.conf @@ -0,0 +1,80 @@ +# vim:ft=kitty + +## name: Voltage +## author: tommasongr (https://github.com/tommasongr) +## license: MIT +## upstream: https://github.com/tommasongr/voltage.nvim/blob/main/extras/kitty/voltage-blue.conf +## blurb: Minimal Neovim theme with neon colors and customisable accent tone + + + +# The basic colors +foreground #e4f0fb +background #010408 +selection_foreground #e4f0fb +selection_background #1f689d + +# Cursor colors +cursor #32a9fe +cursor_text_color #010408 + +# URL underline color when hovering with mouse +url_color #32a9fe + +# Kitty window border colors +active_border_color #32a9fe +inactive_border_color #0f304a +bell_border_color #e4f0fb + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #aed3f3 +active_tab_background #1f689d +inactive_tab_foreground #78bff9 +inactive_tab_background #0f304a +tab_bar_background #010408 + +# Colors for marks (marked text in the terminal) +mark1_foreground #46bc69 +mark1_background #14361d +mark2_foreground #b1a600 +mark2_background #322f04 +mark3_foreground #f5746d +mark3_background #47211e + +# The 16 terminal colors + +# black +color0 #060206 +color8 #636363 + +# red +color1 #f69b94 +color9 #f5746d + +# green +color2 #82cb92 +color10 #46bc69 + +# yellow +color3 #c2bb64 +color11 #b1a600 + +# blue +color4 #78bff9 +color12 #32a9fe + +# magenta +color5 #db9fde +color13 #d27bd8 + +# cyan +color6 #4fcdcd +color14 #00bcbc + +# white +color7 #b7b7b7 +color15 #f6eaf6 diff --git a/extras/kitty/voltage-cyan.conf b/extras/kitty/voltage-cyan.conf new file mode 100644 index 0000000..36729c2 --- /dev/null +++ b/extras/kitty/voltage-cyan.conf @@ -0,0 +1,80 @@ +# vim:ft=kitty + +## name: Voltage +## author: tommasongr (https://github.com/tommasongr) +## license: MIT +## upstream: https://github.com/tommasongr/voltage.nvim/blob/main/extras/kitty/voltage-magenta.conf +## blurb: Minimal Neovim theme with neon colors and customisable accent tone + + + +# The basic colors +foreground #e0f3f3 +background #000505 +selection_foreground #e0f3f3 +selection_background #007576 + +# Cursor colors +cursor #00bcbc +cursor_text_color #000505 + +# URL underline color when hovering with mouse +url_color #00bcbc + +# Kitty window border colors +active_border_color #00bcbc +inactive_border_color #003737 +bell_border_color #e0f3f3 + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #a0dbda +active_tab_background #007576 +inactive_tab_foreground #4fcdcd +inactive_tab_background #003737 +tab_bar_background #000505 + +# Colors for marks (marked text in the terminal) +mark1_foreground #46bc69 +mark1_background #14361d +mark2_foreground #b1a600 +mark2_background #322f04 +mark3_foreground #f5746d +mark3_background #47211e + +# The 16 terminal colors + +# black +color0 #060206 +color8 #636363 + +# red +color1 #f69b94 +color9 #f5746d + +# green +color2 #82cb92 +color10 #46bc69 + +# yellow +color3 #c2bb64 +color11 #b1a600 + +# blue +color4 #78bff9 +color12 #32a9fe + +# magenta +color5 #db9fde +color13 #d27bd8 + +# cyan +color6 #4fcdcd +color14 #00bcbc + +# white +color7 #b7b7b7 +color15 #f6eaf6 diff --git a/extras/kitty/voltage-green.conf b/extras/kitty/voltage-green.conf new file mode 100644 index 0000000..b75e81c --- /dev/null +++ b/extras/kitty/voltage-green.conf @@ -0,0 +1,80 @@ +# vim:ft=kitty + +## name: Voltage +## author: tommasongr (https://github.com/tommasongr) +## license: MIT +## upstream: https://github.com/tommasongr/voltage.nvim/blob/main/extras/kitty/voltage-green.conf +## blurb: Minimal Neovim theme with neon colors and customisable accent tone + + + +# The basic colors +foreground #e6f3e8 +background #010502 +selection_foreground #e6f3e8 +selection_background #2b7440 + +# Cursor colors +cursor #46bc69 +cursor_text_color #010502 + +# URL underline color when hovering with mouse +url_color #46bc69 + +# Kitty window border colors +active_border_color #46bc69 +inactive_border_color #14361d +bell_border_color #e6f3e8 + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #b3d9b9 +active_tab_background #2b7440 +inactive_tab_foreground #82cb92 +inactive_tab_background #14361d +tab_bar_background #010502 + +# Colors for marks (marked text in the terminal) +mark1_foreground #46bc69 +mark1_background #14361d +mark2_foreground #b1a600 +mark2_background #322f04 +mark3_foreground #f5746d +mark3_background #47211e + +# The 16 terminal colors + +# black +color0 #060206 +color8 #636363 + +# red +color1 #f69b94 +color9 #f5746d + +# green +color2 #82cb92 +color10 #46bc69 + +# yellow +color3 #c2bb64 +color11 #b1a600 + +# blue +color4 #78bff9 +color12 #32a9fe + +# magenta +color5 #db9fde +color13 #d27bd8 + +# cyan +color6 #4fcdcd +color14 #00bcbc + +# white +color7 #b7b7b7 +color15 #f6eaf6 diff --git a/extras/kitty/voltage-magenta.conf b/extras/kitty/voltage-magenta.conf new file mode 100644 index 0000000..6e75428 --- /dev/null +++ b/extras/kitty/voltage-magenta.conf @@ -0,0 +1,80 @@ +# vim:ft=kitty + +## name: Voltage +## author: tommasongr (https://github.com/tommasongr) +## license: MIT +## upstream: https://github.com/tommasongr/voltage.nvim/blob/main/extras/kitty/voltage-magenta.conf +## blurb: Minimal Neovim theme with neon colors and customisable accent tone + + + +# The basic colors +foreground #f6eaf6 +background #060206 +selection_foreground #f6eaf6 +selection_background #824b85 + +# Cursor colors +cursor #d27bd8 +cursor_text_color #060206 + +# URL underline color when hovering with mouse +url_color #d27bd8 + +# Kitty window border colors +active_border_color #d27bd8 +inactive_border_color #3d233e +bell_border_color #f6eaf6 + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #e3c1e4 +active_tab_background #824b85 +inactive_tab_foreground #db9fde +inactive_tab_background #3d233e +tab_bar_background #060206 + +# Colors for marks (marked text in the terminal) +mark1_foreground #46bc69 +mark1_background #14361d +mark2_foreground #b1a600 +mark2_background #322f04 +mark3_foreground #f5746d +mark3_background #47211e + +# The 16 terminal colors + +# black +color0 #060206 +color8 #636363 + +# red +color1 #f69b94 +color9 #f5746d + +# green +color2 #82cb92 +color10 #46bc69 + +# yellow +color3 #c2bb64 +color11 #b1a600 + +# blue +color4 #78bff9 +color12 #32a9fe + +# magenta +color5 #db9fde +color13 #d27bd8 + +# cyan +color6 #4fcdcd +color14 #00bcbc + +# white +color7 #b7b7b7 +color15 #f6eaf6 diff --git a/extras/kitty/voltage-red.conf b/extras/kitty/voltage-red.conf new file mode 100644 index 0000000..eff4bb7 --- /dev/null +++ b/extras/kitty/voltage-red.conf @@ -0,0 +1,80 @@ +# vim:ft=kitty + +## name: Voltage +## author: tommasongr (https://github.com/tommasongr) +## license: MIT +## upstream: https://github.com/tommasongr/voltage.nvim/blob/main/extras/kitty/voltage-red.conf +## blurb: Minimal Neovim theme with neon colors and customisable accent tone + + + +# The basic colors +foreground #fceae8 +background #080202 +selection_foreground #fceae8 +selection_background #984742 + +# Cursor colors +cursor #f5746d +cursor_text_color #080202 + +# URL underline color when hovering with mouse +url_color #f5746d + +# Kitty window border colors +active_border_color #f5746d +inactive_border_color #47211e +bell_border_color #fceae8 + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #f3bfba +active_tab_background #984742 +inactive_tab_foreground #f69b94 +inactive_tab_background #47211e +tab_bar_background #080202 + +# Colors for marks (marked text in the terminal) +mark1_foreground #46bc69 +mark1_background #14361d +mark2_foreground #b1a600 +mark2_background #322f04 +mark3_foreground #f5746d +mark3_background #47211e + +# The 16 terminal colors + +# black +color0 #060206 +color8 #636363 + +# red +color1 #f69b94 +color9 #f5746d + +# green +color2 #82cb92 +color10 #46bc69 + +# yellow +color3 #c2bb64 +color11 #b1a600 + +# blue +color4 #78bff9 +color12 #32a9fe + +# magenta +color5 #db9fde +color13 #d27bd8 + +# cyan +color6 #4fcdcd +color14 #00bcbc + +# white +color7 #b7b7b7 +color15 #f6eaf6 diff --git a/extras/kitty/voltage-yellow.conf b/extras/kitty/voltage-yellow.conf new file mode 100644 index 0000000..530a01b --- /dev/null +++ b/extras/kitty/voltage-yellow.conf @@ -0,0 +1,80 @@ +# vim:ft=kitty + +## name: Voltage +## author: tommasongr (https://github.com/tommasongr) +## license: MIT +## upstream: https://github.com/tommasongr/voltage.nvim/blob/main/extras/kitty/voltage-yellow.conf +## blurb: Minimal Neovim theme with neon colors and customisable accent tone + + + +# The basic colors +foreground #f0f0e0 +background #040300 +selection_foreground #f0f0e0 +selection_background #6d6600 + +# Cursor colors +cursor #b1a600 +cursor_text_color #040300 + +# URL underline color when hovering with mouse +url_color #b1a600 + +# Kitty window border colors +active_border_color #b1a600 +inactive_border_color #322f04 +bell_border_color #f0f0e0 + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #d3d1a3 +active_tab_background #6d6600 +inactive_tab_foreground #c2bb64 +inactive_tab_background #322f04 +tab_bar_background #040300 + +# Colors for marks (marked text in the terminal) +mark1_foreground #46bc69 +mark1_background #14361d +mark2_foreground #b1a600 +mark2_background #322f04 +mark3_foreground #f5746d +mark3_background #47211e + +# The 16 terminal colors + +# black +color0 #060206 +color8 #636363 + +# red +color1 #f69b94 +color9 #f5746d + +# green +color2 #82cb92 +color10 #46bc69 + +# yellow +color3 #c2bb64 +color11 #b1a600 + +# blue +color4 #78bff9 +color12 #32a9fe + +# magenta +color5 #db9fde +color13 #d27bd8 + +# cyan +color6 #4fcdcd +color14 #00bcbc + +# white +color7 #b7b7b7 +color15 #f6eaf6