Add config files for Kitty terminal

This commit is contained in:
Tommaso Negri
2025-12-11 22:28:44 +01:00
parent 06c78ee8dd
commit 9ca2743e0c
6 changed files with 480 additions and 0 deletions

View File

@@ -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