put files in folder
This commit is contained in:
Executable
+23
@@ -0,0 +1,23 @@
|
||||
tab_bar_edge top
|
||||
tab_bar_style powerline
|
||||
tab_powerline_style slanted
|
||||
tab_bar_align left
|
||||
tab_bar_min_tabs 2
|
||||
tab_bar_margin_width 0.0
|
||||
tab_bar_margin_height 2.5 1.5
|
||||
tab_bar_margin_color #131314
|
||||
|
||||
tab_bar_background #131314
|
||||
|
||||
active_tab_foreground #23323b
|
||||
active_tab_background #deeffb
|
||||
active_tab_font_style bold
|
||||
|
||||
inactive_tab_foreground #c3c7cb
|
||||
inactive_tab_background #131314
|
||||
inactive_tab_font_style normal
|
||||
|
||||
tab_activity_symbol " ● "
|
||||
|
||||
tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title[:30]}{title[30:] and '…'} [{index}]"
|
||||
active_tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{title[:30]}{title[30:] and '…'} [{index}]"
|
||||
Executable
+25
@@ -0,0 +1,25 @@
|
||||
cursor #e4e2e2
|
||||
cursor_text_color #c3c7cb
|
||||
|
||||
foreground #e4e2e2
|
||||
background #131314
|
||||
selection_foreground #2b3135
|
||||
selection_background #c2c7cc
|
||||
url_color #deeffb
|
||||
|
||||
color0 #131314
|
||||
color1 #ff729e
|
||||
color2 #7dfb8c
|
||||
color3 #fff672
|
||||
color4 #cde0ee
|
||||
color5 #5b6a74
|
||||
color6 #deeffb
|
||||
color7 #eff8ff
|
||||
color8 #969ea3
|
||||
color9 #ff9fbd
|
||||
color10 #a5ffb0
|
||||
color11 #fff9a5
|
||||
color12 #e5f4ff
|
||||
color13 #eaf6ff
|
||||
color14 #f1f9ff
|
||||
color15 #f8fcff
|
||||
Executable
+40
@@ -0,0 +1,40 @@
|
||||
# Font Configuration
|
||||
font_size 12.0
|
||||
|
||||
# Window Configuration
|
||||
window_padding_width 12
|
||||
background_opacity 1.0
|
||||
background_blur 32
|
||||
hide_window_decorations yes
|
||||
|
||||
# Cursor Configuration
|
||||
cursor_shape block
|
||||
cursor_blink_interval 1
|
||||
|
||||
# Scrollback
|
||||
scrollback_lines 3000
|
||||
|
||||
# Terminal features
|
||||
copy_on_select yes
|
||||
strip_trailing_spaces smart
|
||||
|
||||
# Key bindings for common actions
|
||||
map ctrl+shift+n new_window
|
||||
map ctrl+t new_tab
|
||||
map ctrl+plus change_font_size all +1.0
|
||||
map ctrl+minus change_font_size all -1.0
|
||||
map ctrl+0 change_font_size all 0
|
||||
|
||||
map ctrl+c copy_and_clear_or_interrupt
|
||||
map ctrl+v paste_from_clipboard
|
||||
|
||||
# Tab configuration
|
||||
tab_bar_style powerline
|
||||
tab_bar_align left
|
||||
|
||||
# Shell integration
|
||||
shell_integration enabled
|
||||
|
||||
# Dank color generation
|
||||
include dank-tabs.conf
|
||||
include dank-theme.conf
|
||||
Reference in New Issue
Block a user