initial commit
This commit is contained in:
parent
26bd2f2dbe
commit
35cd361242
1 changed files with 86 additions and 0 deletions
86
kitty.conf
Normal file
86
kitty.conf
Normal file
|
@ -0,0 +1,86 @@
|
|||
# include ~/.cache/wal/colors-kitty.conf
|
||||
|
||||
# font_family Anka/Coder
|
||||
font_family Monocraft Nerd Font
|
||||
# font_family JetBrainsMonoNL Nerd Font Mono
|
||||
# font_family Lilex Nerd Font
|
||||
# font_family Agave Nerd Font
|
||||
# font_family Nerd Font
|
||||
# font_family Mononoki Nerd Font
|
||||
# font_family Iosevka Nerd Font
|
||||
#
|
||||
# font_family Comic Code Nerd Font
|
||||
font_size 14.0
|
||||
|
||||
# font_size 18.0
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
background_opacity 0.8
|
||||
|
||||
confirm_os_window_close 0
|
||||
disable_ligatures never
|
||||
copy_on_select clipboard
|
||||
|
||||
enable_audio_bell no
|
||||
|
||||
# Bamboo Colors
|
||||
|
||||
# background #252623
|
||||
background #111111
|
||||
foreground #f1e9d2
|
||||
selection_background #5b5e5a
|
||||
selection_foreground #f1e9d2
|
||||
|
||||
cursor #fff8f0
|
||||
cursor_text_color #0f0800
|
||||
|
||||
active_tab_background #f1e9d2
|
||||
active_tab_foreground #111210
|
||||
inactive_tab_background #3a3d37
|
||||
inactive_tab_foreground #5b5e5a
|
||||
|
||||
color0 #1c1e1b
|
||||
color8 #5b5e5a
|
||||
|
||||
color1 #e75a7c
|
||||
color9 #e75a7c
|
||||
|
||||
color2 #8fb573
|
||||
color10 #8fb573
|
||||
|
||||
color3 #dbb651
|
||||
color11 #dbb651
|
||||
|
||||
color4 #57a5e5
|
||||
color12 #57a5e5
|
||||
|
||||
color5 #aaaaff
|
||||
color13 #aaaaff
|
||||
|
||||
color6 #70c2be
|
||||
color14 #70c2be
|
||||
|
||||
color7 #f1e9dc
|
||||
color15 #fff8f0
|
||||
|
||||
url_color #color2
|
||||
url_style curly
|
||||
open_url_with default
|
||||
allow_hyperlinks yes
|
||||
underline_hyperlinks hover
|
||||
|
||||
cursor_shape beam
|
||||
cursor_blink_interval -1
|
||||
cursor_stop_blinking_after 15.0
|
||||
|
||||
|
||||
notify_on_cmd_finish unfocused
|
||||
window_alert_on_bell yes
|
||||
bell_on_tab " "
|
||||
enable_audio_bell yes
|
||||
|
||||
shell .
|
||||
|
||||
term xterm-256color
|
Loading…
Add table
Add a link
Reference in a new issue