add terminal settings

This commit is contained in:
fbachus
2024-11-08 18:52:35 +01:00
parent fae4da8315
commit 6ea752e214
16 changed files with 2742 additions and 0 deletions

View File

@@ -0,0 +1,70 @@
# vim:ft=kitty
## name: Everforest Dark Hard
## author: Sainnhe Park
## license: MIT
## upstream: https://github.com/ewal/kitty-everforest/blob/master/themes/everforest_dark_hard.conf
## blurb: A green based color scheme designed to be warm and soft
foreground #d3c6aa
background #272e33
selection_foreground #9da9a0
selection_background #464e53
cursor #d3c6aa
cursor_text_color #2e383c
url_color #7fbbb3
active_border_color #a7c080
inactive_border_color #4f5b58
bell_border_color #e69875
visual_bell_color none
wayland_titlebar_color system
macos_titlebar_color system
active_tab_background #272e33
active_tab_foreground #d3c6aa
inactive_tab_background #374145
inactive_tab_foreground #9da9a0
tab_bar_background #2e383c
tab_bar_margin_color none
mark1_foreground #272e33
mark1_background #7fbbb3
mark2_foreground #272e33
mark2_background #d3c6aa
mark3_foreground #272e33
mark3_background #d699b6
#: black
color0 #343f44
color8 #868d80
#: 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

72
.config/kitty/kitty.conf Normal file
View File

@@ -0,0 +1,72 @@
# BEGIN_KITTY_THEME
# Everforest Dark Hard
include current-theme.conf
# END_KITTY_THEME
# BEGIN_COLOR_SCHEME
# background #1e1e1e
background_opacity 0.7
background_blur 1
background_tint 1.0
transparent_background_colors #22262D #2D313B #303030 #000
# END_COLOR_SCHEME
# BEGIN_KITTY_FONTS
font_family family='Hurmit Nerd Font' style=Light
bold_font auto
italic_font family='Hurmit Nerd Font' style='Light Italic'
bold_italic_font auto
font_size 13.0
# END_KITTY_FONTS
# BEGIN_SCROLLBACK
touch_scroll_multiplier 5.0
# END_SCROLLBACK
# BEGIN_WINDOW_LAYOUT
hide_window_decorations yes
#window_padding_width 0
placement_strategy bottom
# END_WINDOW_LAYOUT
# BEGIN_TAB_BAR
tab_bar_style powerline
tab_powerline_style slanted
tab_title_template "{index} {title}"
tab_title_max_length 20
# active_tab_background #1e1e1e
# active_tab_foreground #b4cdbe
# active_tab_font_style Light
# inactive_tab_background #1e1e1e
# inactive_tab_foreground #48736e
inactive_tab_font_style Light
# END_TAB_BAR
# BEGIN_PERFORMANCE_TUNING
repaint_delay 8
# END_PERFORMANCE_TUNING
# BEGIN_KEYBOARD_SHORTCUTS
## BEGIN_WINDOW_MANAGEMENT
map ctrl+shift+enter new_window
map ctrl+alt+enter launch --cwd=current
map ctrl+alt+1 goto_tab 1
map ctrl+alt+2 goto_tab 2
map ctrl+alt+3 goto_tab 3
map ctrl+alt+4 goto_tab 4
map ctrl+alt+5 goto_tab 5
map ctrl+alt+6 goto_tab 6
map ctrl+alt+7 goto_tab 7
map ctrl+alt+8 goto_tab 8
map ctrl+alt+9 goto_tab 9
## BEGIN_LAYOUT_MANAGEMENT
map ctrl+alt+t goto_layout tall
map ctrl+alt+s goto_layout wide
map ctrl+alt+p last_used_layout
map ctrl+alt+z toggle_layout stack
# END_KEYBOARD_SHORTCUTS
# BEGIN_LAYOUT_DEFINITION
enabled_layouts tall:bias=50;full_size=1;mirrored=false, grid, fat:bias=50;full_size=1;mirrored=false , stack, splits:split_axis=auto
# END_LAYOUT_DEFINITION

View File

@@ -0,0 +1,73 @@
# BEGIN_KITTY_THEME
# One Half Dark
include current-theme.conf
# END_KITTY_THEME
# BEGIN_COLOR_SCHEME
background #1e1e1e
#background_opacity 0.4
background_blur 1
background_tint 1.0
transparent_background_colors #22262D #2D313B #303030 #000
# END_COLOR_SCHEME
# BEGIN_KITTY_FONTS
font_family family='Hurmit Nerd Font' style=Light
bold_font auto
italic_font family='Hurmit Nerd Font' style='Light Italic'
bold_italic_font auto
font_size 13.0
# END_KITTY_FONTS
# BEGIN_SCROLLBACK
touch_scroll_multiplier 5.0
# END_SCROLLBACK
# BEGIN_WINDOW_LAYOUT
hide_window_decorations yes
#window_padding_width 0
placement_strategy bottom
# END_WINDOW_LAYOUT
# BEGIN_TAB_BAR
tab_bar_style powerline
tab_powerline_style slanted
tab_title_template "{index} {title}"
tab_title_max_length 20
active_tab_background #1e1e1e
active_tab_foreground #b4cdbe
# active_tab_font_style Light
inactive_tab_background #1e1e1e
inactive_tab_foreground #48736e
inactive_tab_font_style Light
# END_TAB_BAR
# BEGIN_PERFORMANCE_TUNING
repaint_delay 8
# END_PERFORMANCE_TUNING
# BEGIN_KEYBOARD_SHORTCUTS
## BEGIN_WINDOW_MANAGEMENT
map ctrl+shift+enter new_window
map ctrl+alt+1 goto_tab 1
map ctrl+alt+2 goto_tab 2
map ctrl+alt+3 goto_tab 3
map ctrl+alt+4 goto_tab 4
map ctrl+alt+5 goto_tab 5
map ctrl+alt+6 goto_tab 6
map ctrl+alt+7 goto_tab 7
map ctrl+alt+8 goto_tab 8
map ctrl+alt+9 goto_tab 9
## BEGIN_LAYOUT_MANAGEMENT
map ctrl+alt+t goto_layout tall
map ctrl+alt+s goto_layout wide
map ctrl+alt+p last_used_layout
map ctrl+alt+z toggle_layout stack
# END_KEYBOARD_SHORTCUTS
# BEGIN_LAYOUT_DEFINITION
enabled_layouts tall:bias=50;full_size=1;mirrored=false, grid, fat:bias=50;full_size=1;mirrored=false , stack, splits:split_axis=auto
# END_LAYOUT_DEFINITION