This commit is contained in:
2025-08-31 05:37:24 +02:00
parent 455b348f60
commit 49d8ae7c6f
15 changed files with 25 additions and 343 deletions

View File

@@ -1,21 +0,0 @@
background #1d1d1d
foreground #f7f6ec
cursor #eccf4f
selection_background #165776
color0 #343835
color8 #585a58
color1 #ce3e60
color9 #d18ea6
color2 #7bb75b
color10 #767e2b
color3 #e8b32a
color11 #77592e
color4 #4c99d3
color12 #135879
color5 #a57fc4
color13 #5f4190
color6 #389aac
color14 #76bbca
color7 #f9faf6
color15 #b1b5ae
selection_foreground #1d1d1d

View File

@@ -1,49 +0,0 @@
# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox
# This work is licensed under the terms of the MIT license.
# For a copy, see https://opensource.org/licenses/MIT.
background #282828
foreground #ebdbb2
cursor #928374
selection_foreground #928374
selection_background #3c3836
color0 #282828
color8 #928374
# red
color1 #cc241d
# light red
color9 #fb4934
# green
color2 #98971a
# light green
color10 #b8bb26
# yellow
color3 #d79921
# light yellow
color11 #fabd2d
# blue
color4 #458588
# light blue
color12 #83a598
# magenta
color5 #b16286
# light magenta
color13 #d3869b
# cyan
color6 #689d6a
# lighy cyan
color14 #8ec07c
# light gray
color7 #a89984
# dark gray
color15 #928374

View File

@@ -1,24 +1,14 @@
# The default kitty configuration
# The documentation
# https://sw.kovidgoyal.net/kitty/
startup_session ./main_session.conf
include ./theme.conf
# General settings
font_size 11.5
enable_audio_bell yes
background_opacity 0.80
default_pointer_shape arrow
mouse_hide_wait 1
# Remappings
map f1 copy_to_buffer a
map f2 paste_from_buffer a
# Remap the window switcher probably the most used one
#map ctrl+shift+k focus_visible_window
#map ctrl+shift+j swap_with_window
map ctrl+shift+n new_tab
map ctrl+shift+k next_tab

View File

@@ -1,9 +0,0 @@
# Set the default tab name
new_tab MainKity
# Launch fastfetch on first shell
#launch --hold fastfetch
# Not all the seven layouts
enabled_layouts tall,stack

View File

@@ -1,6 +1,6 @@
cursor #eccf4f
background #1d1d1d
foreground #f7f6ec
cursor #eccf4f
selection_foreground #f7f6ec
selection_background #385776
color0 #343835