conf copy to .config
This commit is contained in:
41
config/kitty/colors.conf
Normal file
41
config/kitty/colors.conf
Normal file
@@ -0,0 +1,41 @@
|
||||
cursor #dee4e4
|
||||
cursor_text_color #bec8c9
|
||||
|
||||
foreground #dee4e4
|
||||
background #0e1415
|
||||
selection_foreground #1b3437
|
||||
selection_background #b1cbce
|
||||
url_color #80d4dc
|
||||
|
||||
# black
|
||||
color8 #262626
|
||||
color0 #4c4c4c
|
||||
|
||||
# red
|
||||
color1 #ac8a8c
|
||||
color9 #c49ea0
|
||||
|
||||
# green
|
||||
color2 #8aac8b
|
||||
color10 #9ec49f
|
||||
|
||||
# yellow
|
||||
color3 #aca98a
|
||||
color11 #c4c19e
|
||||
|
||||
# blue
|
||||
/* color4 #8f8aac */
|
||||
color4 #80d4dc
|
||||
color12 #a39ec4
|
||||
|
||||
# magenta
|
||||
color5 #ac8aac
|
||||
color13 #c49ec4
|
||||
|
||||
# cyan
|
||||
color6 #8aacab
|
||||
color14 #9ec3c4
|
||||
|
||||
# white
|
||||
color15 #e7e7e7
|
||||
color7 #f0f0f0
|
||||
23
config/kitty/kitty.conf
Normal file
23
config/kitty/kitty.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
font_family JetBrainsMono NF Bold
|
||||
font_size 12.0
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
background_opacity 0.9
|
||||
confirm_os_window_close 0
|
||||
|
||||
# Animated cursor
|
||||
cursor_trail 1
|
||||
|
||||
# change to x11 or wayland or leave auto
|
||||
linux_display_server auto
|
||||
|
||||
scrollback_lines 2000
|
||||
wheel_scroll_min_lines 1
|
||||
|
||||
enable_audio_bell no
|
||||
|
||||
window_padding_width 4
|
||||
|
||||
include colors.conf
|
||||
Reference in New Issue
Block a user