diff options
Diffstat (limited to '.config/kitty')
-rw-r--r-- | .config/kitty/kitty.conf | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf deleted file mode 100644 index 61ca426..0000000 --- a/.config/kitty/kitty.conf +++ /dev/null @@ -1,94 +0,0 @@ -# SETTINGS -font_size 14 -background_opacity 0.9 -confirm_os_window_close 0 -window_padding_width 5 -cursor_blink_interval 0 - -bold_font auto -italic_font auto -bold_italic_font auto - -map alt+c copy_to_clipboard -map alt+v paste_from_clipboard - -map alt+k scroll_line_up -map alt+j scroll_line_down - -map alt+shift+k increase_font_size -map alt+shift+j decrease_font_size -map alt+0 change_font_size all 0 - -map alt+l open_url_with_hints - -# vim:ft=kitty - -## name: Everforest Dark Hard -## author: Emil Löfquist (https://github.com/ewal) -## license: MIT -## upstream: https://github.com/ewal/kitty-everforest/blob/master/themes/everforest_dark_hard.conf -## blurb: Dark (hard) theme based on https://github.com/sainnhe/everforest for Vim. - -foreground #d3c6aa -background #2b3339 -selection_foreground #9da9a0 -selection_background #503946 - -cursor #d3c6aa -cursor_text_color #323c41 - -url_color #7fbbb3 - -active_border_color #a7c080 -inactive_border_color #53605c -bell_border_color #e69875 -visual_bell_color none - -wayland_titlebar_color system -macos_titlebar_color system - -active_tab_background #2b3339 -active_tab_foreground #d3c6aa -inactive_tab_background #3a454a -inactive_tab_foreground #9da9a0 -tab_bar_background #323c41 -tab_bar_margin_color none - -mark1_foreground #2b3339 -mark1_background #7fbbb3 -mark2_foreground #2b3339 -mark2_background #d3c6aa -mark3_foreground #2b3339 -mark3_background #d699b6 - -#: black -color0 #374247 -color8 #404c51 - -#: red -color1 #e67e80 -color9 #e67e80 - -#: green -color2 #a7c080 -color10 #a7c080 - -#: yellow -color3 #dbbc7f -color11 #dbbc7f - -#: blue -color4 #7fbbb3 -color12 #7fbbb3 - -#: magenta -color5 #d699b6 -color13 #d699b6 - -#: cyan -color6 #83c092 -color14 #83c092 - -#: white -color7 #859289 -color15 #9da9a0 |